PR Radar by DeployHQ
PR Radar is a free, open-source browser extension by DeployHQ that puts all your pull requests in one place. See CI status, unresolved comments, deployment previews, and get sound alerts -- right from your browser toolbar, no tab required.
What is PR Radar?
PR Radar is a browser extension available for Chrome and Firefox that gives you a unified dashboard for all your open pull requests across GitHub, GitLab, and Bitbucket. It polls your platform APIs in the background and notifies you when CI finishes, reviews come in, or deployments complete.
The extension is completely free, requires no account, and the source code is available on GitHub under the MIT license.
Features
Unified PR Dashboard
See all your open pull requests across multiple repositories in a single popup. PRs are organized by status and show key information at a glance, including title, branch, author, and age.
Multi-Platform Support
PR Radar works with the three major Git platforms:
- GitHub -- Full support including CI checks, review threads, deployments, and merge
- GitLab -- Pipeline status, discussion notes, approvals, and merge
- Bitbucket -- Pipeline status, inline comments, participants, and merge
CI Status at a Glance
The toolbar badge shows your CI status at all times:
- Green number -- PRs with CI passed
- Red number -- PRs with CI failed
- Blue dots -- CI currently running
- Clear -- No active PRs
Unresolved Comments
PR Radar shows an accurate count of unresolved review threads on each PR, so you know exactly what still needs attention before merging.
Deployment Previews
See deployment status directly in the dashboard and click through to environment URLs. This is especially useful when combined with DeployHQ's automatic deployments.
Sound and Desktop Notifications
Get notified when CI finishes without keeping any tab open. Choose from multiple alert sounds (Ding, Bell, or Chime) and configure desktop notifications to stay informed.
Review Tracking
Quickly see which PRs need your review and which ones you have already reviewed. This helps teams stay on top of code review without checking each repository individually.
Merge from Dashboard
Merge pull requests directly from the PR Radar popup with a confirmation step. Supported on all three platforms.
Pinned Repos
Star your favorite repositories so their PRs always appear at the top of the dashboard, making it easy to prioritize the repos you work with most.
Stale PR Detection
PRs that have been open for a long time are automatically dimmed with a nudge to close them. The threshold is configurable (14, 30, 45, 60, or 90 days).
Keyboard Shortcuts
Navigate efficiently with keyboard shortcuts:
- j / k -- Move between PRs
- o -- Open the selected PR
- 1 / 2 / 3 -- Switch between tabs
- / -- Focus search
- ? -- Show all shortcuts
Getting Started
Install the Extension
- Chrome: Install from Chrome Web Store
- Firefox: Install from Firefox Add-ons
Connect Your Account
- Click the PR Radar icon in your browser toolbar
- Choose a platform to connect (GitHub, GitLab, or Bitbucket)
- Create a personal access token using the link provided -- required scopes are listed in the connect form
- Paste the token and connect
- Go to Watched Repos and select the repositories you want to monitor
- Your PRs appear instantly
Token Setup by Platform
GitHub: Create a classic personal access token with repo and read:org scopes. If your organization uses SSO, authorize the token for that org after creating it.
GitLab: Create a personal access token with api and read_user scopes.
Bitbucket: Create an Atlassian API token and enter your email along with the token. Required scopes: read:user:bitbucket, read:workspace:bitbucket, read:repository:bitbucket, read:pullrequest:bitbucket, write:pullrequest:bitbucket.
Settings
Configure PR Radar to match your workflow:
- Desktop notifications -- Toggle on or off
- Sound alerts -- Choose from Ding, Bell, or Chime
- Poll interval -- 30 seconds, 1 minute, 2 minutes, or 5 minutes
- Stale PR threshold -- Dim PRs older than 14, 30, 45, 60, or 90 days (or never)
- Test button -- Verify that notifications and sound work correctly
For Teams
PR Radar works best when your whole team uses it. Share the install link so everyone sees the same review inbox, CI status, and comment threads. This helps reduce review latency and keeps PRs moving.
Privacy
PR Radar is privacy-first:
- Your personal access tokens are stored locally in your browser and never sent to any server
- All API calls go directly from your browser to the platform APIs
- No analytics, no tracking, no backend
- Tokens are never synced across devices
Open Source
PR Radar is open source under the MIT license. You can view the source code, report issues, or contribute on GitHub.
Feedback and Support
If you have suggestions, encounter issues, or want to contribute, visit the GitHub Issues page or contact our support team.