·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