Review PR
Review a pull request for quality and correctness.
Input
PR number: $ARGUMENTS
Steps
- •Get the PR diff:
gh pr diff $ARGUMENTS - •Get the PR description:
gh pr view $ARGUMENTS --json title,body - •If the PR references a GitHub issue, read it for acceptance criteria
- •Review the changed files in their full context
- •Evaluate: correctness, bugs, security, code quality, maintainability
- •Output either
APPROVED - [reason]orCONCERNS - [specific issues]
Output
A review verdict: APPROVED or CONCERNS with brief reasoning (2-3 sentences max).