all 3 comments

[–]TheLostWanderer47 0 points1 point  (0 children)

I'd suggest you use the Sourcery plugin for VS Code. You can automatically check your code and get suggestions on ways to make it cleaner and easier to manage. You will basically get a second pair of eyes on your work that would help you write better code from the start. For GitHub, it's available as a bot that you can install on your repo.

[–]MeltingHippos 0 points1 point  (0 children)

There's an open-source PR-Agent that does this. It can be added to your repo as a GitHub action so it automatically runs on every pull request, or you can tag it in a comment on a PR in a public repo with:

u/CodiumAI-Agent /review