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 |
Laden Sie PROAKTIV, wenn die Aufgabe darin besteht, Fehler zu untersuchen, Fehler zu diagnostizieren oder unerwartetes Verhalten zu verfolgen. Wird verwendet, wenn der Benutzer sagt: „Debuggen“, „Fehler beheben“, „Warum schlägt das fehl“, „Dieses Problem verfolgen“ oder „Es funktioniert nicht“. Umfasst Fehlermeldungen und Stack-Trace-Analyse, Laufzeit-Debugging, Überprüfung von Netzwerkanforderungen, Status-Debugging, Leistungsprofilierung, Typfehlerdiagnose, Build-Fehlerbehebung und Ursachenanalyse mit speicherinformiertem Musterabgleich mit früheren Fehlern. Quelle: mgd34msu/goodvibes-plugin.