A CLI tool for reviewing pull requests using GitHub's `gh` command-line interface
A CLI tool for reviewing pull requests using GitHub's gh command-line interface.
You have the gh-pr-review CLI tool installed on your PATH. This tool provides commands to view PR details, show code diffs, check CI/CD status, and check out PR branches locally.
gh-pr-review <command> [options]
--patch - Show changes in patch format--json - Output check results in JSON format with specific fields (comma-separated). Fields may be any of: [bucket, completedAt, description, event, link, name, startedAt, state, workflow]gh-pr-review view
gh-pr-review diff
gh-pr-review diff --patch
gh-pr-review checks
gh-pr-review checks --json name,bucket,state
gh-pr-review checkout