Browse / Systematic Debugging
Systematic Debugging
VerifiedEnforces root-cause analysis with a 4-phase Observe → Hypothesize → Verify → Fix process.
DevTools·8,200 installs·v1.0.0·by community
★★★★⯨4.5(10 reviews)
Install
npx skillhub-install install systematic-debugging@1.0.0About
Systematic Debugging enforces a disciplined root-cause analysis process before proposing any fix. It prevents the common trap of guessing-based fixes that mask symptoms without solving the underlying problem.
It walks through four phases — Observe, Hypothesize, Verify, Fix — ensuring every proposed solution is grounded in evidence.
Features:
- Phase 1 — Observe: gather symptoms, error messages, and reproduction steps
- Phase 2 — Hypothesize: generate ranked root-cause candidates
- Phase 3 — Verify: design targeted tests to confirm or eliminate each hypothesis
- Phase 4 — Fix: implement the minimal, verified solution
- Blocks premature fixes until verification is complete
Sandbox Preview
Tip: Press ⌘ Enter to run
Version History
v1.0.0
Initial release.
You might also like
Git Commit Helper
VerifiedGenerates conventional commit messages from your staged diff.
DevTools
12,400 installs
PR Reviewer
VerifiedReviews pull requests for code quality, security, and style issues.
DevTools
8,700 installs
Skill Creator
VerifiedGuides you through creating well-structured SKILL.md files for Claude Code and AI coding tools.
DevTools
11,400 installs