OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

Code review microagent

Open jpelletier1 opened this issue 6 months ago • 0 comments

Contributing an example microagent for doing code reviews.

  • [ ] This change is worth documenting at https://docs.all-hands.dev/
  • [X] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality this introduces. An example code review microagent is now available with various scenarios that can be customized to meet a user or organization's desired use cases.


Summarize what the PR does, explaining any non-trivial design decisions. The PR provides three code review scenarios and instructs OpenHands to only report recommendations, not to actually change the code.


Link of any specific issues this addresses:


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:967ab2f-nikolaik   --name openhands-app-967ab2f   docker.all-hands.dev/all-hands-ai/openhands:967ab2f

jpelletier1 avatar Jun 12 '25 13:06 jpelletier1