Test Coverage Analysis
Installation
SKILL.md
Test Coverage Analysis
Purpose
Measure and improve test coverage to ensure code is adequately tested and identify untested areas that may contain bugs.
When to Use
- Evaluating test suite quality
- Identifying untested code paths
- Setting testing goals
- Validating test completeness
Key Capabilities
- Coverage Measurement - Run coverage tools and interpret results
- Gap Analysis - Identify critical untested code
- Prioritization - Focus on high-risk areas first