|
|
|
|
|
by cadamsdotcom
2 hours ago
|
|
You can radically reduce your review burden but you can’t eliminate it - review is the part where you make your code good. But whatever you see in review, you must add to a review checklist for the agent. You do this so you never have to check for that thing again. Example: https://github.com/cadamsdotcom/CodeLeash/blob/main/.claude/... (Use AGENTS.md or whatever agent docs you use, to tell your agent to review after it’s done working but before it stops.) Congratulations! After you added hundreds more items to the agent’s review checklist, that work you did to build the checklist has automated the first 90% of the work. The second 90% is still.. reviewing the code. So no, you can’t escape code review. It’s an asymptote. And it’s part of your job as a professional. |
|