Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Find the untested code paths that actually matter, not just the coverage percentage. Use after adding tests.
.claude/skills/archive228-coverage-gaps/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-01 | ✓→✓ | = Same ✓ | -7% | 0% |
| case-02 | ✓→✓ | = Same ✓ | -1% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -12% | 0% |
Coverage % is a vanity metric. Hunt the gaps that bite:
if/else and catch exercised, not just the happy line.Skip tests that assert a constructor sets a property — worthless. Test behavior, not implementation. Output: the 3-5 highest-risk untested paths, ranked by blast radius, with the test to add.
Other measured skills in the registry, with their headline benchmark lift.