|
|
|
|
|
by yuppiepuppie
47 days ago
|
|
The best code review improvement I have done in my workflow with Claude is using tuicr (https://tuicr.dev). It runs locally, YOU review all the code locally, and feedback that to Claude. Agents reviewing AI code always felt dirty to me, especially when working on production (non-disposable) code. |
|
It leaves the comments as markdown files in ./.code-review, so I also have my `/review` agent set to output in the same format, so an LLM can be reviewing the same code I am, I can edit or dismiss the LLM's reviews, then send the whole thing back to the first agent to fix.