代码评审manual
PR Self-Review
Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.
启动提示词
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.基本信息
分类
代码评审
目标
three clean self-review passes on the current diff
最大迭代次数
3
检查命令
git diff main...HEAD
退出条件
three passes complete with no critical findings
支持的智能体
Claude Code, Cursor
步骤
- 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.