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/overview/introduction.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,15 @@ Core CodeRabbit features include the following:
36
36
- Practices strong privacy and security, with no retention of analyzed code.
37
37
- Offers free use for public repositories, and flexible pricing for private codebases.
38
38
39
-
## Add CodeRabbit to your existing workflow
39
+
## Seamless workflow integration
40
40
41
41
CodeRabbit shares its reviews as comments attached to pull requests, using the same Git platform that your team already uses. Further commits in the same pull review prompt CodeRabbit to make further reviews, using the earlier reviews as context.
42
42
43
43
Each time that it performs a code review, CodeRabbit runs the relevant code changes through [an array of industry-standard code linters, security analyzers, and other tools](/tools/). CodeRabbit synthesizes the output of these tools into its reviews, offering a high-level analysis that can suggest areas for further focus and improvement.
44
44
45
45
Your team can have conversations with CodeRabbit about its reviews by replying to it with follow-up comments on pull requests, asking it questions or making observations about the review using natural language. CodeRabbit continues the conversation appropriately, offering further insights about the code changes, or adjusting its own review style based on feedback.
46
46
47
-
### Teach CodeRabbit your team preferences
47
+
### Customizable review preferences
48
48
49
49
As you interact with CodeRabbit through chat, it learns the review preferences of your team, and applies them to all future reviews on a given repository.
50
50
@@ -56,7 +56,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a
56
56
57
57
No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository.
58
58
59
-
### Integrate CodeRabbit with your Git platform
59
+
### Platform integration options
60
60
61
61
CodeRabbit integrates in just a few clicks with many popular Git platforms:
0 commit comments