systematic-debugging
✓Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST.
Installation
SKILL.md
Never apply symptom-focused patches that mask underlying problems. Understand WHY something fails before attempting to fix it.
Key principle: Never fix problems solely where errors appear—always trace to the original trigger.
Critical rule: If THREE or more fixes fail consecutively, STOP. This signals architectural problems requiring discussion, not more patches.
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST. Source: chriswiles/claude-code-showcase.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/chriswiles/claude-code-showcase --skill systematic-debugging- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is systematic-debugging?
Four-phase debugging methodology with root cause analysis. Use when investigating bugs, fixing test failures, or troubleshooting unexpected behavior. Emphasizes NO FIXES WITHOUT ROOT CAUSE FIRST. Source: chriswiles/claude-code-showcase.
How do I install systematic-debugging?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chriswiles/claude-code-showcase --skill systematic-debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/chriswiles/claude-code-showcase
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01