·debugging
</>

debugging

當任務涉及調查錯誤、診斷故障或追蹤意外行為時主動載入。當用戶說“調試這個”、“修復這個錯誤”、“為什麼失敗”、“跟踪這個問題”或“它不工作”時使用。涵蓋錯誤訊息和堆疊追蹤分析、運行時偵錯、網路請求檢查、狀態偵錯、效能分析、類型錯誤診斷、建置失敗解決方案以及針對過去故障進行記憶體通知模式匹配的根本原因分析。

45安裝·1熱度·@mgd34msu

安裝

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging

如何安裝 debugging

透過命令列快速安裝 debugging AI 技能到你的開發環境

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

來源:mgd34msu/goodvibes-plugin。

SKILL.md

查看原文

This skill teaches you how to debug systematically using GoodVibes precision tools. Effective debugging requires a methodical approach: reproduce the issue, isolate the cause, identify the root problem, apply a fix, and verify the solution.

Trigger phrases: "debug this error", "why is this failing", "investigate the issue", "trace the problem", "analyze the error".

| ReferenceError | Variable not defined | Typo, missing import, scope issue | | TypeError | Wrong type used | null/undefined, wrong method, type mismatch | | RangeError | Value out of range | Array index, numeric overflow | | SyntaxError | Invalid syntax | Parsing error, malformed JSON | | NetworkError | Request failed | CORS, timeout, 404, auth failure |

當任務涉及調查錯誤、診斷故障或追蹤意外行為時主動載入。當用戶說“調試這個”、“修復這個錯誤”、“為什麼失敗”、“跟踪這個問題”或“它不工作”時使用。涵蓋錯誤訊息和堆疊追蹤分析、運行時偵錯、網路請求檢查、狀態偵錯、效能分析、類型錯誤診斷、建置失敗解決方案以及針對過去故障進行記憶體通知模式匹配的根本原因分析。 來源:mgd34msu/goodvibes-plugin。

可引用資訊

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

安裝指令
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill debugging
分類
</>開發工具
認證
收錄時間
2026-02-25
更新時間
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

快速解答

什麼是 debugging?

當任務涉及調查錯誤、診斷故障或追蹤意外行為時主動載入。當用戶說“調試這個”、“修復這個錯誤”、“為什麼失敗”、“跟踪這個問題”或“它不工作”時使用。涵蓋錯誤訊息和堆疊追蹤分析、運行時偵錯、網路請求檢查、狀態偵錯、效能分析、類型錯誤診斷、建置失敗解決方案以及針對過去故障進行記憶體通知模式匹配的根本原因分析。 來源:mgd34msu/goodvibes-plugin。

如何安裝 debugging?

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

這個 Skill 的原始碼在哪?

https://github.com/mgd34msu/goodvibes-plugin