I made a tool that ranks reviewable PRs A developer released PR Bro, a command-line tool that ranks GitHub pull requests by weighted scoring based on factors like age, approval count, and size. The tool helps developers prioritize which PRs to review next through an interactive terminal interface with customizable queries and snooze features. PR Bro is available for macOS and Linux via Homebrew, Cargo, or pre-built binaries. Know which PR to review next. PR Bro ranks pull requests by weighted scoring across your GitHub queries, so you always start with the most important review. GitHub Personal Access Token : repo scope for private repos public repo for public only Platforms :- macOS Intel + Apple Silicon - Linux x64 brew tap toniperic/tap brew install pr-bro To upgrade: brew upgrade pr-bro cargo install pr-bro Requires Rust toolchain. Install from rustup.rs https://rustup.rs . Download pre-built binaries from the GitHub Releases https://github.com/toniperic/pr-bro/releases page. Extract and move to your PATH: tar -xzf pr-bro-