Analyzes code coverage metrics to identify untested code and generate detailed reports. Activated by terms like 'analyze coverage', 'coverage report', or 'cov'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/test-coverage-analyzer:test-coverage-analyzerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill enables Claude to analyze code coverage metrics, pinpoint areas of untested code, and generate detailed reports. It helps you identify gaps in your test suite and ensure comprehensive code coverage.
This skill enables Claude to analyze code coverage metrics, pinpoint areas of untested code, and generate detailed reports. It helps you identify gaps in your test suite and ensure comprehensive code coverage.
nyc, coverage.py, or JaCoCo).This skill activates when you need to:
User request: "Analyze code coverage for the entire project"
The skill will:
User request: "Show me the untested code in the src/utils.js file"
The skill will:
src/utils.js.src/utils.js that are not covered by any tests.nyc in package.json).This skill can be integrated with other testing and CI/CD tools to automate coverage analysis and reporting. For example, it can be used in conjunction with a linting plugin to identify both code style issues and coverage gaps.
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub danielmiessler/claude-code-plugins-plus --plugin test-coverage-analyzer