| name | debug-local |
| description | Local debugging workflow for reproducing issues, gathering evidence, using Full Terminal Use when needed, and verifying the fix |
Debug Local
Use this skill for bugs in a local repository or running local process.
Debug loop
- Reproduce the issue first
- Capture the exact error or failing behavior
- Inspect recent changes and the affected code paths
- Use Full Terminal Use if the issue depends on a live server, REPL, debugger, or interactive tool
- Apply the smallest fix that addresses the root cause
- Add or run a regression test if possible
- Re-run verification before declaring success
Constraints
- Do not skip reproduction
- Prefer evidence over guesses
- Fix the root cause, not just the symptom