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.