
systematic-debugging
by Lordsisodia
SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration
SKILL.md
name: systematic-debugging category: development-workflow/testing-quality version: 1.0.0 description: Four-phase root cause analysis process to find bugs 10x faster author: obra/superpowers verified: true tags: [debugging, troubleshooting, problem-solving]
Systematic Debugging
The key to systematic debugging is patience and thoroughness at each phase. Don't skip steps or jump to conclusions. Document everything you learn, even what doesn't work.
<anti_patterns> Skip directly to code changes without understanding Make multiple changes at once (can't identify which fixed it) Don't document the debugging process Fix symptoms while leaving root cause intact Assume fix works without verification </anti_patterns>
<integration_notes> When debugging with Claude Code, use phrases like:
- "Help me debug [issue] systematically"
- "I'm seeing [error], let's work through it methodically"
- "Let's isolate where this bug is occurring"
Claude will guide you through all four phases, prevent jumping to conclusions, help document findings, suggest targeted tests, and ensure proper verification. </integration_notes>
<related_skills> test-driven-development first-principles-thinking deep-research </related_skills>
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です