From 1a12dc72047798d736e575fc3e40640f9dc1529e Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Tue, 15 Oct 2024 13:29:55 +0200 Subject: [PATCH] Add CodeRabbit Adding CodeRabbit, an AI-powered code review tool for GitHub. Automates routine checks and provides intelligent feedback to improve code quality and speed up the review process. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fc6637a..7b37fcf 100644 --- a/readme.md +++ b/readme.md @@ -79,6 +79,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Tools - [Axolo](https://www.axolo.co) Github/GitLab Slack integration. Create one ephemeral channel per pull request/ merge request. +- [CodeRabbit](https://coderabbit.ai) AI-powered code review tool that provides intelligent summary and suggestions. - [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. - [GitHub](https://github.com) Git hosting and pioneer of the "Pull Request".