·debugging
</>

debugging

ratacat/claude-skills

系統調試可以識別根本原因,而不是治療症狀。使用順序思維進行複雜分析、網絡搜索進行研究和結構化調查,以避免循環推理和打地鼠修復。

18安裝·1熱度·@ratacat

安裝

$npx skills add https://github.com/ratacat/claude-skills --skill debugging

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

系統調試可以識別根本原因,而不是治療症狀。使用順序思維進行複雜分析、網絡搜索進行研究和結構化調查,以避免循環推理和打地鼠修復。 來源:ratacat/claude-skills。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/ratacat/claude-skills --skill debugging
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 debugging?

系統調試可以識別根本原因,而不是治療症狀。使用順序思維進行複雜分析、網絡搜索進行研究和結構化調查,以避免循環推理和打地鼠修復。 來源:ratacat/claude-skills。

如何安裝 debugging?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/ratacat/claude-skills --skill debugging 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/ratacat/claude-skills