You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/code-review-overview.md
+6-13Lines changed: 6 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,13 @@ a real repository, see [Quickstart](/getting-started/quickstart).
19
19
After you [integrate CodeRabbit with your repository](/platforms), CodeRabbit proceeds
20
20
to automatically review every subsequent pull request, as soon as each one is created.
21
21
22
-
A CodeRabbit code review consists of a single, multi-part comment attached to the pull request.
23
-
The comment contains a detailed summary and analysis of the changes,
24
-
as well as a listing of problems or areas for potential improvement that it found.
22
+
CodeRabbit performs code reviews by attaching comments to the pull request.
23
+
These comments contain detailed summaries and analyses of the changes,
24
+
as well as listing out problems or areas for potential improvement that it found.
25
25
26
-
CodeRabbit uses [a variety of open-source linters and security tools](/tools) to provide this analysis. CodeRabbit
27
-
also consults an ensemble of models to further analyze and critique the proposed changes,
26
+
CodeRabbit uses [a variety of open-source linters and security tools](/tools) and a custom
27
+
code verification agent to provide this analysis. CodeRabbit
28
+
also consults several models to further analyze and critique the proposed changes,
28
29
using all of the content of your repository as context. The code-review comment that CodeRabbit attaches
29
30
to your pull request synthesizes and summarizes all of the information collected from these different sources.
30
31
@@ -41,14 +42,6 @@ perform a code review:
41
42
- If an open pull request that CodeRabbit has already reviewed gets modified with another
42
43
commit, then CodeRabbit performs an incremental review that focuses on the new commit.
43
44
44
-
### Example code reviews {#examples}
45
-
46
-
The following real pull requests, hosted on GitHub, demonstrate some example CodeRabbit
47
-
review comments.
48
-
49
-
-[A modest refactoring of Markdown-based documentation source](https://github.com/coderabbitai/coderabbit-docs/pull/325), demonstrating a CodeRabbit graph analysis.
50
-
-[A large change that added many files](https://github.com/tyaga001/devtoolsacademy/pull/44), demonstrating incremental automated reviews of subsequent commits.
51
-
52
45
## Interact with CodeRabbit reviews {#interact}
53
46
54
47
After CodeRabbit attaches its initial code-review comment to a pull request, you can
0 commit comments