https://github.com/sulthonzh/gh-review
PRs awaiting your review across GitHub repos
https://github.com/sulthonzh/gh-review
cli github pull-request review
Last synced: 5 days ago
JSON representation
PRs awaiting your review across GitHub repos
- Host: GitHub
- URL: https://github.com/sulthonzh/gh-review
- Owner: sulthonzh
- License: mit
- Created: 2026-06-09T12:48:41.000Z (20 days ago)
- Default Branch: main
- Last Pushed: 2026-06-19T00:21:17.000Z (11 days ago)
- Last Synced: 2026-06-19T02:15:16.996Z (11 days ago)
- Topics: cli, github, pull-request, review
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-review
PRs awaiting your review, across all your GitHub repos, in one command.
Because checking each repo manually is a waste of time.
## Install
```bash
npm install -g gh-review
```
Requires [gh CLI](https://cli.github.com) with auth configured (`gh auth login`).
## Usage
```bash
# Show all PRs needing your review
gh-review
# Check a specific repo
gh-review --repo owner/repo
# Check someone else's repos
gh-review --user teammate
# Output formats
gh-review --json
gh-review --markdown
```
## Why
I got tired of missing PR reviews because they were spread across 30+ repos. This shows you everything in one shot — what needs review, what's been sitting there for days, and what's a draft.
## Exit Codes
- `0` — no PRs awaiting review (you're free!)
- `1` — PRs found that need attention
- `2` — error (gh not installed, auth issue, etc.)
## License
MIT