A Raycast extension that tracks unread pull request activity across your GitHub or GitHub Enterprise repositories. Never miss a review, comment, or push again.
owner/repo repositories from a single command.| Preference | Description |
|---|---|
| GH Host | GitHub hostname — defaults to github.com; set only for GitHub Enterprise |
| Personal Access Token | A PAT with repo read access |
| Repositories | Comma-separated owner/repo list |
| Max Unread PRs | Max PRs with unread activity to show (1–1000, default 25) |
| Max PRs to Scan | Safety cap on PRs fetched while finding unread ones (1–1000, default 150) |
Open Raycast and run View Pull Requests. The command shows a list of open PRs sorted by the latest updates.
CMD/CTRL + D to mark a single item as read, CMD/CTRL + S to mark an entire PR as read, or mark all PRs as read with CMD/CTRL + Shift + S.Enable the Unread PR Alert command on MacOS to show a menu bar item with the number of PRs that have unread changes. It refreshes automatically every 5 minutes, immediately when you open or refresh View Pull Requests, and whenever you mark items, PRs, or everything as read — so the badge count stays in sync with what you have seen. It shares its data with View Pull Requests, so opening the main command shows already-cached data. Clicking a PR in the dropdown opens View Pull Requests with that PR expanded. The menu bar item disappears if there are no new unread changes.
MIT