debugging-patterns

Community

Root-cause debugging with a structured process.

Authorromiluz13
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Systematic debugging patterns that prevent patchwork fixes and ensure root cause investigation before applying changes.

Core Features & Use Cases

  • Iron Laws: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.
  • Four Phases: Root Cause Investigation, Pattern Analysis, Hypothesis & Testing, Implementation.
  • Evidence gathering: Logs, traces, and data flow at each boundary.
  • Use Case: Debugging a flaky API where symptoms point to multiple components.

Quick Start

Always complete Phase 1 (Root Cause Investigation) before proposing fixes; gather evidence and trace data to identify the failing component.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: debugging-patterns
Download link: https://github.com/romiluz13/cc10x/archive/main.zip#debugging-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository