systematic-debugging

Guide debugging through four phases from root cause investigation to implementation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/atalovesyou/claude-skills-pack --skill systematic-debugging-atalovesyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: systematic-debugging
Source: https://github.com/atalovesyou/claude-skills-pack/tree/main/skills/systematic-debugging
Command: npx skills add https://github.com/atalovesyou/claude-skills-pack --skill systematic-debugging-atalovesyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Promotes a disciplined, four-phase approach to debugging that prioritizes root-cause investigation before proposing fixes, reducing waste and regression risks.

Core Features & Use Cases

  • Four Phases: Phase 1 Root Cause Investigation, Phase 2 Pattern Analysis, Phase 3 Hypothesis & Testing, Phase 4 Implementation
  • Anti-patterns, defense-in-depth, and testing integration
  • Verification hooks with sub-skills

Quick Start

Follow Phase 1: Root Cause Investigation and Phase 2 Pattern Analysis before proposing fixes.