🖼️ Banner

CodePeel — AI Code Reviews
Finds the bugs. Opens the fix.
Review your code before you push. CodePeel finds bugs, security vulnerabilities, and architecture issues — then routes fixes to Copilot, Cursor, Claude Code, or Cline.
Same review engine that runs on GitHub PRs. No API key required.
🖼️ Screenshots
| Review Flow |
Inline Comments |
Fix with AI |
Sidebar |
Problems Panel |
 |
 |
 |
 |
 |
✨ Features
🔍 Smart Code Review
Press Ctrl+Shift+R to review all your changes. CodePeel analyzes your diff for security holes, broken logic, race conditions, and bad patterns — in seconds.
Three review modes:
- Working — All changes on your branch (committed + uncommitted + staged) vs target
- Staged — Only staged changes (
git diff --cached)
- Branch — Committed changes vs a target branch
Findings appear as native VS Code comment threads directly on the affected lines. Each includes:
- Severity badge (Critical / High / Medium / Low)
- Structured explanation: What's happening → Impact → Recommendation
- Suggested fix as a code block
- Action buttons: Apply Fix · Fix with AI · Copy · Dismiss
Comments persist across VS Code reloads (up to 7 days).
🤖 Fix with AI
Route any finding to your preferred AI coding agent. CodePeel auto-detects what's installed:
| Agent |
How it works |
| GitHub Copilot |
Sends to Copilot Chat |
| Cursor |
Sends to Cursor composer |
| Claude Code |
Opens terminal with claude command |
| Claude Code Extension |
Opens panel + copies prompt |
| Cline |
Sends directly via API |
| Roo Code |
Opens panel + copies prompt |
| Kilo Code |
Opens panel + copies prompt |
| Augment Code |
Opens panel + copies prompt |
| Codex CLI |
Opens terminal with codex command |
| OpenCode |
Opens terminal with opencode command |
| Clipboard |
Copies structured fix prompt |
If multiple agents are available, a picker appears. If only one is installed, it's used directly.
📋 Problems Panel
All findings appear in VS Code's native Problems panel with severity mapping:
- Critical → 🔴 Error
- High → 🟡 Warning
- Medium → 🔵 Information
- Low → ⚪ Hint
Quick Fix lightbulb (💡) appears on any finding with a suggested fix — click to apply.
🧠 Learning System
Train CodePeel to match your preferences:
- 👍 Mark as Correct — reinforces the finding for future reviews
- 👎 Mark as Incorrect — suppresses similar findings, optionally with a reason
- 🎓 Learn: Never flag this — permanently suppresses the pattern for this repo
Learnings sync with your GitHub PR reviews (same account).
📝 Right-click AI
Select code and right-click → CodePeel AI:
- Explain Selection — AI explanation of selected code
- Fix Selection — Get fix suggestions
- Refactor Selection — Refactoring ideas
- Generate Tests — Generate test cases
- Ask AI — Free-form question about your code
Also available: Review This File (no selection needed).
🚀 Getting Started
- Install CodePeel from the VS Code Marketplace
- Open any Git repository
- Sign in with your CodePeel account (free: 30 reviews/month)
- Press
Ctrl+Shift+R to review your changes
No API key needed. Works out of the box.
⌨️ Keyboard Shortcuts
| Shortcut |
Action |
Ctrl+Shift+R / Cmd+Shift+R |
Review all changes |
⚙️ Configuration
| Setting |
Default |
Description |
codepeel.agentType |
native |
AI agent for "Fix with AI" |
codepeel.autoReviewMode |
prompt |
Auto-review on save (prompt / automatic / disabled) |
codepeel.autoStartTask |
true |
Auto-start task for AI agents |
codepeel.targetBranch |
main |
Base branch for comparison |
codepeel.showInlineComments |
true |
Show findings as inline comments |
Sync review settings across IDE and GitHub: run CodePeel: Sync Review Settings from the command palette.
💰 Pricing
| Plan |
Reviews |
Price |
| Free |
30/month |
$0 |
| Pro |
Unlimited + priority |
$9.99/mo [launch offer] |
👉 See all plans at codepeel.com/#pricing
📄 Requirements
- VS Code 1.85.0+
- Git repository
- CodePeel account (free tier available)
🔗 Links
Website · Documentation · Pricing · GitHub · Report an Issue