What problem does it solve?
This Skill validates test coverage and quality by focusing on behavior validation, identifying gaps in tests, and ensuring statements coverage above 80%. It is intended for task files located in the testing/ directory that require automated validation before status updates. It also adds minimal tests for genuinely missing edge cases.
Core Features & Use Cases
- Behavior-focused validation: assesses existing tests for coverage of expected behaviors.
- Gap detection: identifies empty or null inputs, boundary cases, race conditions, and potential errors.
- Minimal test augmentation: adds targeted tests only where edge cases are genuinely missing.
- Coverage enforcement: ensures statement coverage >80% and branches >75% before marking readiness.
Quick Start
Use the testing workflow to validate the task file under testing/ and update status to READY_FOR_REVIEW when criteria are met.