← 返回 Skills 市场
63
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bugfix-without-diagnosis
功能描述
A fix is proposed without first identifying the root cause; the symptom is masked rather than resolved.
使用说明 (SKILL.md)
bugfix-without-diagnosis
When a fix goes in without understanding why the bug occurred, the symptom disappears but the cause lingers. It will return under a different shape, or the "fix" will mask a more serious problem upstream.
Symptoms
- Fix adds a null check without explaining why the value was null.
- Retry loop wrapped around a flaky call with no investigation into why it was failing.
- Try/except swallowing a specific exception without stating what conditions produce it.
- Condition tweaked (
>→>=) to make a test pass, with no explanation of the underlying off-by-one. - PR description says "fix X" with no "because Y".
What to do
- Before proposing a fix, write one sentence stating the root cause. If you can't, you don't understand the bug well enough to fix it.
- Explain how the symptom follows from the cause — the chain of events from "bad thing happened" to "user saw this".
- Confirm the fix addresses the cause, not just the symptom. A null check is valid only if you know why the value was null and concluded that null is acceptable.
- Where the cause is upstream, fix it upstream. Only patch downstream if upstream is genuinely out of reach, and say so.
- Leave a comment linking the symptom to the cause so future readers don't misread the fix as superficial.
安全使用建议
This skill is low-risk: it's purely a guideline for proposing bug fixes and asks for no permissions, binaries, or installs. Before installing, confirm you want your agent to have this review-style guidance available (it may influence how the agent suggests fixes). Also remember this is advisory text — it won't enforce checks and the agent could still make incorrect changes if combined with other skills or instructions.
功能分析
Type: OpenClaw Skill
Name: bugfix-without-diagnosis
Version: 1.0.0
The skill bundle consists of metadata and instructional documentation (SKILL.md) focused on software engineering best practices. It provides guidance on identifying root causes for bugs rather than applying superficial fixes and contains no executable code, network calls, or malicious instructions.
能力评估
Purpose & Capability
The name and description describe review/fix guidance and the SKILL.md contains exactly that guidance. No unexpected binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md provides reviewer/developer guidance (how to reason about root cause versus symptom). It does not instruct the agent to read arbitrary files, access credentials, call external endpoints, or perform system actions.
Install Mechanism
No install specification or code files are present; this is instruction-only so nothing is written to disk or downloaded.
Credentials
The skill requests no environment variables, credentials, or config paths — which is appropriate for a policy/guidance document.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bugfix-without-diagnosis - 安装完成后,直接呼叫该 Skill 的名称或使用
/bugfix-without-diagnosis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the skill "bugfix-without-diagnosis"
- Highlights common patterns where fixes address symptoms without identifying root causes
- Provides practical guidelines for writing effective bugfixes, including documenting root causes and the path from cause to symptom
- Suggests best practices, such as explaining the validity of downstream patches and linking symptoms to causes in code comments
元数据
常见问题
Bugfix Without Diagnosis 是什么?
A fix is proposed without first identifying the root cause; the symptom is masked rather than resolved. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 63 次。
如何安装 Bugfix Without Diagnosis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bugfix-without-diagnosis」即可一键安装,无需额外配置。
Bugfix Without Diagnosis 是免费的吗?
是的,Bugfix Without Diagnosis 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bugfix Without Diagnosis 支持哪些平台?
Bugfix Without Diagnosis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。
谁开发了 Bugfix Without Diagnosis?
由 mvogt99(@mvogt99)开发并维护,当前版本 v1.0.0。
推荐 Skills