Skip to content

Commit 4b5263e

Browse files
committed
A few rewords, on Aravind's suggestion.
1 parent b649449 commit 4b5263e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/guides/code-review-overview.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: An overview of CodeRabbit's core code review features.
44
sidebar_label: Overview
55
---
66

7-
One of the core features of CodeRabbit is its ability to proactively review
7+
The central feature of CodeRabbit is its ability to proactively review
88
new pull requests on your code repository.
99

1010
CodeRabbit reviews take the form of pull request comments that
@@ -23,15 +23,11 @@ A CodeRabbit code review consists of a single, multi-part comment attached to th
2323
The comment contains a detailed summary and analysis of the changes,
2424
as well as a listing of problems or areas for potential improvement that it found.
2525

26-
CodeRabbit uses a variety of open-source linters and security tools to provide this analysis. CodeRabbit
27-
also consults a number of large language models (LLMs) to further analyze and critique the proposed changes,
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,
2828
using all of the content of your repository as context. The code-review comment that CodeRabbit attaches
2929
to your pull request synthesizes and summarizes all of the information collected from these different sources.
3030

31-
For more information
32-
on the open-source tools that CodeRabbit applies and how you can configure its use of them,
33-
see [Configure third-party tool use](/tools).
34-
3531
For more information about the graph analysis that CodeRabbit includes with its reviews
3632
when available, see [CodeRabbit Code Graph Analysis](/integrations/code-graph-analysis).
3733

0 commit comments

Comments
 (0)