Bug reproduction
Skill sonsriver4815/agent-skill-starter/src/agent_skill_starter/examples/bug-reproduction
Create, validate, and ship Agent Skills in minutes.
npx -y skills add sonsriver4815/agent-skill-starter --skill bug-reproductionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 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
Use this skill when the user asks to reproduce a bug, verify a reported failure, reduce an issue to a minimal case, or capture reliable steps before fixing.
SKILL.md
1.2 KB, as published. Nobody here has run it
Bug Reproduction
Use this skill to turn a vague bug report into a repeatable failure.
First Checks
- Identify the reported behavior, expected behavior, affected version, and environment.
- Read the smallest relevant code path, logs, test, issue, or stack trace.
- Separate confirmed facts from guesses.
- Avoid fixing the bug until reproduction is clear.
Workflow
- Try the narrowest command or UI path that could reproduce the failure.
- Record exact inputs, flags, files, data, and observed output.
- Reduce the scenario until only the failing condition remains.
- If reproduction fails, list what was tried and what evidence is still missing.
Verification
- Prefer a failing test, command, fixture, or manual checklist that another agent can rerun.
- Confirm the failure still occurs after reducing the case.
- Do not mark the bug reproduced from an unrelated error.
Final Report
- Reproduction status.
- Exact steps or command.
- Expected result.
- Actual result.
- Smallest known failing case.
- Evidence still missing, if any.