Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use after generating code, after accepting AI suggestions, or when reviewing AI-written modules. Also use when code works but feels brittle, when error handling seems thin, when orphaned resources or missing cleanup are suspected, or when the agent claims done but hidden debt may exist. Catches the specific failure patterns AI agents produce that humans would not.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 24% | 0% |
| case-20 | ✗→✓ | ▲ Improved | 14% | 0% |
| case-22 | ✓→✗ | ▼ Worse | 28% | 0% |
| case-07 | ✓→✓ | = Same ✓ | 15% | 0% |
AI agents generate code that passes the happy path but hides debt: missing error handling, orphaned resources, ignored failure modes, hallucinated packages, silent architectural drift. This skill forces a targeted audit for the exact patterns AI agents get wrong.
After code generation, scan for these AI-specific debt patterns:
catch (e) {} or catch (e) { console.log(e) } - swallowed errorfinally block when resources were opened// TODO: handle error - AI's way of puntingAI agents systematically optimize for "looks correct" and "passes the happy path." They miss failure modes, orphan resources, and hallucinate dependencies at rates significantly higher than manual code. This skill forces an audit for those specific blind spots.
Other measured skills in the registry, with their headline benchmark lift.