coverage-analysis
Installation
SKILL.md
Quick Route
| Situation | Go to |
|---|---|
| Pick and configure a coverage provider | Coverage Tools → references/tool-config.md |
| Decide where to write tests next | Gap Analysis |
| Stop coverage from regressing in CI | Coverage as CI Gate → Ratchet Pattern |
| Show per-PR coverage to reviewers | Coverage as CI Gate → PR Diff |
| Tests run code but don't assert | Mutation Testing |
| Decide what to exclude / what target to set | Meaningful vs Vanity Coverage |