skill-debug
FeaturedDebug issues methodically — use when stuck on errors, test failures, or unexpected behavior
AI & Automation 3,887 stars
365 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Systematic Debugging
## MANDATORY COMPLIANCE — DO NOT SKIP
**When this skill is invoked, you MUST follow the 4-phase debugging process below. You are PROHIBITED from:**
- Jumping straight to a fix without completing Phase 1 (Root Cause Investigation)
- Skipping the hypothesis step and guessing at solutions
- Deciding the bug is "obvious" and bypassing the systematic process
- Attempting more than 3 fixes without stopping to ask the user
**Systematic debugging finds root causes in 15-30 minutes. Random fixes waste 2-3 hours. Follow the process.**
---
**Your first output line MUST be:** `🐙 **CLAUDE OCTOPUS ACTIVATED** - Systematic Debugging`
## The Iron Law
<HARD-GATE>
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
</HARD-GATE>
Random fixes waste time and create new bugs. Quick patches mask underlying issues.
**If you haven't completed Phase 1, you cannot propose fixes.**
## When to Use
**Use for ANY technical issue:**
- Test failures
- Bugs in production
- Unexpected behavior
- Performance problems
- Build failures
- Integration issues
**Use ESPECIALLY when:**
- Under time pressure (emergencies make guessing tempting)
- "Just one quick fix" seems obvious
- You've already tried multiple fixes
- Previous fix didn't work
## The Four Phases
```
┌──────────────────┐
│ Phase 1: ROOT │ ← Understand WHAT and WHY
│ CAUSE │
└────────┬─────────┘
↓
┌──────────────────┐
│ Phase 2: PATTERN │ ← Find working examples
│ ANALYSIS │
└────────┬────...
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
0 Updated 2 days ago
arndvs AI & Automation Solid
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
8 Updated 4 days ago
JustMichael-80 AI & Automation Listed
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
17 Updated today
zzunkie