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 structure for test coverage analysis with clear steps for environment setup, test execution, results analysis, and reporting. However, there's a significant mismatch between the description (which promises coverage analysis and identification of untested code paths) and the implementation (which focuses on generic test execution). The skill lacks specific coverage analysis techniques like parsing coverage reports, identifying uncovered lines/branches, or analyzing coverage gaps. The novelty score is low because running tests and viewing results is straightforward for a CLI agent - the promised value of 'analyzing coverage metrics and identifying untested code paths' would require more sophisticated analysis logic, parsers for coverage formats (lcov, cobertura, etc.), or specific tooling integration that isn't present. The structure is adequate with clear sections, though somewhat generic.
Loading SKILL.md…