| name | bug-reproduction |
| description | Reproduce reported bugs with minimal steps and collect supporting evidence. |
bug-reproduction
Use this skill when the investigator-agent is asked to reproduce a failure.
Operating procedure
- Read the issue and any linked context.
- Draft a minimal reproduction plan (commands, inputs, environment).
- Execute the plan step-by-step with Bash only when approved by the operator.
- Capture exit codes, stack traces, and relevant logs verbatim.
- Record at least one hypothesis with evidence before concluding.
Quality checks
- Plans must be deterministic and idempotent.
- Never delete files or mutate databases without approval.
- If reproduction fails, record what was tried and why it failed.
Output format
{
"reproduced": true,
"steps": ["…"],
"evidence": ["…"],
"hypotheses": [{"statement": "…", "support": "…"}]
}