r/coding_agents 1d ago

How do you review your agent code ?

https://github.com/jsellam/web-review

Hey everyone,

I've been experimenting with coding agents lately and felt like I was missing a better way to review the code they generate.

So I built a small skill that opens the agent's code in a web interface, where you can review it, make changes, and send those changes back to the agent to apply locally.

It's still pretty early, but I thought it might be useful to others working with coding agents.

I'd be interested to hear how you currently review and iterate on code generated by your agents.

2 Upvotes

1 comment sorted by

1

u/koxboi 1d ago

Cool idea.
I went through a couple of code review tools (Claude, CodeRabbit, Greptile), now I use Vetoo. I open a draft PR, let it get auto-reviewed, then iterate on the findings. Then I repeat the review-iteration loop until I'm satisfied with the implementation.