Sidekick Review
Review your local uncommitted changes like a PR — leave inline comments and send them to Copilot Chat for AI feedback.

Features
- Changed Files Tree View — All staged and working-tree changes grouped and color-coded by status (modified, added, deleted)
- Side-by-Side Diff — Click any file to open a diff against HEAD
- Inline Comments — Leave review comments on any line using the native Comment gutter; per-file comment counts appear in the tree
- Persistent Comments — Comments survive across VS Code sessions
- Send to Copilot Chat — One-click action row at the top of the tree sends all comments to Copilot Chat, pre-filled and ready to submit
- Optional Code Context — Toggle the
$(code) button in the title bar to include ±3 lines of code context alongside each comment in the prompt
- Comment Navigation — Jump between comment threads with
⌥] / ⌥[
- Copy Review Summary — Copy all comments to the clipboard as plain text
- Copilot Chat Participant — Talk to your review directly:
@sidekick-review /summarize — AI summary of all your review feedback
@sidekick-review /review — AI-powered review of your changes and comments
Usage
- Open a Git repository with uncommitted changes
- Click the Sidekick Review icon in the Activity Bar
- Click any file to open its diff against HEAD
- Use the
+ gutter icon in the diff editor to add an inline comment
- When you're done, click Send to Copilot Chat at the top of the tree
Commands
| Command |
Keybinding |
Description |
Sidekick Review: Refresh Changed Files |
⌘⇧R |
Reload the file list from Git |
Sidekick Review: Send Comments to Copilot |
⌘⇧S |
Open Copilot Chat pre-filled with your comments |
Sidekick Review: Clear All Review Comments |
— |
Remove all inline comments |
Sidekick Review: Go to Next Comment |
⌥] |
Jump to the next comment thread |
Sidekick Review: Go to Previous Comment |
⌥[ |
Jump to the previous comment thread |
Sidekick Review: Copy Review Summary |
— |
Copy all comments to the clipboard |
Sidekick Review: Open Diff |
— |
Open diff for a changed file |
Requirements
- VS Code 1.100.0 or later
- GitHub Copilot Chat extension (for AI features)
- A Git repository with uncommitted changes
License
MIT
| |