- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
exec-plan
by bromanko
Write or implement execution plans (ExecPlans) — thorough, self-contained design documents that guide a coding agent through complex features or significant refactors. Use this skill when the user asks to "write a plan", "create an exec plan", "make an ExecPlan", "plan this feature", "design this refactor", "write a design doc for implementation", or when they ask to "implement a plan", "execute this plan", "follow the plan", "continue the plan", "pick up where the plan left off". Also trigger when the user mentions "ExecPlan", "execution plan", or references a PLAN.md or similar planning document. This skill covers both authoring plans and executing them.
nextjs
by yldgio
Next.js 14+ App Router patterns, Server Components, API routes, and performance optimization
writing-plans
by Jackiexiao
(中文)Use when you have a spec or requirements for a multi-step task, before touching code
dead-code-eliminator
by abpai
Audit a codebase for dead code — unreachable functions, unused imports, orphaned classes, unreachable branches, and stale feature flags — by tracing live call paths from all entry points. Also audits correctness (do implementations match their claimed purpose?) and algorithmic soundness. Produces an ASCII call graph and a categorized dead code report. Use when a codebase has gone through many iterations, a large refactor has landed, a feature was removed but its support code may remain, or the user asks to "find dead code", "clean up unused code", "audit what's actually used", or "find orphaned functions".
commit
by Tmeister
Generate a conventional commit message from staged changes and commit safely.
e2e-tests
by iulspop
Generates end-to-end tests using Playwright with the "given/should" prose format. Use when writing e2e tests for user flows, page interactions, or integration scenarios that exercise the full application stack.
Broken Authentication Testing
by automindtechnologie-jpg
This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.
feature-test
by ShotaIuchi
Test creation for new features. Apply when creating unit tests, integration tests, edge case coverage, and test fixtures for newly implemented functionality.
tdd-workflow
by vineethsoma
Test-Driven Development workflow with TDD commit convention, compliance tracking, and validation
kyverno
by kontrolplane
Kyverno Kubernetes policy engine for validation, mutation, and generation. Use when writing ClusterPolicies to enforce security standards, auto-mutate resources with defaults, generate companion resources, or verify container image signatures.
Paper-to-Spec Compiler
by sovr610
This skill should be used when the user asks to "extract a spec from a paper", "compile a paper into spec.yaml", "generate compliance tests from a paper", "create an executable spec", "parse arXiv paper into config", "detect paper drift", "diff code against paper", "generate spec from LaTeX", "validate a spec", "check if code matches the paper", or mentions converting academic ML/RL papers into machine-readable specifications. Treats papers as typed intermediate representations and emits spec.yaml, spec.md, compliance tests, and drift reports.
sap-btp-cias
by dherbe-digital
SAP BTP Cloud Integration Automation Service (CIAS) skill for guided integration workflows. Use when: setting up CIAS subscriptions, configuring destinations, assigning roles (CIASIntegrationAdministrator, CIASIntegrationExpert, CIASIntegrationMonitor), planning integration scenarios, working with My Inbox tasks, monitoring scenario execution, troubleshooting CIAS errors, creating OAuth2 instances, configuring identity providers for CIAS, understanding CIAS security architecture, or integrating SAP products (S/4HANA, SuccessFactors, BTP services, SAP Build, IBP).
test-driven-development
by mola1129
t-wada流テスト駆動開発(TDD)を実行するスキル。Red-Green-Refactorサイクルを厳密に守り、毎ステップでテストを実行して確認する。言語非依存。ユーザーが「TDDで実装して」「TDDで開発して」「テスト駆動で」など明示的にTDDを要求した時に使用する。
superspec-tdd
by BryanHoo
Use when executing superspec tasks to enforce strict TDD for behavior changes and allow NON-TDD exceptions only for doc/config/generated/format-only work with mechanical verification.
react-testing-best-practices
by rutpshah
React testing best practices using React Testing Library, Vitest, and Jest. Use when writing, reviewing, or generating tests for React components, hooks, context providers, async interactions, or form submissions. Triggers on tasks like "write a test for this component", "add unit tests", "test this hook", "mock this API call", "improve test coverage", or "set up Vitest".
hypothesis-elimination
by kimasplund
Diagnostic reasoning for finding root causes. Generates multiple hypotheses, designs tests to eliminate each, and converges on the true cause through evidence.
design-pattern
by cylixlee
Applies object-oriented design principles and design patterns to generate maintainable, extensible code. Use when generating code that requires proper architectural layering, SOLID principles, and appropriate design patterns to solve recurring software design problems.
code-reviewer
by Olino3
Forge is a marketplace for a Claude Code Plugins
use-grealpath
by totto2727-dotfiles
Enforces using grealpath command for relative path calculations and absolute path conversions. Use when calculating relative paths between files, converting relative paths to absolute paths, or working with file path operations.
Collision-Zone Thinking
by yousufjoyian
Claude agent skills and workspace configuration
zero-ash-cookbook
by Deliay
'USE FOR: project manage, create project, read project, development, write code, read code, write documents, update documents, api test, e2e test, implement product, fix issue, troubleshooting. 项目管理,创建项目,读取项目,开发,写代码,读取代码,写文档,写测试,更新测试,实现产品逻辑,写技术方案,解决问题,修BUG'
playwright-testing
by vineethsoma
Comprehensive Playwright automation testing skill with E2E testing standards, test generation workflows, and browser automation best practices. Use when writing automated browser tests, testing user flows, or performing web application QA.
bf-lead-orchestrate
by khaki4
모드 기반 완전 자율 실행기. plan 모드에서 Story 구조를 생성하고, epic 모드에서 에픽 1개를 자율 실행(implement → E2E → review)한다. 사람과 직접 소통하지 않는다.
demo
by jaobrown
Automatically generate screen recordings with AI narration to demonstrate PR changes. Use this skill when you need to create a demo video showing UI changes from a pull request. Triggers: /demo, demo video, PR demo, screen recording, show changes, demonstrate PR