← 返回 Skills 市场
RedHat Debugger
作者
Mauricio Z.
· GitHub ↗
· v1.0.0
· MIT-0
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install axodus-debugging
功能描述
Diagnose failures using reproduce → isolate → fix → verify workflow.
使用说明 (SKILL.md)
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.
安全使用建议
This skill is an instruction-only debugging workflow and appears coherent and low-risk. Before using it: (1) do not paste secrets, API keys, or full production dumps into the 'logs' or 'environment' inputs — redact or sanitize sensitive data; (2) confirm the author/source if you require an official Red Hat integration (metadata claims 'RedHat Dev' but registry owner IDs differ in the included files); and (3) when applying fixes recommended by the skill, review and test diffs locally / in a staging environment before deploying to production.
功能分析
Type: OpenClaw Skill
Name: axodus-debugging
Version: 1.0.0
The skill bundle defines a standard, instructional workflow for software debugging (reproduce, isolate, fix, verify). It contains only Markdown documentation and metadata (SKILL.md, debugging.md, skill.yml) without any executable code, suspicious network calls, or prompt-injection attempts designed to subvert the agent's behavior.
能力评估
Purpose & Capability
The name/description (debugging workflow) matches the contents: a step-by-step reproduce→isolate→fix→verify process. The skill declares no binaries, env vars, installs, or code, which is appropriate for an instruction-only debugging helper.
Instruction Scope
The SKILL.md instructs the agent to accept symptom, repro_steps, logs, and optional environment metadata. The instructions do not ask the agent to read system files, contact external endpoints, or access unrelated credentials, so scope is narrowly focused on debugging. Note: because 'environment' and 'logs' are permitted inputs, users must avoid providing secrets or sensitive production data in those fields.
Install Mechanism
No install spec and no code files are present. This is lowest-risk: nothing is written to disk and no external packages are fetched.
Credentials
The skill declares no required environment variables or credentials (proportionate). However it accepts an optional 'environment' input (the doc says 'no secrets'). This is reasonable for debugging, but the skill cannot enforce that users omit secrets — avoid sending API keys, tokens, or other sensitive data in the 'environment' or 'logs' fields.
Persistence & Privilege
always is false and the skill does not request persistent system-level presence or modify other skills. The default ability for the agent to invoke the skill autonomously is not by itself a concern here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install axodus-debugging - 安装完成后,直接呼叫该 Skill 的名称或使用
/axodus-debugging触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the debugging skill.
- Provides a structured workflow: reproduce → isolate → fix → verify.
- Defines clear inputs including error symptoms, logs, and environment details.
- Includes step-by-step debugging process and validation requirements.
- Outputs results in a standardized YAML format.
- Emphasizes safety, test coverage, and minimal fixes.
- Offers concrete examples for guidance.
元数据
常见问题
RedHat Debugger 是什么?
Diagnose failures using reproduce → isolate → fix → verify workflow. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。
如何安装 RedHat Debugger?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install axodus-debugging」即可一键安装,无需额外配置。
RedHat Debugger 是免费的吗?
是的,RedHat Debugger 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RedHat Debugger 支持哪些平台?
RedHat Debugger 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RedHat Debugger?
由 Mauricio Z.(@mzfshark)开发并维护,当前版本 v1.0.0。
推荐 Skills