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
Install PRPilot from the Marketplace.
Open the PRPilot view in the Activity Bar.
Sign in with GitHub.
Select a pull request and review preset.
Optionally adjust Advanced Settings.
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: