fix-suggester
Installation
SKILL.md
Fix Suggester
When to Use
- A test or runtime error is reported and you need a safe, auditable fix plan.
Rules
- Prefer the smallest atomic change that fixes the problem.
- Include: rationale, exact patch plan (files + hunks), verification commands, and a one-line rollback.
- Highlight security/auth or data-migration risks explicitly.
Output
- Diagnosis: concise bullets (root cause + confidence).
- Fix plan: files + short hunk descriptions.
- Verify: specific commands and expected outputs.
- Rollback: single command/step.