Comment on Ask HN: What tools are you using for AI-assisted code review?Comments−thempatel2moI built my own for a specific review use case: improving code modularity and minimizing slop. Forcing the agent to use it in a loop to clean up the diff means that I get something cleaner to review manuallyhttps://github.com/thempatel/mdlr
Comments
I built my own for a specific review use case: improving code modularity and minimizing slop. Forcing the agent to use it in a loop to clean up the diff means that I get something cleaner to review manually
https://github.com/thempatel/mdlr