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".
Analyzes test coverage metrics and identifies untested code paths.
/plugin marketplace add jeremylongshore/claude-code-plugins-plus-skills/plugin install test-coverage-analyzer@claude-code-plugins-plusThis skill is limited to using the following tools:
assets/README.mdassets/configuration_template.yamlassets/example_coverage_report.htmlassets/report_template.htmlreferences/README.mdscripts/README.mdscripts/analyze_coverage.pyscripts/find_untested_code.pyscripts/generate_report.pyThis skill provides automated assistance for test coverage analyzer tasks.
Before using this skill, ensure you have:
Set up the testing context:
Run the test suite:
Process test outcomes:
Document findings in {baseDir}/test-reports/:
The skill generates comprehensive test results:
Each test includes:
Common issues and solutions:
Environment Setup Failures
Test Execution Timeouts
Resource Exhaustion
Dependency Issues
This skill provides automated assistance for test coverage analyzer tasks. This skill provides automated assistance for the described functionality.
Example usage patterns will be demonstrated in context.
Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.