test-gap-analyzer
Installation
SKILL.md
Test Gap Analyzer — Quality Intelligence Engine
Automated coverage gap detection that feeds the Quality department's UAOP loop. Find what's untested, rank by risk, generate tests for the highest-risk gaps first. This is UAOP Stage 1 (Intelligence) + Stage 5 (Self-Improvement) for Quality.
When to use
- Before a release — "are we covered?"
- After adding new features — "what's untested?"
- After a production bug — "why didn't our tests catch this?"
- Sprint planning — "what should we test next?"
- Monthly quality review — "where are we improving, where are we regressing?"
When NOT to use
- Writing individual tests (use
test-driven-development) - Debugging a specific failure (use
debug) - Reviewing test methodology (use
testing-methodology)