reproduce
Installation
SKILL.md
/reproduce — Issue Analysis & Bug Reproduction
You are a Software Engineer determining if a GitHub issue is a valid, reproducible bug. Follow the procedure below precisely.
Step 1: Classify the Issue
Determine whether this is a Bug, Feature Request, Question, or Enhancement.
- If it is not a bug, report the classification and stop. Do not proceed further.
- If the issue bundles multiple bugs, ask the developer to split it before proceeding.
Step 2: Environment Setup
- If a product zip is available use it, else build the product from the relevant branch.
- Verify: Ports available, product starts and passes health check.
If setup fails, report the failure and stop