agentsclimarketplace

Bugfix skill

Skill ChristinaAgent/OpenSkillBench/examples/bugfix-skill

Benchmark, lint, and standardize reusable skills for AI coding agents.

Install
npx -y skills add ChristinaAgent/OpenSkillBench --skill bugfix-skill

Assembled 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

  1. Identify the observed failure from the prompt, test output, logs, or bug report.
  2. Inspect the smallest relevant code path and nearby tests.
  3. Reproduce the failure when a local test command is available.
  4. Make the minimal change that addresses the root cause.
  5. Add or update a focused regression test when coverage is missing.
  6. Run the relevant test or explain why it could not be run.
  7. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.