unit-test-running-coverage-analysis
Installation
SKILL.md
When to Apply This Skill
- A developer asks "what am I missing?" after initial test generation
- A coverage report (coverage.py, Istanbul, JaCoCo) is available and needs interpretation
- Pre-sprint planning requires a gap estimate and effort forecast for a module
- A team wants to know exactly what it takes to reach a coverage target (e.g. 80%)
Atomic Skills to Load First
Read this file before executing any step:
../unit-test-analyzing-code-coverage/SKILL.md— All four coverage types (line / branch / function / statement), gap severity classification, tool integration guides (coverage.py, Istanbul, JaCoCo, coverlet), anti-pattern detection, and all three output report formats