Dev bay
Debug trace
RecipeStableby @julian2026-05-27
Copies
—
loading…
Views
—
loading…
Spice
Comfortable with prompts and tools.
paste into Claude, or drop the file into a Claude Code skills dir
What it does
Walks through a bug systematically, traces the error to its root cause before suggesting a fix. Stops Claude jumping straight to a guess that misses the real problem.
When to use
- When you have an error you can't immediately explain
- When you've tried two obvious fixes and neither worked
- When you want to understand why, not just get it patched
The skill
I have a bug. Before suggesting any fix, work through this process:
- Restate the error. What exactly is happening? What was expected?
- Trace the path. Walk through the code or system involved, step by step. Where could this break?
- Form hypotheses. List 3–5 possible causes, ranked by likelihood.
- What to check first. For the top 2 hypotheses, what's the fastest way to confirm or rule each one out?
- Then suggest a fix, only once we've narrowed it down.
Don't jump to the fix. Don't guess. If you need more information to form hypotheses, ask for it.
Here's the bug:
[describe what's happening, paste the error message, paste relevant code]
Comments & reactions
Comments arrive once we point Giscus at the repo. Threads in GitHub Discussions. Reactions count as votes. No new logins.