🌐 Website: ghost-review-kappa.vercel.app
GhostReview
AI code review that sounds like a senior engineer, not a linter.
GhostReview reviews your git diff before your senior does. Pick a reviewer persona and get feedback that actually stings — not style suggestions.
Features
- 💀 Brutal Architect — tears apart your architectural decisions
- ⚡ Startup Velocity — separates blockers from bikeshedding
- 🔒 Security Paranoid — finds vulnerabilities before your users do
Reviews are streamed in real time, directly in your sidebar.
Setup
- Install the extension
- Get a free Groq API key at console.groq.com
- Open VSCode Settings (
Ctrl+,) and search ghostreview
- Paste your Groq API key
- Open a git repository, make some changes, and click Review My Changes →
Usage
- Open the GhostReview sidebar (👻 icon in the activity bar)
- Select a reviewer persona
- Choose diff scope (uncommitted changes or branch vs main)
- Choose file scope (all files or current file)
- Click Review My Changes →
The review streams in as it is generated. When complete, use the Copy button to grab the full review text.
Requirements
- A git repository with uncommitted changes or commits ahead of main/master
- A free Groq API key (console.groq.com)
Extension Settings
| Setting |
Description |
Default |
ghostreview.groqApiKey |
Your Groq API key |
"" |
ghostreview.defaultPersona |
Default reviewer persona |
brutal |
Release Notes
0.1.0
Initial release. Three reviewer personas, real-time streaming, git diff integration.
| |