test-gaps
Installation
SKILL.md
Tests
Analyze coverage gaps and generate tests to fill them. One workflow for all testing needs.
Prerequisites Check
Before writing tests, verify:
| Prerequisite | Check | If Missing |
|---|---|---|
| Feature works on happy path | Manually tested | Fix bugs first |
/harden was run |
Error handling exists | Run /harden first |
| Failure modes identified | From /pre-implement |
Review what can fail |
Testing unhardened code misses failure cases. If /harden wasn't run and the feature has external dependencies, run it first.