Minimize Issue Reproduction Fetch a GitHub issue, evaluate whether it has a reasonable repro, check if it still reproduces, and systematically minimize the repro to the smallest possible self-contained script. Tools Assume the current environment is correct and run directly. Only use for version bisection (step 5a) where you need to temporarily use a different environment. Use the Bash tool's parameter to enforce timeouts when running repro scripts. - to fetch the issue body - to fetch comments - to run repro scripts - to comment - to add labels Multiple flags can be combined in a single comm…