什麼是 code-debugging?
透過結構化錯誤分析來調試實驗程式碼。對錯誤進行分類,透過重試邏輯應用有針對性的修復,並使用反射來防止問題再次出現。當實驗代碼失敗或產生不正確的結果時使用。 來源:lingzhi227/agent-research-skills。
透過結構化錯誤分析來調試實驗程式碼。對錯誤進行分類,透過重試邏輯應用有針對性的修復,並使用反射來防止問題再次出現。當實驗代碼失敗或產生不正確的結果時使用。
透過命令列快速安裝 code-debugging AI 技能到你的開發環境
來源:lingzhi227/agent-research-skills。
Systematically debug experiment code with structured error categorization and fix strategies.
| SyntaxError | Invalid syntax, indentation | Low | | ImportError | Missing module, wrong name | Low | | RuntimeError | Division by zero, shape mismatch | Medium | | TimeoutError | Infinite loop, too slow | Medium | | OutputError | Missing files, wrong format | Medium | | LogicError | Wrong results, 0% accuracy | High |
For syntax/import errors: Direct fix, single attempt For runtime errors: Fix and rerun, up to 4 retries For logic errors: Reflect on approach, consider alternative methods For timeout: Reduce dataset size, optimize bottleneck, add early stopping
透過結構化錯誤分析來調試實驗程式碼。對錯誤進行分類,透過重試邏輯應用有針對性的修復,並使用反射來防止問題再次出現。當實驗代碼失敗或產生不正確的結果時使用。 來源:lingzhi227/agent-research-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/lingzhi227/agent-research-skills --skill code-debugging透過結構化錯誤分析來調試實驗程式碼。對錯誤進行分類,透過重試邏輯應用有針對性的修復,並使用反射來防止問題再次出現。當實驗代碼失敗或產生不正確的結果時使用。 來源:lingzhi227/agent-research-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/lingzhi227/agent-research-skills --skill code-debugging 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/lingzhi227/agent-research-skills