pipeline-test-verify
Installation
SKILL.md
Test Verification Pipeline Stage
Pipeline Position: Fourth stage (Code → Verified)
Previous Stage: pipeline-implement
Next Stage: Ready for commit/PR
Methodology
Comprehensive quality verification before considering code complete.
Verification Layers
- Unit Test Verification
- All tests pass
- Coverage >80% on new code
- Edge cases covered
- Test names describe behavior