Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.
Review the current branch diff. List bugs, edge cases, naming issues, and missing tests.
Fix the highest-severity findings from the review with minimal scope.
Review the updated diff and confirm prior findings are resolved.
Three review passes completed with no critical findings
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 the diff like a senior reviewer. Fix findings, then re-review. Self-pace this loop. After each iteration, run the check command, read the output, and only continue if the exit condition is not met. Stop when the exit condition passes or max iterations is reached. Give a short status update each pass.