test
Installation
SKILL.md
Test Skill
Quick Ref: Generate tests, analyze coverage, fill gaps, run TDD loops. Output: passing tests + coverage report in
.agents/test/.
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
Generate real tests, run them, verify they pass, and produce coverage artifacts. Do not output a plan and stop.
Modes
| Mode | Trigger | What It Does |
|---|---|---|
generate |
"generate tests", "write tests", "add tests" | Create tests for existing code |
coverage |
"test coverage", "coverage gaps", "missing tests" | Analyze coverage and fill gaps |
strategy |
"test strategy", "test architecture" | Recommend test structure and patterns |
tdd |
"tdd", "red green refactor" | Red-green-refactor loop for new features |
Default mode is generate when unspecified. Detect from user intent.
Step 0: Detect Language and Load Standards
Related skills