Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Debugging Strategies logo
Skill

Debugging Strategies

Replaces guess-and-check debugging with a narrowing procedure.

0
SaveVisit website ↗

Install

/plugin marketplace add wshobson/agents; /plugin install developer-essentials
Triggers on

When a bug, a crash or unexplained behaviour needs to be traced to its root cause.

Author
wshobson
License
MIT

The agent is pushed to reproduce the failure first, then shrink the search space step by step until the faulty line is isolated, instead of editing code on a hunch. It covers stack trace and crash dump reading, memory leak hunting, and the extra difficulty of production and distributed systems where you cannot simply attach a debugger. Profilers and tracing tools are treated as evidence sources, not as a last resort.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar skills

Report this comment

Why are you reporting this?