cc-debugging

Installation
SKILL.md

Skill: cc-debugging

STOP - Scientific Method Required

  • Do NOT skip to FIX without STABILIZE → HYPOTHESIZE → EXPERIMENT
  • ~50% of rushed fixes are wrong - Slow down under pressure
  • Can you PREDICT when the bug occurs? If not, you don't understand it yet

CRISIS TRIAGE (2 minutes)

Production down? Use this prioritized subset:

Immediate (30 seconds each)

  1. Can you reproduce it? If no → stabilize the error first (make it predictable)
  2. What changed recently? Check recent commits, deployments, config changes
  3. What do the logs say? Look at actual error messages, stack traces
Related skills

More from ryanthedev/code-foundations

Installs
1
GitHub Stars
243
First Seen
Mar 9, 2026