/install bugfix-without-test
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bugfix-without-test - After installation, invoke the skill by name or use
/bugfix-without-test - Provide required inputs per the skill's parameter spec and get structured output
What is Bugfix Without Test?
A fix is applied without a reproduction test, leaving no proof the bug is fixed and no regression coverage. It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install Bugfix Without Test?
Run "/install bugfix-without-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bugfix Without Test free?
Yes, Bugfix Without Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bugfix Without Test support?
Bugfix Without Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, windows).
Who created Bugfix Without Test?
It is built and maintained by mvogt99 (@mvogt99); the current version is v1.0.0.