RedHat Debugger
/install axodus-debugging
SKILL: debugging
Purpose
Diagnose errors with a deterministic workflow: reproduce → isolate → fix → verify.
When to Use
- Tests are failing.
- Runtime errors occur (stack traces, crashes, misbehavior).
- Performance regressions or unexpected output is reported.
Inputs
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).
Steps
- Reproduce deterministically:
- capture exact command(s)
- capture versions
- Localize failure:
- narrow to smallest failing unit/test
- add targeted logging/diagnostics if needed
- Form hypotheses and test them one by one.
- Implement the smallest fix that resolves the root cause.
- Add/adjust tests to prevent regression.
- Verify:
- original repro no longer fails
- related tests still pass
Validation
- Root cause is stated explicitly (not only the symptom).
- Fix is verified by test/repro.
- No unrelated behavior changes are introduced.
Output
root_cause: "\x3Cwhat broke and why>"
fix: "\x3Cwhat changed>"
verification: ["\x3Ccommands/tests>"]
follow_ups: ["\x3Coptional hardening>"]
Safety Rules
- Do not “fix†by disabling tests or checks unless explicitly approved and justified.
- Prefer reversible debugging changes (guarded logs, small diffs).
Example
Symptom: “TypeError: cannot read property 'x' of undefined in production.â€
Output: root cause (missing null check), fix, and regression test.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axodus-debugging - After installation, invoke the skill by name or use
/axodus-debugging - Provide required inputs per the skill's parameter spec and get structured output
What is RedHat Debugger?
Diagnose failures using reproduce → isolate → fix → verify workflow. It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.
How do I install RedHat Debugger?
Run "/install axodus-debugging" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is RedHat Debugger free?
Yes, RedHat Debugger is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does RedHat Debugger support?
RedHat Debugger is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created RedHat Debugger?
It is built and maintained by Mauricio Z. (@mzfshark); the current version is v1.0.0.