Test Case Management

SkillFiles & storage

Generate test cases from use cases, update when requirements change, export to CSV/JSON.

Available today. Use it from your connected AI after setup.

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:

OperationDescription
generateGenerate test cases from use cases
updateSync test cases with use case changes
exportExport test cases to CSV or JSON

Present as options via AskUserQuestion with header "Test Case Management", question "What would you like to do?".

Subcommands

SubcommandReferencePurpose
/test-cases generatereferences/generate-workflow.mdGenerate TCs for all use cases
/test-cases generate {module}references/generate-workflow.mdGenerate TCs for specific module
/test-cases generate {module}/{uc}references/generate-workflow.mdGenerate TCs for specific use case
/test-cases updatereferences/update-workflow.mdSync TCs with use case changes
/test-cases export csvreferences/export-workflow.mdExport all TCs to CSV
/test-cases export jsonreferences/export-workflow.mdExport all TCs to JSON

Routing

Parse $ARGUMENTS:

  • Starts with generate → Load references/generate-workflow.md, pass remaining args as scope
  • update → Load references/update-workflow.md
  • Starts with export → Load references/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