Test Case Management
SkillFiles & storageGenerate test cases from use cases, update when requirements change, export to CSV/JSON.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Test Case Management skill
What this skill tells your AI
The instructions your AI receives, as published by typv/nest-turbo-starter in .claude/skills/test-cases/SKILL.md and read by ahel’s review.
Generate, update, and export test cases from use case documentation.
Default (No Arguments)
If invoked without arguments, use AskUserQuestion to present available operations:
| Operation | Description |
|---|---|
generate | Generate test cases from use cases |
update | Sync test cases with use case changes |
export | Export test cases to CSV or JSON |
Present as options via AskUserQuestion with header "Test Case Management", question "What would you like to do?".
Subcommands
| Subcommand | Reference | Purpose |
|---|---|---|
/test-cases generate | references/generate-workflow.md | Generate TCs for all use cases |
/test-cases generate {module} | references/generate-workflow.md | Generate TCs for specific module |
/test-cases generate {module}/{uc} | references/generate-workflow.md | Generate TCs for specific use case |
/test-cases update | references/update-workflow.md | Sync TCs with use case changes |
/test-cases export csv | references/export-workflow.md | Export all TCs to CSV |
/test-cases export json | references/export-workflow.md | Export all TCs to JSON |
Routing
Parse $ARGUMENTS:
- Starts with
generate→ Loadreferences/generate-workflow.md, pass remaining args as scope update→ Loadreferences/update-workflow.md- Starts with
export→ Loadreferences/export-workflow.md, pass format (csv/json) as arg - empty/unclear → AskUserQuestion
Shared Context
- TC template:
references/templates/test-case-template.md - Summary template:
references/templates/test-summary-template.md - Input UCs:
docs/usecases/{module}/*.md - Input FSD:
docs/project-fsd.md - Output TCs:
docs/testcases/{module}/tc-{module}-{nnn}-{slug}.md - Output summary:
docs/testcases/test-summary.md - Output config:
docs/testcases/test-config.md(created once on first generate, manually maintained after) - Config template:
references/templates/test-config-template.md - Output exports:
docs/testcases/export/
IMPORTANT: Do not start implementing code. This skill produces test case documentation only.
Signals
- GitHub stars
- 224
- Forks
- 47
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-cases-typv- Source
- github.com/typv/nest-turbo-starter