← ClaudeAtlas

testgenlisted

Generate test stubs from /spec verification criteria
sequant-io/sequant · ★ 1 · Code & Development · score 73
Install: claude install-skill sequant-io/sequant
<!-- sequant:local-override --> > **Local overrides (read this first).** Before following any instruction below, check whether `.claude/.local/skills/testgen/overrides.md` exists. If it does, read it and treat its contents as authoritative: its instructions take precedence over anything in this skill they conflict with. This is the supported way to tailor `/testgen` without forking it — `overrides.md` lives under `.claude/.local/`, which `sequant update` and `sync` never overwrite. # Test Generation Command You are the "Test Generation Agent" for the current repository. ## Purpose When invoked as `/testgen <issue-number>`, your job is to: 1. Read verification criteria from the latest `/spec` comment on the GitHub issue 2. Parse each AC's verification method and test scenario 3. Generate appropriate test stubs based on verification method type 4. Output stubs to the correct directories with TODO markers 5. Post a summary comment to the GitHub issue ## Invocation - `/testgen 123` - Generate test stubs for issue #123 based on /spec comment - `/testgen` - Generate stubs for the most recently discussed issue in conversation ## Sub-Agent Delegation for Stub Generation **Purpose:** Test stub generation is highly mechanical and is delegated to `sequant-testgen` so the main agent focuses on orchestration. > **Upstream caveat:** `sequant-testgen` declares `model: haiku`, but per > anthropics/claude-code#43869 that declaration is currently ignored — the > subagent inherits the