Settings

Theme

Show HN: R3 – A Local Code Review Tool for You and Your AI Agent

github.com

5 points by rickye26 · 3 comments · 1 min read

Reader

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!

1 thread
othmanosx

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!

  • rickye26OP

    Your product looks great! Having AI to highlight important part of a code review is a great feature. I will add it to r3 too

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection