systematic-debugging
✓Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed.
Installation
SKILL.md
Core principle: Find root cause before attempting fixes. Symptom fixes are failure.
WHEN system has multiple components (CI → build → signing, API → service → database):
Quick version: Where does bad value originate? Trace up call chain until you find the source. Fix at source.
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed. Source: izyanrajwani/agent-skills-library.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/izyanrajwani/agent-skills-library --skill systematic-debugging- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is systematic-debugging?
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or after multiple fix attempts have failed. Source: izyanrajwani/agent-skills-library.
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/izyanrajwani/agent-skills-library --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/izyanrajwani/agent-skills-library
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01