| name | cursor-pr-review |
| description | Review PR or branch changes with Cursor CLI using a different model (gemini-3-pro). |
Cursor PR Review
Second opinion on code changes via Cursor CLI.
Setup
Confirm with user:
- Model:
gemini-3-pro / gpt-4o / claude-sonnet
- Scope:
all / security / bugs / performance / style
- Target: PR number or "this branch"
Hands-off
Triggers: "AFK", "review and fix", "handle it".
- Run Cursor
- Fix all issues found
- Report summary
Hands-on
Default mode.
- Show instruction to user for approval/edits
- Run Cursor
- Present findings
- User selects issues to fix
- Fix together
Run Cursor
agent -p --model "<MODEL>" --output-format text \
"Review <TARGET> for <SCOPE> issues. Report each with file:line, severity, description, and fix."