This solves a real issue I faced on a daily basis where I often have multiple pull requests waiting for my review. I started this project to have a way to quickly jump to the next pull request in my queue with minimal clicks.
A list of all pull requests where you are assigned as reviewer.
A Next PR button to quickly jump to the next pull request in your queue after reviewing the current one.
An Approve and Next PR button to approve the current pull request and move directly to the next item. Navigation only happens after GitHub confirms the approval.
- Queue =
is:pr is:open review-requested:@me draft:falsein selected repositories - Order =
updatedascending (proxy for longest waiting)
- Open
chrome://extensions - Enable Developer mode
- Load unpacked → this folder
- Open Options → paste a PAT with Pull requests: Read and write, then allowlist repos (
owner/name, one per line)

