Error Diagnostics
Turns a stack trace into ranked hypotheses before any code gets edited.
Install
Claude Code: /plugin marketplace add wshobson/agents → /plugin install error-diagnostics@claude-code-workflows
Üretimde bir hata incelenirken, yığın izinden kök nedene inilirken ya da hata izleme altyapısı kurulurken.
- Author
- Seth Hobson
- License
- MIT
Three commands split work that usually gets mixed together. The smart-debug command starts from an error message or a stack trace and is required to produce three to five ranked hypotheses, correlating error frequency against the deployment timeline before it proposes a fix. The error-trace command goes the other direction and audits the codebase itself, counting generic catch blocks and unhandled promise rejections to show where failures are being swallowed rather than reported. The error-analysis command classifies by severity and blast radius, so a cosmetic edge case is not handled with the same urgency as a data corruption risk. Two agents, a debugger and an error detective, back the three commands.
Similar skills
Debugging Toolkit
SkillRanks debugging hypotheses and gives each one a test that would prove it wrong.
Error Debugging
SkillWorks backward from a symptom to the release that caused it, then writes the query catching a repeat.
Slack Skills Plugin
SkillEight Slack platform skills and five workspace commands, with Block Kit checked by the API itself.

Comments(0)
Sign in to comment