How I Review My Agents’ Code (opens in new tab)
Coding agents have changed how I work. I now give code-review-style feedback to agents many times a day. In the before times, I used git diff main... to review my own changes locally before pushing to GitHub. As I noticed things, I wrote a todo list for myself to address. Rinse and repeat. These days that feedback goes to an agent, not to my own todo list. I used to copy-paste file names and code snippets into the chat, but that gets old and verbose fast. Now I use revdiff, a TUI built specif...
Read the original article