Analyze code coverage metrics and identify untested code paths. Use when analyzing untested code or coverage gaps. Trigger with phrases like "analyze coverage", "check test coverage", or "find untested code".
4.6
Rating
0
Installs
Testing & Quality
Category
The skill provides a reasonable workflow for test coverage analysis with clear steps for environment setup, test execution, result analysis, and reporting. However, the description is generic and doesn't clearly explain how to invoke coverage-specific functionality. The SKILL.md contains good structural elements (prerequisites, error handling, resources) but is verbose with generic testing content rather than coverage-specific guidance. The scripts/ directory appears to contain relevant tools (analyze_coverage.py, find_untested_code.py, generate_report.py) which would provide necessary implementation. Novelty is moderate - while coverage analysis is useful, the skill doesn't demonstrate sophisticated automation that would be difficult for a CLI agent to replicate with standard coverage tools.
Loading SKILL.md…