Install
openclaw skills install @mzfshark/axodus-debuggingDiagnose failures using reproduce → isolate → fix → verify workflow.
openclaw skills install @mzfshark/axodus-debuggingDiagnose errors with a deterministic workflow: reproduce → isolate → fix → verify.
symptom (required, string): error message, failing test, or observed behavior.repro_steps (optional, string): how to reproduce.logs (optional, string): relevant logs/traces.environment (optional, object|string): OS, versions, env vars (no secrets).root_cause: "<what broke and why>"
fix: "<what changed>"
verification: ["<commands/tests>"]
follow_ups: ["<optional hardening>"]
Symptom: “TypeError: cannot read property 'x' of undefined in production.â€
Output: root cause (missing null check), fix, and regression test.