Use when encountering any bug, test failure, or unexpected behavior — before proposing fixes.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill systematic-debugging--hashgraph-online-3 --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Systematic Debugging Hashgraph Online 3?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-systematic-debugging-hashgraph-online-3)More formats (shields.io, HTML) on the badges page.
---
name: systematic-debugging
description: "Use when encountering any bug, test failure, or unexpected behavior — before proposing fixes."
category: engineering-core
source_repo: hashgraph-online/awesome-codex-plugins
source_path: "plugins/yimwoo/hotl-plugin/skills/systematic-debugging/SKILL.md"
source_url: https://github.com/hashgraph-online/awesome-codex-plugins/blob/HEAD/plugins/yimwoo/hotl-plugin/skills/systematic-debugging/SKILL.md
---
# Systematic Debugging
## Four Phases
### Phase 1: Reproduce
- Get a minimal, reliable reproduction
- Never fix what you can't reproduce
### Phase 2: Understand
- Read the error message fully — the answer is often there
- Trace the call path from symptom to root cause
- Check: recent changes, environment differences, assumptions about inputs
### Phase 3: Hypothesize
- Form 1-3 specific hypotheses about root cause
- Test each hypothesis with the smallest possible change
- Never change multiple things at once
### Phase 4: Fix and Verify
- Fix the root cause, not the symptom
- Run the reproduction case — confirm fixed
- Run full test suite — confirm no regressions
- Invoke `hotl:verification-before-completion`
## Red Flags
- "Let me try X and see what happens" without a hypothesis
- Changing multiple things before verifying
- Marking done without running full tests
---
**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/yimwoo/hotl-plugin/skills/systematic-debugging/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!