debug-issue
Installation
SKILL.md
Debug Issue
Use the graph to trace suspected code paths and recent changes before editing.
Core Rules
- Start with
get_minimal_context_tool(task="<bug or symptom>"). - Use graph navigation to find suspects, then read source files directly.
- Prefer one hypothesis at a time with a targeted verification command.
- If graph tools are unavailable, fall back to
rg, tests, logs, and runtime probes.