systematic-debugging

Diagnose technical issues through a four-phase root cause framework.

19|4|Updated Dec 23, 2021
One-click install
npx skills add https://github.com/raas-dev/configent --skill systematic-debugging-raas-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/raas-dev/configent/tree/main/etc/claude-code/skills/systematic-debugging
Command: npx skills add https://github.com/raas-dev/configent --skill systematic-debugging-raas-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents wasted time and new bugs caused by guessing at fixes or only addressing symptoms. It enforces a rigorous, four-phase framework to ensure you always find the root cause of any technical issue, even under extreme pressure.

Core Features & Use Cases

  • Four-Phase Framework: Guides through Root Cause Investigation, Pattern Analysis, Hypothesis Testing, and Implementation, ensuring a thorough approach.
  • Anti-Shortcut Mandate: Explicitly prevents "quick fixes" and rationalizations, even when facing tight deadlines or high stakes.
  • Architectural Problem Detection: Helps identify when repeated fixes signal a deeper architectural issue, prompting a re-evaluation of fundamentals.
  • Use Case: When a production API is down and there's immense pressure for a quick fix, this skill ensures you resist the urge to guess, systematically diagnose the problem, and implement a lasting solution, saving hours of thrashing.

Quick Start

Phase 1: Root Cause Investigation

1. Read Error Messages Carefully

2. Reproduce Consistently

3. Check Recent Changes

4. Gather Evidence in Multi-Component Systems (add diagnostic instrumentation)

5. Trace Data Flow (use root-cause-tracing skill)