Test Coverage Improver Overview Use this skill whenever coverage needs assessment or improvement (coverage regressions, failing thresholds, or user requests for stronger tests). It runs the coverage suite, analyzes results, highlights the biggest gaps, and prepares test additions while confirming with the user before changing code. Quick Start 1. From the repo root run to regenerate data and . 2. Collect artifacts: and , plus the console output from for drill-downs. 3. Summarize coverage: total percentages, lowest files, and uncovered lines/paths. 4. Draft test ideas per file: scenario, behav…