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.
- 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 PAT + allowlist repos (
owner/name, one per line)

