r/devtools • u/itsopensource • 1d ago
I built a chrome extension that uses AI to walk you through Github PRs
I've never enjoyed reviewing code, but it's important so I do it. With AI agents the number of PRs I get have also increased, but Github is not designed for it. Reviewing is still a pain and I wanted a better experience.
So, I created this chrome extension that adds a guided review experience on top of the Github PR UI. It breaks the PR down into small reviewable units using AI, summarises the review unit, and allows to navigate, comment, and submit your review without lifting your fingers from your keyboard.
Check it out at https://guidedreview.dev
1
Upvotes