test skills

60 tagged test, measured the same way as everything else here.

Browse within: bdd 13bdd-framework 13golang 13test-driven-development 13expect 8failure-classification 5quality 5self-healing 5

debugging-failures

01

onsi/ginkgo

Skill Claude CodeCodex

Diagnose a failing Ginkgo suite as an agent — always run with --json-report into a predictable temp/gitignored location, read the terminal verdict line, then use jq to extract structured failure details (name, message, file:line, panic value, captured logs). Covers the panicked-vs-failed trap, panic locations pointing…

9.0k 22d ago A 122 tokens original MIT

running

02

onsi/ginkgo

Skill Claude CodeCodex

Run Ginkgo suites with the ginkgo CLI — run, -r, -p, --dry-run, watch, build (precompiled .test binaries), generate, outline, unfocus, labels, version; spec randomization (--randomize-all/--randomize-suites/--seed); running multiple suites (--keep-going/--skip-package/--compilers); previewing (--dry-run…

9.0k 22d ago A 142 tokens original MIT

onsi/ginkgo

Skill Claude CodeCodex

Parameterize and generate Ginkgo specs — DescribeTable/Entry table-driven specs, Entry descriptions (string, nil, closure, EntryDescription), PEntry/FEntry and per-Entry decorators, DescribeTableSubtree, generating specs in a construction-time loop, loading fixtures in TestXxx before RunSpecs, and shared-behavior…

9.0k 22d ago A 103 tokens original MIT

debug-agent

04

millionco/expect

Skill Claude CodeCodex

Systematic evidence-based debugging using runtime logs. Generates hypotheses, instruments code with NDJSON logs, guides reproduction, analyzes log evidence, and iterates until root cause is proven with cited log lines. Use when the user reports a bug, unexpected behavior, or asks to debug an issue.

3.5k 3mo ago A 60 tokens

millionco/expect

Skill Claude CodeCodex

Enforces Effect-TS patterns for services, errors, layers, and atoms. Use when writing code with Effect.Service, Schema.TaggedError, Layer composition, or effect-atom React components.

3.5k 3mo ago A 45 tokens

millionco/expect

Skill Claude CodeCodex

Portable Effect patterns for robust promise execution. Use when wrapping async operations with timeouts, retries, tagged errors, caching, concurrency, pattern matching, or tracing - all designed to resolve to a plain Promise via Effect.runPromise.

3.5k 3mo ago A 51 tokens

write-fixture

08

naver/fixture-monkey

Skill Claude CodeCodex

Write Java/Kotlin tests with Fixture Monkey — enumerate the cases a method can produce, pick the ones worth testing, and build each fixture pinning only the properties that force the expected outcome.

697 9d ago A 42 tokens original Apache-2.0

DevelopersGlobal/ai-agent-skills

Skill Claude CodeCodex

Validates, parses, and sanitizes AI-generated outputs before they reach end users or downstream systems. Structured output enforcement, schema validation, and fallback handling.

65 4mo ago A 35 tokens original MIT

test-skill-alpha

10

donggua-zen/guada

Skill Claude CodeCodex

A test skill written in Chinese for checking basic features of the Skills framework.

56 18d ago A 14 tokens original MIT

autobot-test

11

crystal-autobot/autobot

Skill Claude CodeCodex

Testing guidelines for Autobot with AAA pattern and Crystal spec best practices.

45 2d ago A 17 tokens original MIT

vivekkrishna/agentic-validation-skills

Skill Claude CodeCodex

Use this skill immediately after any CIGE test run completes — pass or fail — and before any repair action is taken. It classifies the outcome and names which skill, if any, is allowed to act on it. Classification is not optional and not skippable: no agent may repair a test it has not been dispatched to.

1 9d ago A 0 tokens original Apache-2.0

vivekkrishna/agentic-validation-skills

Skill Claude CodeCodex

Invoked by cige-failure-classification when a run is classified as a Product Defect: execution reached the system under test, the environment is healthy, execution steps are current — but the outcome does not match Intent.

1 9d ago A 0 tokens original Apache-2.0

cige-test-authoring

16

vivekkrishna/agentic-validation-skills

Skill Claude CodeCodex

Use this skill when writing, reviewing, or refactoring AI agent test cases. It enforces the CIGE standard — a structured format that separates stable test intent from adaptive execution, enabling self-healing agentic tests.

1 9d ago A 0 tokens original Apache-2.0