Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions code-review-bot/key-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Greptile is mainly differentiated by it's ability to review PRs with complete co

## 1. Complete Codebase Context

When you connect your repos to Greptile, it generates a detailed graph of what every function, varable, class, file, and directory does, and how they are all connected.
When you connect your repos to Greptile, it generates a detailed graph of what every function, variable, class, file, and directory does, and how they are all connected.

While reviewing a diff, Greptile uses this graph to retrieve the code affected by the diff, its dependencies, related code, and similar code, to ensure it has the context reqiured to evaluate the code changes.
While reviewing a diff, Greptile uses this graph to retrieve the code affected by the diff, its dependencies, related code, and similar code, to ensure it has the context required to evaluate the code changes.

## 2. Conversation

You can ask Greptile for fix suggestions or ask follow up questions by replying to its comments in format `@greptileai <your question>`.
You can ask Greptile for fixing suggestions or asking follow up questions by replying to its comments in format `@greptileai <your question>`.

<Frame>
<img src="/images/cr-bot/qna.gif" alt="Example of Greptile AI code review conversation" />
Expand All @@ -36,4 +36,4 @@ Greptile learns from your feedback when you react with `👍` or `👎` to its c
In the `greptile.json` file, you can specify a `patternsRepo` field with repos related to the one being reviewed that might add helpful context.
An example is adding a frontend repo to a backend repo's `greptile.json` file so that the bot can reference frontend code when reviewing backend code.

Learn more about greptile.json [here](/code-review-bot/greptile-json).
Learn more about greptile.json [here](/code-review-bot/greptile-json).