Reviewmanual
PR Self-Review
Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.
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 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.Basic information
Category
Review
Goal
three clean self-review passes on the current diff
Max iterations
3
Check command
git diff main...HEAD
Exit when
three passes complete with no critical findings
Supported agents
Claude Code, Cursor
Steps
- 1
Review diff
Review the current branch diff. List bugs, edge cases, naming issues, and missing tests.
- 2
Address findings
Fix the highest-severity findings from the review with minimal scope.
- 3
Re-review
Review the updated diff and confirm prior findings are resolved.