Thorough reviews in a single command
/review-pr 123 and Claude fetches the pull request, reads every changed file in full (not just the diff), analyzes the code across five dimensions, and delivers a structured review. It can also post the review back to GitHub if you want it to.Fetch the PR
Gets PR details, diff, and metadata using gh CLI or GitHub MCP. Works with PR numbers or the current branch's PR.
Read all changed files
Reads the full current version of every modified file, not just the diff. Understands changes in context of the surrounding code.
Analyze across five dimensions
Checks for bugs, security vulnerabilities, performance issues, code quality, and test coverage. Each finding gets a severity rating.
Deliver structured feedback
Organized by severity: Critical (must fix), Warning (should fix), Suggestion (nice to have). Includes specific code fixes and acknowledges good patterns.
Post to GitHub (optional)
If requested, posts the review as a PR comment, request for changes, or approval directly to GitHub.