Error Debugging
Works backward from a symptom to the release that caused it, then writes the query catching a repeat.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install error-debugging
Üretimdeki bir hata incelenirken, yığın izi ve loglardan kök neden aranırken ya da hata izleme altyapısı kurulurken devreye giriyor.
- Author
- Seth Hobson
- License
- MIT
The error-detective agent starts at the symptom and works backward: extraction patterns fitted to the log format at hand, a timeline of when the error rate actually changed, and correlation against deployments and configuration edits, because the same stack trace means something quite different if it first appeared an hour after a release. Its output finishes with a monitoring query for the recurrence, which turns a one-off investigation into a standing detector. The error-trace command covers the other half — structured logging, grouping so a thousand instances read as one issue, and alert thresholds that do not fire on ordinary noise. A multi-agent review command runs several specialist reviewers over the same code in parallel, for causes that are disputed rather than merely hidden.
Similar skills
Debugging Toolkit
SkillRanks debugging hypotheses and gives each one a test that would prove it wrong.
Debugging Strategies
SkillReplaces guess-and-check debugging with a narrowing procedure.
Error Handling Patterns
SkillDecides which failures are values and which are exceptions.

Comments(0)
Sign in to comment