From b50c7c2a203d64519579f2ca22400515fe6c5b1d Mon Sep 17 00:00:00 2001 From: Gabor - Personal Date: Sun, 8 Mar 2026 16:46:16 -0400 Subject: [PATCH] Add AI Code Reviewer to Tools section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fc6637a..04f3a08 100644 --- a/readme.md +++ b/readme.md @@ -78,6 +78,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools +- [AI Code Reviewer](https://github.com/avatrix1/ai-code-reviewer) Free GitHub Action that uses Claude AI to review pull requests and post inline comments on bugs, security issues, and performance problems. - [Axolo](https://www.axolo.co) Github/GitLab Slack integration. Create one ephemeral channel per pull request/ merge request. - [Crucible](https://www.atlassian.com/software/crucible) Atlassian's on-premise code review tool. - [Gerrit](https://www.gerritcodereview.com/) Open source git code review tool originating out of Google.