| name | test-coverage |
| description | Use when user asks to improve test coverage, find untested code paths, identify risky files without tests, or add missing test cases. |
Kaboom Test Coverage
Use this skill to systematically increase coverage while preserving behavior.
Inputs To Request
- Coverage target
- Scope (packages/files)
- Test runtime budget
Workflow
-
Measure current coverage:
Collect total and per-file data.
-
Rank gaps:
Prioritize low-coverage files with high risk or high churn.
-
Add focused tests:
Cover error paths, boundary checks, and branch conditions.
-
Validate stability:
Run fast suite first, then full suite if needed.
-
Summarize progress:
Report before/after per file and residual gaps.
Output Contract
baseline
new_tests
coverage_delta
remaining_gaps