← 返回 Skills 市场
61
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bugfix-without-test
功能描述
A fix is applied without a reproduction test, leaving no proof the bug is fixed and no regression coverage.
使用说明 (SKILL.md)
bugfix-without-test
Fixing a bug without a test means (a) you don't know the fix actually works, and (b) there's nothing to stop the bug from coming back next refactor. A fix without a regression test is provisional at best.
Symptoms
- Diff contains code changes but no test changes.
- Existing tests still pass, but none of them would have failed under the original bug.
- PR description describes a bug scenario that no test exercises.
- The fix is a one-liner and no one will remember why it exists six months later.
What to do
- Reproduce the bug as a failing test first. Run it. Confirm it fails for the right reason.
- Apply the fix. Run the test again. Confirm it passes.
- Keep the test in the suite. It becomes the regression guard.
- If the bug is hard to test (timing, environment, flaky), say so explicitly and describe what manual verification was done. Don't silently skip.
- For bugs discovered in production, add the test at the lowest level that reproduces the issue — unit if possible, integration if not.
安全使用建议
This skill is simply best-practice guidance for adding tests when fixing bugs and appears safe to install. It's instruction-only (no code or downloads) and requests no credentials. Consider whether you want an agent to act on these instructions autonomously: if your agent has repository write or CI access, it could create/modify tests and code—so retain normal review and access controls. Otherwise, there are no disproportionate permissions or hidden behaviors to worry about.
功能分析
Type: OpenClaw Skill
Name: bugfix-without-test
Version: 1.0.0
The skill bundle consists of documentation (SKILL.md) outlining software engineering best practices for bug fixing and regression testing. It contains no executable code, network requests, or instructions that would lead to malicious behavior or prompt injection.
能力评估
Purpose & Capability
The name/description (encouraging adding regression tests) matches the SKILL.md content. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
SKILL.md contains procedural guidance (reproduce bug as failing test, apply fix, keep test). It does not instruct the agent to read arbitrary files, call external endpoints, access credentials, or run specific system commands.
Install Mechanism
There is no install spec and no code files; nothing is written to disk or downloaded.
Credentials
No environment variables, credentials, or config paths are requested—requirements are minimal and appropriate for a documentation/guidance skill.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or elevated privileges over other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bugfix-without-test - 安装完成后,直接呼叫该 Skill 的名称或使用
/bugfix-without-test触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the skill.
- Documents risks and symptoms of applying a bug fix without an accompanying test.
- Offers best practices for ensuring bug fixes are verified and protected against regression.
- Emphasizes the importance of regression tests and outlines steps for properly fixing and testing bugs.
元数据
常见问题
Bugfix Without Test 是什么?
A fix is applied without a reproduction test, leaving no proof the bug is fixed and no regression coverage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。
如何安装 Bugfix Without Test?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bugfix-without-test」即可一键安装,无需额外配置。
Bugfix Without Test 是免费的吗?
是的,Bugfix Without Test 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bugfix Without Test 支持哪些平台?
Bugfix Without Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。
谁开发了 Bugfix Without Test?
由 mvogt99(@mvogt99)开发并维护,当前版本 v1.0.0。
推荐 Skills