VS Code Extensions
CodePeel — AI Code Reviews

CodePeel — AI Code Reviews

by codepeel

Finds the bugs. Opens the fix. AI code review that catches security holes, broken logic, and bad patterns — then routes fixes to Copilot, Cursor, Claude Code, or Cline. No API key required.

Downloads

1

Rating

(0)

Version

1.0.1

Last updated

Jul 30, 2026

CodePeel Banner

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
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

💬 Inline Comments

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

  1. Install CodePeel from the VS Code Marketplace
  2. Open any Git repository
  3. Sign in with your CodePeel account (free: 30 reviews/month)
  4. 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)

Website · Documentation · Pricing · GitHub · Report an Issue

Related extensions