Ask HN: Merge Request Review Agent?

3 points by surrTurr 3 days ago

Looking for an agent that I can use to create a MR review for MRs e.g. on GitLab.

The agent should review the changes using (1) git diff (2) rag on codebase (3) other sources, e.g. web

Yes, I could build this myself using e.g. langchain; however, I think this has been built hundrets of times by now; therefore my question: are there any ready to use agents for this kind of task?

BobbyTables2 a day ago

Why not just get rid of the review entirely?

An AI is never going to understand the subtleties of the MR with respect to business goals of the application.

As to the others here working on similar things, I weep for the future.

csomar 2 days ago

I couldn't find an email in your profile, so feel free to shoot me a message instead? (you can find my email on my profile page ;) ). I'm currently building a startup (https://codeinput.com) focused on merge request workflows - handling conflicts, reviews, queues, and all the related pain points - and open to hear and get in touch with other developers who are interested in these tools.

MarcoDewey 3 days ago

Here is a list of a few tools that do something like that: jazzberry ai, greptile, coderabbit, codeant (lots of code), cubic, qodo.

GitLab may also have a code review tool available now (I know that GitHub does)