← スキル一覧に戻る

debug
by ariaxhan
KERNEL is a Claude Code plugin that makes your setup evolve automatically based on how you actually work.
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: debug description: Systematic debugging methodology. Auto-triggers on "bug", "error", "not working", "broken", "failing", "debug", "fix this", "why isn't", "something's wrong", or any description of unexpected behavior.
Debug Mode
Systematic diagnosis and root cause fixing. Activated automatically when debugging signals detected.
Methodology
NEVER guess. Always investigate.
Phase 1: Reproduce
- Confirm the error exists
- Get exact error message/behavior
- Identify minimal reproduction steps
- Note: works in X, fails in Y?
Phase 2: Isolate
- What changed recently?
- Binary search: which commit/change introduced it?
- Smallest code path that triggers issue?
- Environment-specific? (versions, configs, data)
Phase 3: Instrument
- Add logging at key points
- Check assumptions (values, types, state)
- Trace execution path
- Compare expected vs actual at each step
Phase 4: Root Cause
- WHY is this happening, not just WHAT
- Is this a symptom of deeper issue?
- Why didn't we catch this earlier?
Phase 5: Fix + Verify
- Fix the root cause, not the symptom
- Verify fix works
- Check for regressions
- Add test to prevent recurrence
Anti-patterns
- Random changes hoping something works
- Fixing symptoms instead of causes
- Skipping reproduction ("I saw it once")
- Not checking assumptions
- Fixing without understanding
Output Behavior
When debugging:
- Write findings to file (not terminal dump)
- Log: hypothesis → test → result
- Terminal: brief status updates only
- Final fix: explain what was wrong and why
Integration
If project has kernel/banks/DEBUGGING-BANK.md, load it for deep methodology.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です