Root Cause Tracing
Skill Verifiziert AktivUse when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
To help developers efficiently diagnose and fix bugs by tracing their origin backward through the execution flow, rather than just addressing the symptoms where they appear.
Funktionen
- Systematic backward call stack tracing
- Techniques for adding runtime instrumentation
- Guidance on finding test-case polluters
- Illustrative examples of root cause analysis
Anwendungsfälle
- When errors occur deep in the execution stack.
- To pinpoint the origin of invalid data in complex call chains.
- To identify the specific test case causing unexpected behavior.
- When traditional debugging methods at the symptom point are insufficient.
Nicht-Ziele
- Fixing bugs solely at the point of manifestation (the symptom).
- Providing general debugging tools without a focus on backward tracing.
- Automated bug fixing without user-guided investigation.
Code Execution
- info:LoggingThe skill suggests using `console.error()` for debugging during tests, which provides some level of logging for diagnostic purposes.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install kaizen@context-engineering-kitQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Lean Ctx
100Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.
Use My Browser
100Verwenden Sie dies, wenn die Arbeit von den Live-Browsersitzungs- oder gerenderten Zustand des Benutzers abhängt und nicht von statischen Abrufen, insbesondere für Browser-Debugging-Kontexte oder von DevTools ausgewählte Elemente oder Anfragen, angemeldeten Dashboards oder CMS-Flows, localhost-Apps, Formularen, Uploads, Downloads, Medieninspektion, DOM- oder iframe-Inspektion, Shadow DOM oder Browserfehlern, die wie Soft-404s, Authentifizierungswände, Anti-Bot-Prüfungen oder Ratenbegrenzungen aussehen.
Node Connect
100Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Ctx Doctor
100Führt Diagnosen für den Kontextmodus aus. Überprüft Laufzeiten, Hooks, FTS5, Plugin-Registrierung sowie npm- und Marktplatzversionen. Auslöser: /context-mode:ctx-doctor
Systematic Debugging
100Systematic debugging methodology emphasizing root cause analysis over quick fixes