- Home
- /
- Categories
- /
- Testing
Testing
Unit tests, integration tests, test automation
gate-evaluation
by jmagly
Validator agents: agents/
Auto-Provenance
by jmagly
@.claude/rules/qualified-references.md - Qualified reference rules
test-coverage
by jmagly
Coverage templates: templates/test/coverage-report-template.md
regression-auto-baseline
by jmagly
@.claude/rules/executable-feedback.md - Executable feedback rules
defi-protocol-templates
by scaffold-eth
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
clay-enrichment-9step
by sachacoldiq
Complete 9-step Clay enrichment workflow for 90%+ data coverage plus 58 Clay templates across 8 categories. Use when building enrichment workflows, setting up Clay tables, or maximizing data quality.
api-documenter
by benjaminasterA
"Master API documentation with OpenAPI 3.1, AI-powered tools, and"
ab-test-setup
by benjaminasterA
"Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness."
compiler
by atopile
"How the atopile compiler builds and links TypeGraphs from .ato (ANTLR front-end → AST → TypeGraph → Linker → DeferredExecutor), plus the key invariants and test entrypoints. Use when modifying the compiler pipeline, grammar, AST visitors, or type resolution."
domain-layer
by atopile
"Instructions for electronics-specific logic and build processes: netlists, PCBs, build steps, and exporters. Use when implementing or modifying build steps, exporters, PCB generation, or BOM/netlist output."
atopile-skills
by atopile
"How to write and maintain .claude/skills/*/SKILL.md files: source-of-truth-first process, verification steps, and conventions."
sexp
by atopile
"How the Zig S-expression engine and typed KiCad models work, how they are exposed to Python (pyzig_sexp), and the invariants around parsing, formatting, and freeing. Use when working with KiCad file parsing, S-expression generation, or layout sync."
graph
by atopile
"How the Zig-backed instance graph works (GraphView/NodeReference/EdgeReference), the real Python API surface, and the invariants around allocation, attributes, and cleanup. Use when working with low-level graph APIs, memory management, or building systems that traverse the instance graph."
opik-integrations-auditor
by vincentkoc
Audit, compare, and document Opik integrations across Python SDK, TypeScript SDK, and OTEL/API backend. Use when adding a new integration, reviewing an existing one, or generating first-pass integration docs and gap analysis.
tdd
by jellydn
Guides through the complete TDD workflow with Red-Green-Refactor cycle
gsd-to-autoforge-spec
by AutoForgeAI
Convert GSD codebase mapping to AutoForge app_spec.txt. This skill should be used when the user has run /gsd:map-codebase and wants to use AutoForge on an existing project. Triggers: "convert to autoforge", "gsd to spec", "create app_spec from codebase", "use autoforge on existing project", after /gsd:map-codebase completion.
writing-plans
by revokslab
Use when you have a spec or requirements for a multi-step task, before touching code
project-conventions
by ReinaMacCredy
Discovers host project conventions from CLAUDE.md, package.json, linter configs, and other configuration files. Use when agents need to understand the target project's coding standards.
halo-effect-psychology
by flpbalada
Apply the halo effect in product design and UX. Use when designing first
progressive-disclosure
by flpbalada
Reduce complexity by revealing information progressively. Use when designing
cypress-ci-cd
by TheBushidoCollective
Use when cypress CI/CD integration including parallelization, test recording, and media capture.
hicks-law
by flpbalada
Optimize decision-making speed by managing choice quantity. Use when designing
ab-test-setup
by TerminalSkills
When the user wants to plan, design, or implement an A/B test or experiment. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," or "hypothesis." For tracking implementation, see analytics-tracking.
ai-eval-ci
by TerminalSkills
Run AI agent and LLM evaluations in CI/CD pipelines — automated quality gates that fail the build when AI output quality drops. Use when someone asks to "test my AI agent", "add evals to CI", "catch prompt regressions", "compare models", "evaluate LLM output quality", "set up AI quality gates", or "benchmark my agent before deploying". Covers eval frameworks (Cobalt, Promptfoo, Braintrust), LLM-as-judge scoring, threshold-based assertions, and GitHub Actions integration.