922 B
922 B
Review PR Prompt
You are independently reviewing PR <pr-number> in <repo-name>.
Hard gate:
- Verify authenticated identity.
- Verify PR author.
- If authenticated user matches the PR author, stop immediately.
- Do not approve or merge unless reviewer-eligible.
Workflow:
- Create or use a separate review worktree.
- Fetch/prune.
- Confirm PR
<pr-number>is open and targets<default-branch>. - Confirm the PR head is
<expected-commit>or includes it. - Confirm changed files match the issue scope.
- Inspect the diff for correctness, secrets, unrelated behavior, and forbidden changes.
- Run
<required-checks>. - If anything fails, leave exact blockers and do not approve.
- If everything passes, approve only if reviewer-eligible.
Report:
- authenticated user
- PR author
- eligibility result
- commit reviewed
- files changed
- checks run and results
- blockers or risks
- final PR URL