First really useful AI tool - AI code review
Alex

Alex @asmyshlyaev177

About: Just another IT guy, 5+ years of coding on Frontend, Follow me on GitHub , appreciate it.

Location:
void 0
Joined:
Jun 27, 2019

First really useful AI tool - AI code review

Publish Date: Nov 14 '24
2 0

Finally, I found at least 1 really useful AI service.

The service

It's called CodeRabbit, the idea behind it is pretty simple, AI review code changes and give you recommendations how to fix it with explanation.

AI is working as pattern recognition, so, it's perfectly suitable for recognizing antipatterns in pull requests.

How it looks like

After PR created, GitHub action run and analyze changes. It's post summary like this:

PR review summary

The second comment contains recommendations:

PR review 1

PR review 2

Conclusion

This service already found few minor mistakes that I missed. Definitely worth trying.

Reviewing PRs is a very tedious task, AI can actually help with it.

Of course there are probably 3 useful comments out of 10, but it is very similar with human reviewers, e.g. they're either nitpicking the every line or blindly approve huge PR.

Treat such comments as possibly useful recommendation, not like obligation to fix everything.

Price

Currently, you can use it for free with basic functionality, and 12$/month for Pro version.
Probably, this promotion-like pricing will change in the future, but again, worth giving it a try.

Comments 0 total

    Add comment