Remix.run Logo
Show HN: Open-source guided code reviews(twitter.com)
4 points by ramoz 13 hours ago | 2 comments

https://xcancel.com/plannotator/status/2073845811847512372?s...

https://github.com/backnotprop/plannotator

Plannotator Code Review works for any local or PR changes, jj, and p4. You can conduct a code review on your own or integrate it with your agents and submit feedbacks to create an automated iteration loop.

Guided reviews works just like linear, except it also summarizes all file changes for you. The most important code changes are surfaced to the top, provided with a semantic overview & grouped diffs. It does not need to rely on advanced model intelligence or high reasoning efforts. Open source models work great at this task! Providers enabled include Claude Code, Codex, OpenCode, Pi, Cursor, and Copilot.

othmanosx 10 hours ago | parent [-]

I still don't like the fact that AI is adding more stuff for us to read, it's accelerating the code production but slowing down the code review. I built my own code reviewer as well (https://pyor.review/), surfacing the important stuff first is the right track, but adding more stuff to read is daunting, but asking AI to just point you to what you need to focus on and skim the noise is what I'm leaning more towards.

ramoz 5 hours ago | parent [-]

I don't think your sprinkled AI hints help your pitch if they immediately show injected into the diff.

Also, I think the guided review presents the opportunity to skim the code versus read the full diff - as semantic overview of multiple files/diffs, as well as file change description, give you the opportunity to green light anything you don't really need to read into, or give you enough context that you should dive in. i.e. https://x.com/thdxr/status/2073238046296924466?s=20