spec-test
Installation
SKILL.md
spec-test — Create and Run Tests for a Spec Task
Create tests based on task completion criteria, run them, and output structured results.
Language Rules
- Auto-detect input language → output in the same language
- Japanese input → Japanese output, use
references/test-guide.ja.md - English input → English output, use
references/test-guide.md - Explicit override takes priority
Options
| Option | Description |
|---|---|
--task {task-id} |
Task ID to test (reads completion criteria from tasks.md) |
--spec {path} |
Path to .specs/ directory |
--files {paths} |
Target files to test (auto-detect from task if omitted) |
--output {path} |
Output path for test result (default: .specs/{feature}/test-{task-id}.md) |
Related skills