# Systematic Debugging

> Investigate bugs by reproducing, isolating, and validating a root-cause hypothesis before applying fixes.

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

---


# Systematic Debugging

Use this skill for test failures, regressions, flaky behavior, or confusing runtime errors.

## Preferred Flow

1. Read the full error and reproduce it consistently.
2. Isolate the failing component or assumption.
3. Compare broken behavior with a nearby working path.
4. Form one root-cause hypothesis.
5. Test the smallest change that proves or disproves it.

## Guardrails

- No random fix stacking.
- If you do not understand the failure yet, keep gathering evidence.

