local-debug
Installation
SKILL.md
Local Debug
A four-step interactive loop. Do NOT skip steps. Do NOT propose a fix before logs come back.
Step 1 — Collect bug info
Use AskUserQuestion to gather what you need. Ask in ONE call, up to 4 questions, only what is not already provided:
- Bug — what is the user-observable wrong behavior? (skip if already stated)
- Repro — exact steps to reproduce (URL/route, inputs, clicks).
- Expected vs actual — what should happen vs what happens.
- Surface — which area/module/component/page? (skip if obvious)
If the user already gave a full description in their initial message, skip the question and confirm understanding in one sentence.
Step 2 — Investigate the codebase
Trace the data flow. Don't guess — read.