Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Debug

Skill Aktiv
Teil von:Engineering

Structured 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.

Zweck

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

  1. Understand expected vs. actual behavior and identify reproduction steps
  2. Narrow down the component, service, or code path affected
  3. Review logs, error messages, and recent changes to form hypotheses
  4. Test hypotheses to identify the root cause
  5. 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-plugins

Qualitätspunktzahl

90 /100
Analysiert 7 days ago

Vertrauenssignale

Letzter Commit7 days ago
Sterne12.1k
LizenzApache-2.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Query Agent Events

99

Bug-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.

Skill
netdata

Node Connect

100

Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.

Skill
steipete

Openclaw Debugging

100

Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.

Skill
steipete

Ctx Doctor

100

Führt Diagnosen für den Kontextmodus aus. Überprüft Laufzeiten, Hooks, FTS5, Plugin-Registrierung sowie npm- und Marktplatzversionen. Auslöser: /context-mode:ctx-doctor

Skill
mksglu

Systematic Debugging

100

Systematic debugging methodology emphasizing root cause analysis over quick fixes

Skill
bobmatnyc

Troubleshooting

100

Verwendet 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.

Skill
ChromeDevTools