Setup Guide

1

Install the GitHub App

Click the button below to install CodePilot AI on your GitHub account or specific repositories.

Install on GitHub
2

Select Repositories

Choose which repositories you want CodePilot AI to review. You can add more repositories later.

✓ All repositories (recommended)

or

✓ Only select repositories

3

Create a Pull Request

Once installed, create or update a Pull Request in any enabled repository. CodePilot AI will automatically review it.

$ git checkout -b feature/new-feature

$ git commit -m "Add new feature"

$ git push origin feature/new-feature

# Create PR on GitHub

# Wait 10-30 seconds for AI review

4

Review the Feedback

CodePilot AI will post a review comment on your PR with:

  • Quality score (0-100)
  • Summary of changes
  • Critical issues (bugs, security)
  • Warnings (potential issues)
  • Suggestions (improvements)

Need help? Check out our documentation or contact support.