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 |
Cargue PROACTIVAMENTE cuando la tarea implique investigar errores, diagnosticar fallas o rastrear comportamientos inesperados. Úselo cuando el usuario diga "depurar esto", "corregir este error", "por qué falla", "rastrear este problema" o "no funciona". Cubre el análisis de seguimiento de pila y mensajes de error, la depuración en tiempo de ejecución, la inspección de solicitudes de red, la depuración de estado, la creación de perfiles de rendimiento, el diagnóstico de errores de tipo, la resolución de fallas de compilación y el análisis de la causa raíz con comparación de patrones basados en la memoria con fallas pasadas. Fuente: mgd34msu/goodvibes-plugin.