Both GitHub & GitLab supported

Greptile’s code review bot does two things:

  1. summarizes the changes in the pull/merge request

  2. comments on specific file changes suggests potential issues and unforeseen consequences of the change.

Why is it useful?

Greptile’s code review bot writes comments that:

  • Are context-aware, so can discuss the implications of the changes to the wider codebase.
  • Can address potential security or compliance issues produced by the changes.
  • Summarize the changes with codebase context, making it far easier for a human reviewer to contextualize and parse the changes.
  • Reference similar code or abstractions related to the changes that are already in the codebase, to prevent repitition.

This means less time spent reviewing PRs or awaiting review, and more time spent writing code.

Click here to see a sample PR review on twentyhq/twenty! ->

Example PR diff comment ->

Installation

Click here to install the PR Review bot. Once you have installed the bot, you can use the same link to configure the bot.

To install the bot, follow these steps.

  1. Create an account at Greptile.com and navigate to the Integrations page. (Or Click on “Setup Code Review Bot”).
  1. On the Integration/Apps page in the Enable Integrations section click on “Get Started” to add your payment information for API charges. If you run a OSS community you can get access to this product for free by applying here.
  1. Select the GitHub or GitLab extension.
  1. In the final two steps, you’ll be asked in which account and in which repository you’d like to install the bot.

Configuration

Configuration options include:

  1. Setting up triggers, for example @mentions, or certain filters like workspace, project, team, or label.
  2. Setting target repositories for the bot to review PRs for.
  3. Providing “special instructions” for the bot to follow, for example, “Include a section on compliance implications of the changes in the PR.”
  4. Selecting certain criterion for the bot to evaluate each diff on, for example syntax issues, or style guide violations.

Greptile can be configured to trigger a review:

  1. For all PRs
  2. For PRs in certain workspaces, projects, teams, or with certainlabels
  3. For PRs that mention @greptileai in the body
  4. Every time a new commit is made on a PR branch

Click here to install the PR bot.