← Back to list

root-cause-tracing
by ljchg12-hue
Claude Code CLI configuration with multi-AI orchestration and ABSOLUTE RULES enforcement
⭐ 0🍴 0📅 Jan 16, 2026
SKILL.md
name: root-cause-tracing description: Systematically trace bugs and issues to their root cause using debugging techniques and analysis methods
Root Cause Tracing Skill
Systematically identify root causes of bugs and system failures.
When to Use
- Bug investigation
- Production incidents
- Performance issues
- System failures
Analysis Frameworks
- 5 Whys: Ask "why?" repeatedly
- Fishbone Diagram: Categorize causes
- Fault Tree Analysis: Logic tree of failures
- Timeline Analysis: Chronological events
Debugging Process
- Reproduce: Create minimal reproduction
- Isolate: Narrow down location
- Trace: Follow execution path
- Hypothesis: Form theory
- Test: Verify theory
- Fix: Implement solution
- Verify: Confirm fix works
Tools
- Debuggers (gdb, lldb, pdb)
- Logging and tracing
- Profilers
- Stack traces
- Network analyzers
5 Whys Example
Problem: Website is slow
Why? Database queries are slow
Why? No indexes on frequently queried columns
Why? Database schema not optimized
Why? Initial design didn't account for scale
Why? No performance testing during development
Root Cause: Lack of performance testing
Best Practices
- Document investigation steps
- Don't jump to conclusions
- Test hypotheses systematically
- Consider multiple causes
- Implement preventive measures
Resources
- The Art of Debugging: https://nostarch.com/debugging
- Debugging Teams: https://www.oreilly.com/library/view/debugging-teams/9781491932049/
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon