Show HN: R3 – A Local Code Review Tool for You and Your AI Agent
4 points
1 day ago
| 1 comment
| github.com
| HN
I built r3 to scratch my own itch when reviewing long design doc and planning doc from AI. The chat interface is inherently bad at tracking multiple pieces of feedback across different parts of a document, so I created a lightweight local web UI to organize the review process.

I have been using it on my own projects for one week, and it has made giving structured feedback to AI much easier. I thought others working with AI coding agents might find it useful too.

I'd love to hear what you think and any feedback you have!

othmanosx
1 day ago
[-]
Oh man I was looking for something like this for a while, reviewing code in VSCode is starting to get annoying and I began to think that VSCode is no longer suitable for development in the AI era, but I already built my own solution that addresses the two problems I had with reviewing code: - A better alternative to reviewng a PR on github.

- A way for me to do a local review for my code is if was a PR, before actually filing that PR.

I also built a Claude skill around the local review so it's more seamless to integrate with Claude, I also get more powerful features with the help of AI like grouping files in folders and sprinkling hints as squiggly lines that help me with the review.

you can check it out https://pyor.review.

wishing you the best with your project!

reply