Try Git AutoReview free on VS Code
Install →
GitHub Integration

GitHub Integration

Set up Git AutoReview for GitHub CloudIcon and GitHub Enterprise. Full support for pull request reviews.

Supported Platforms

GitHub CloudIcon

github.com repositories

Configuration

{
  "type": "github",
  "owner": "your-org-or-username",
  "repo": "your-repo"
}

Authentication

Personal Access Token (classic) or Fine-grained token with repo scope

Create token →

GitHub Enterprise

Self-hosted GitHub Enterprise ServerIcon

Configuration

{
  "type": "github-enterprise",
  "baseUrl": "https://github.company.com",
  "owner": "your-org",
  "repo": "your-repo"
}

Authentication

Personal Access Token with repo scope

Create token →

Required Token Permissions

Your GitHub Personal Access Token needs these scopes:

repoFull control of private repositories
read:orgRead org membership (for org repos)

Setup Steps

1

Create GitHub Token

Go to GitHub Settings → Developer settings → Personal access tokens and create a token with repo scope.

2

Open Git AutoReview Settings

Press Cmd+Shift+P → "Git AutoReview: Open Settings"

3

Add GitHub Repository

Add your GitHub repo configuration with owner and repo name. Enter your GitHub token when prompted.

4

Review PRs

Your GitHub PRs will appear in the sidebar. Select one and click "Review" to start AI analysis.