# Systematic Debugging Error Handling

> Sub-skill of systematic-debugging: Error Handling.

- Skill: `vamseeachanta/systematic-debugging-error-handling` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/systematic-debugging-error-handling`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/systematic-debugging-error-handling/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/systematic-debugging-error-handling

---


# Error Handling

## Error Handling


| Situation | Action |
|-----------|--------|
| Cannot reproduce | Gather more context, check environment differences |
| Multiple potential causes | Isolate and test each separately |
| Fix breaks other things | Revert, investigate dependencies |
| Root cause unclear after investigation | Escalate, add more instrumentation |

