@@ -4,7 +4,7 @@ description: An overview of CodeRabbit's core code review features.
44sidebar_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
88new pull requests on your code repository.
99
1010CodeRabbit 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
2323The comment contains a detailed summary and analysis of the changes,
2424as 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 consultsa number oflarge 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 consultsan ensemble of models to further analyze and critique the proposed changes,
2828using all of the content of your repository as context. The code-review comment that CodeRabbit attaches
2929to 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-
3531For more information about the graph analysis that CodeRabbit includes with its reviews
3632when available, see[ CodeRabbit Code Graph Analysis] ( /integrations/code-graph-analysis ) .
3733