Bugfix skill
Benchmark, lint, and standardize reusable skills for AI coding agents.
npx -y skills add ChristinaAgent/OpenSkillBench --skill bugfix-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Diagnose and fix focused software defects by using existing tests, local patterns, and minimal code changes.
SKILL.md
1.9 KB, as published. Nobody here has run it
Bugfix Skill
Use this skill when the user asks for a focused bug fix.
Procedure
- Identify the observed failure from the prompt, test output, logs, or bug report.
- Inspect the smallest relevant code path and nearby tests.
- Reproduce the failure when a local test command is available.
- Make the minimal change that addresses the root cause.
- Add or update a focused regression test when coverage is missing.
- Run the relevant test or explain why it could not be run.
- Summarize the root cause, the fix, and the verification result.
Output Shape
Report the fix in plain engineering terms. Include the test command that passed or the verification gap that remains.