I’ve been using the codex cli which is awesome, especially the /review command. I’m wondering if there is a way to launch the review command with an agent, rather than the cli, so that an agent can review the changes on a branch compared to a base branch in a similar way? It would be useful to do multiple reviews simultaneously and have each agent dedicated for that branch.
4 Likes
You can set up code review in GitHub at a PR level:
Not quite what you asked for but if you commit your changes to the PR you get can Codex to review it (and suggest further changes)
2 Likes
Yeah I have that set up already, but since codex reviews only tend to give you 1 or 2 comments at a time, it ends up in quite a lot of back and forth of reviews → fix → review → fix. I’m looking at ways on automating that process.
2 Likes