什麼是 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