Loop
- Goal
- PR is open with all CI checks passing
- Exit when
- all PR checks are success
Check between iterations
gh pr checks
$
Kickoff prompt
Start the "Ship PR Until Green" loop.
Goal: PR is open with all CI checks passing
Max iterations: 10
Between iterations run: gh pr checks
Exit when: all PR checks are success
Step 1: Implement on a branch, run tests, push, open a PR, and loop until checks pass and the PR is ready to merge.
›