Skip to content
| Marketplace
Sign in
Visual Studio Code>Linters>PRPilotNew to Visual Studio Code? Get it now.
PRPilot

PRPilot

PRPilot

|
1 install
| (0) | Free
AI-powered PR review assistant for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

PRPilot

PRPilot is an AI-powered pull request review assistant for VS Code. It helps you run structured reviews for GitHub PRs directly from the editor and either publish comments to GitHub or keep results in the IDE.

What You Can Do

  • Authenticate with GitHub using OAuth device flow
  • Select a PR in three ways:
    • current branch PR (auto-detected)
    • open PR list from the current repository
    • manual GitHub PR URL
  • Run reviews with presets:
    • Balanced
    • Security-first
    • Performance
    • Architecture
    • Code Quality
    • Custom
  • Tune advanced settings:
    • focus areas (clean code, security, performance, tests, documentation)
    • custom practice toggles (SOLID, DRY, KISS, YAGNI, and more)
    • review tone (constructive, strict, friendly)
    • output mode (post to GitHub PR or show in IDE)
    • review language (English or Russian)
  • View structured results with:
    • file-level findings and severity breakdown
    • quick "open in editor" navigation
    • one-click copy for comments
    • review configuration summary

Quick Start

  1. Install PRPilot from the Marketplace.
  2. Open the PRPilot view in the Activity Bar.
  3. Sign in with GitHub.
  4. Select a pull request and review preset.
  5. Optionally adjust Advanced Settings.
  6. Click Start Review.

Requirements

  • VS Code 1.85.0 or higher
  • Access to a GitHub repository with pull requests
  • A reachable PRPilot backend API (aiCodeReviewer.apiUrl)

Configuration

PRPilot settings are available in VS Code settings:

  • aiCodeReviewer.apiUrl (default: https://prpilot-backend.vercel.app)
  • aiCodeReviewer.githubClientId
  • aiCodeReviewer.defaultReviewType
  • aiCodeReviewer.defaultTone

Commands

Available from Command Palette:

  • PRPilot: Login with GitHub
  • PRPilot: Logout
  • PRPilot: Open Settings

Known Limitations

  • Personal access token auth flow is shown in UI but not implemented yet; use GitHub OAuth sign-in.
  • Export report action in results is not implemented yet.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft