Debug
Skill AktivStructured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke after the deploy", or when behavior diverges from expected and the cause isn't obvious.
To systematically diagnose and resolve software bugs and unexpected behavior by guiding the user through a structured debugging process.
Funktionen
- Structured debugging workflow
- Reproducing and isolating issues
- Diagnosing root causes
- Proposing fixes and preventative tests
- Leveraging contextual information for diagnosis
Anwendungsfälle
- When encountering an error message or stack trace
- When behavior diverges from expected and the cause is unclear
- When troubleshooting issues that appear after recent changes (deploys, config updates)
- When needing to systematically narrow down a bug's origin
Nicht-Ziele
- Automatically fixing all bugs without user input
- Acting as a code linter or static analysis tool
- Providing general code generation unrelated to debugging
Workflow
- Understand expected vs. actual behavior and identify reproduction steps
- Narrow down the component, service, or code path affected
- Review logs, error messages, and recent changes to form hypotheses
- Test hypotheses to identify the root cause
- Propose a fix, considering side effects and suggesting preventative tests
Praktiken
- Systematic Debugging
- Root Cause Analysis
- Error Reproduction
- Issue Triage
Trust
- warning:Issues Attention29 issues opened, 4 closed in the last 90 days indicates slow response to issues.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add anthropics/knowledge-work-plugins/plugin install engineering@knowledge-work-pluginsQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Query Agent Events
99Bug-investigation tool for the Netdata agent-events ingestion namespace -- triage crashes, panics, fatals across the fleet by downloading events of interest and clustering locally. Covers the three transports (Cloud API and direct agent API are primary; ssh is operator-only), the verified AE_* field map and enum meanings, the dedup model (23h client-side per agent and event signature), the after-the-fact event timing (POST only on agent restart), and the Netdata systemd-journal plugin multi-value filter syntax (FIELD in A, B, C) AND ... Use when investigating crashes / panics / fatals; when grepping for events touching a specific function or file or version; when looking for regressions across versions; when an agent is reported crashing in a way you want to triage. Ships scripts get-events.sh and analyze-events.sh that fetch events with index-friendly filters and compute group-by stats. Defaults to last 24 hours and to the latest stable plus latest 2-3 nightlies.
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
Troubleshooting
100Verwendet Chrome DevTools MCP und Dokumentation zur Fehlerbehebung bei Verbindungs- und Zielproblemen. Rufen Sie diese Fähigkeit auf, wenn list_pages, new_page oder navigate_page fehlschlagen oder wenn die Serverinitialisierung fehlschlägt.