debugging
✓症状を治療するのではなく根本原因を特定する系統的なデバッグ。複雑な分析には逐次的思考を使用し、調査には Web 検索を使用し、循環論法やモグラたたきによる修正を回避するために構造化された調査を使用します。
SKILL.md
Use TodoWrite to track debugging progress through the UNDERSTAND checklist:
IF same fix proposed twice → Stop; use SequentialThinking:processthought IF error is unclear → Research via WebSearch → Parallel Search; verify with docs IF area is unfamiliar → Explore with codebasesearch; don't guess IF fix seems too easy → Confirm it addresses root cause (not symptom) IF context is cluttered → Restart at 50% with summary
IF multiple hypotheses exist → Evaluate explicitly (evidence for/against) IF similar code works → Find and diff via codebasesearch/readfile IF declaring success → Show changed lines; test fail-before/pass-after IF fix spans multiple files → Search and patch all occurrences IF library behavior assumed → Check Context7:get-library-docs
症状を治療するのではなく根本原因を特定する系統的なデバッグ。複雑な分析には逐次的思考を使用し、調査には Web 検索を使用し、循環論法やモグラたたきによる修正を回避するために構造化された調査を使用します。 ソース: ratacat/claude-skills。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/ratacat/claude-skills --skill debugging- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
debugging とは?
症状を治療するのではなく根本原因を特定する系統的なデバッグ。複雑な分析には逐次的思考を使用し、調査には Web 検索を使用し、循環論法やモグラたたきによる修正を回避するために構造化された調査を使用します。 ソース: ratacat/claude-skills。
debugging のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/ratacat/claude-skills --skill debugging インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/ratacat/claude-skills
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01