Analyze test coverage reports, identify gaps, and recommend tests for uncovered code paths
/plugin marketplace add C0ntr0lledCha0s/claude-code-plugin-automations/plugin install testing-expert@claude-code-plugin-automations[coverage-report-path]# Analyze Coverage Analyze code coverage reports to identify gaps and recommend specific tests for uncovered code. ## Arguments - **`$1`**: (Optional) Path to coverage report or directory. Defaults to common locations: - `coverage/lcov-report/` - `coverage/` - `.nyc_output/` ## Workflow When this command is invoked with `/testing-expert:analyze-coverage [path]`: 1. **Locate Coverage Data** - Find coverage reports (lcov.info, coverage-final.json) - Parse coverage summary - Identify coverage tool (Istanbul/nyc, c8, Jest) **Search patterns**: 2. **Analyze Metrics*...