# Debug

> Use for bugs, unexpected behavior, regressions, or failing tests you did not write.

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

---


# Debug

1. **Reproduce.** Minimal deterministic repro. No repro -> no fix.
2. **Root-cause.** Ask "why" until one cause explains *all* symptoms. Symptoms != cause.
3. **Regression test first** (red), then fix at the root (green). Use `tdd`.

## Don't
- Guess. Read the code and the full error.
- Change two things at once.
- Stop at the first plausible cause.

3 failed hypotheses -> re-read from scratch. Done = repro + regression test + root cause named + green.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/ouonet/praxis/skills/debug/SKILL.md`

