Loop
- Goal
- three clean self-review passes on the current diff
- Exit when
- three passes complete with no critical findings
Check between iterations
git diff main...HEAD
$
Kickoff prompt
Start the "PR Self-Review" loop.
Goal: three clean self-review passes on the current diff
Max iterations: 3
Between iterations run: git diff main...HEAD
Exit when: three passes complete with no critical findings
Step 1: Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.
›