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。