# Systematic Debugging

> Structured debugging with reproduction, isolation, fix, verification.

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

---


# Systematic Debugging

## Steps
1. Reproduce and capture evidence.
2. Isolate the root cause.
3. Apply the smallest safe fix.
4. Verify with a targeted test or manual check.

