What problem does it solve? Teams often have coverage reports full of numbers but no clear sense of which gaps actually matter. This Skill turns raw coverage data into a risk-ranked, prioritized action plan so testing effort goes toward the code that carries the most business risk. ## Core Features & Use Cases - Coverage Gap Analysis: Parses Istanbul/NYC JSON, lcov summaries, and Jest output to find files below target thresholds across statements, branches, functions, and lines. - Risk-Based Prioritization: Assesses business impact and security implications of uncovered code, ranking gaps as P0/P1/P2 rather than by percentage alone. - Actionable Recommendations: Generates specific test cases with describe/it blocks, effort estimates, and a phased roadmap to reach coverage targets. - Use Case: A team at 67% coverage needs to reach 80% before release. The Skill identifies the auth service and payments module as critical gaps and produces a two-week plan with concrete tests to close them. ## Quick Start Ask the assistant to analyze your coverage report and create a prioritized plan to reach your target coverage percentage.