troubleshooting
SolidSystematic backend debugging — reproduce, isolate root cause, implement fix with regression test.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- sawrus
- Repository
- sawrus/agent-guides
- Created
- 3 months ago
- Last Updated
- 3 days ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
debug
Systematic debugging workflow for tracking down bugs and issues
debugging-patterns
Isolate root causes through structured evidence gathering, pattern analysis, hypothesis testing (max 3 at a time, highest confidence first), and fix validation with a reproducing test before implementation. Use when any verification step fails, tests break, or debugging a reported bug. This skill MUST be consulted because symptom-fixing creates new bugs, and unbounded hypothesis testing causes tunnel vision; root cause must be proven before any fix attempt.
systematic-debugging
Use when a bug, failing test, incident, or unexpected behavior has unknown cause and scope is not yet frozen.
bug-hunter
Systematically finds and fixes bugs using proven debugging techniques. Traces from symptoms to root cause, implements fixes, and prevents regression.
systematic-debugging
Systematic debugging with 4-phase root cause analysis. Triggers when bugs are reported, errors encountered, or unexpected behavior observed.