Open Code Review – An AI-powered code review CLI tool
1–10 of 89 posts
Re: Open Code Review – An AI-powered code review CLI tool
#2We have our own internal automated review which has shown positive results, but I would love to drop it if I find something better.
Code review is currently our bottleneck, so any possibility of better automating it is welcome.
Re: Open Code Review – An AI-powered code review CLI tool
#3I also built a skill I call `/meta-review` that asks Codex, Cursor, and Gemini to review the code (I use Claude Code). It always finds little things claude & I missed.
Coderabbit just came out with their own PR review UI that's great for big PRs, it groups files together etc. https://www.coderabbit.ai/blog/introducing-atlas-the-first-a...
Re: Open Code Review – An AI-powered code review CLI tool
#4Re: Open Code Review – An AI-powered code review CLI tool
#5uses a node image installs claude code runs a /review-like command puts inline comments to PR deletes old comments when rerunning
OCR seems cool, but overkill, and I'm definitely not using Code Rabbit after their CEO was on here acting snobbish a while back.
Point being AI code review in Git** itself isn't hard to do and can add a lot of value quickly.
Re: Open Code Review – An AI-powered code review CLI tool
#6We've been using Coderabbit, great deal ($30/mo/dev flat) and finds a lot. I also built a skill I call `/meta-review` that asks Codex, Cursor, and Gemini to review the code (I use Claude Code). It always finds little things claude & I missed. Coderabbit just came out with their own PR review UI that's great for big PRs, it groups files together etc. https://www.coderabbit.ai/blog/introducing-atlas-the-first-a...
Re: Open Code Review – An AI-powered code review CLI tool
#7Re: Open Code Review – An AI-powered code review CLI tool
#8If you've codex what does it add over codex's default app? I am confused. Can't you simply ask codex in another tab to just do a code review?
Re: Open Code Review – An AI-powered code review CLI tool
#9Re: Open Code Review – An AI-powered code review CLI tool
#10I'm interested in trying this. We have our own internal automated review which has shown positive results, but I would love to drop it if I find something better. Code review is currently our bottleneck, so any possibility of better automating it is welcome.