test
Installation
SKILL.md
/test -- Full TDD Red-Green-Refactor Cycle
Run a complete test-driven development cycle for the given task. Four phases: Discovery, Red, Green, Refactor, then final Verification.
Argument
A description of the feature or behavior to implement via TDD.
Procedure
Phase 0 -- Discovery
- Detect the test framework by checking config files:
pyproject.toml,setup.cfg,pytest.inifor Python (pytest, unittest)package.jsonfor JS/TS (jest, vitest, mocha)Cargo.tomlfor Rustgo.modfor Go- Fall back to asking the user if ambiguous