什么是 debug-to-fix?
当出现调试挫败感时(“为什么这不起作用?”,“它应该起作用”, “我不明白”),编排完整的调试周期:澄清→调查→ 修复→验证。防止在理解之前跳转到修复的常见失败 问题。一种拴住橡皮鸭的灵丹妙药,并通过调查来证明这一点。 来源:elliotjlt/claude-skill-potions。
当出现调试挫败感时(“为什么这不起作用?”,“它应该起作用”, “我不明白”),编排完整的调试周期:澄清→调查→ 修复→验证。防止在理解之前跳转到修复的常见失败 问题。一种拴住橡皮鸭的灵丹妙药,并通过调查来证明这一点。
通过命令行快速安装 debug-to-fix AI 技能到你的开发环境
来源:elliotjlt/claude-skill-potions。
An elixir for debugging. The #1 debugging mistake: jumping to fixes before understanding the problem. This chains clarification → investigation → fix → verification, with gates that prevent skipping steps. Uses rubber-duck to clarify, built-in investigation phase, and prove-it to verify.
| rubber-duck | Structured problem clarification | Falls back to built-in questions | | prove-it | Verification enforcement | Falls back to built-in verification | | retrospective | Document learnings | Skipped (optional phase) |
The elixir degrades gracefully - it will use built-in fallbacks for missing skills.
当出现调试挫败感时(“为什么这不起作用?”,“它应该起作用”, “我不明白”),编排完整的调试周期:澄清→调查→ 修复→验证。防止在理解之前跳转到修复的常见失败 问题。一种拴住橡皮鸭的灵丹妙药,并通过调查来证明这一点。 来源:elliotjlt/claude-skill-potions。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/elliotjlt/claude-skill-potions --skill debug-to-fix当出现调试挫败感时(“为什么这不起作用?”,“它应该起作用”, “我不明白”),编排完整的调试周期:澄清→调查→ 修复→验证。防止在理解之前跳转到修复的常见失败 问题。一种拴住橡皮鸭的灵丹妙药,并通过调查来证明这一点。 来源:elliotjlt/claude-skill-potions。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/elliotjlt/claude-skill-potions --skill debug-to-fix 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/elliotjlt/claude-skill-potions