1
1
---
2
2
id : introduction
3
- title : What is CodeRabbit?
3
+ title : Introduction
4
4
sidebar_label : Introduction
5
5
sidebar_position : 1
6
6
description :
@@ -10,6 +10,8 @@ description:
10
10
slug : " /"
11
11
---
12
12
13
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY " title =" YouTube video player " frameBorder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerPolicy =" strict-origin-when-cross-origin " allowFullScreen ></iframe >
14
+
13
15
** CodeRabbit** is an innovative, AI-first code reviewer. It provides
14
16
context-aware review feedback on a pull request within minutes, thereby
15
17
significantly reducing the time and effort associated with manual code reviews.
@@ -23,8 +25,6 @@ performing continuous, incremental reviews for each commit within a pull
23
25
request. Review feedback is sent back to the pull requests and can be directly
24
26
committed.
25
27
26
- <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY " title =" YouTube video player " frameBorder =" 0 " allow =" accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share " referrerPolicy =" strict-origin-when-cross-origin " allowFullScreen ></iframe >
27
-
28
28
** CodeRabbit** integrates into code repositories using GitHub or GitLab webhooks
29
29
and monitors events related to Pull Request (PR) and Merge Request (MR) changes.
30
30
A comprehensive review is performed when a PR or MR is created, and for
@@ -53,21 +53,3 @@ complies with SOC2 Type II and GDPR standards.
53
53
54
54
Opting Out: You can choose to opt out of data storage at any time. Opting out
55
55
won't affect your access but will limit the personalization of the reviews.
56
-
57
- ## CodeRabbit with other AI code generators
58
-
59
- Code reviews remain essential, whether the code is written by a human or a bot.
60
- This is mainly because the perspective of the reviewer differs from that of the
61
- code generator, whether human or machine. This distinction is precisely why
62
- human peer reviews have been effective for so long. While AI-powered
63
- code-generation tools like GitHub Copilot hold immense potential, it's important to recognize that
64
- these generators are still in their early stages and may not be equipped to
65
- auto-generate meaningful code for moderately complex applications.
66
-
67
- ## CodeRabbit is different
68
-
69
- Traditional code review tools excel in linting and static analysis, but they
70
- fall short in providing context-aware, conversational feedback with actionable
71
- suggestions for changes that can be directly committed. On the other hand,
72
- ** CodeRabbit** leverages AI to understand the intent behind the code changes and
73
- provide human-like feedback for applying the best practices.
0 commit comments