A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Review-Gate V2 is a powerful rule for the Cursor IDE that helps you get up to 5x more value from your monthly requests.

Cursor would often drop the mic way too early! I'd give it a complex task, it'd use maybe 5 of its ~25 available tool calls for that single "main request," then call it a day. Not only was that untapped AI power for that single thought, but making small follow-up tweaks meant starting a new request. Doing that too often, and my precious ~500 monthly requests (you know the ones!) would burn up much faster than I liked.
Presenting: The Review Gate – The "Turn Your 500 Cursor Requests into 2500!" Rule! (Okay, maybe not always a perfect 5x, but you get the idea!)
I evolved this system for our beloved Cursor IDE to transform my (and your!) AI from a quick sprinter into an endurance marathon runner for complex ideas, all within the lifecycle of a single main request. Now with V2's voice commands, image uploads, and beautiful popup interface! I've basically told Cursor: "Hold up, we're not done with this request until I say we're done."
graph TD
A[User Gives Complex Task] --> B[Cursor Agent Processes Task]
B --> C[Review Gate Rule Activates]
C --> D[Popup Interface Appears]
D --> E[Multi-Modal User Input]
E --> E1[Text Commands]
E --> E2[Voice Input]
E --> E3[Image Upload]
E1 --> F[Agent Continues with More Actions]
E2 --> F
E3 --> F
F --> G{Task Complete?}
G -->|No| D
G -->|Yes| H[Single Request Delivers 5x Value]
| Feature | V1 (Terminal) | V2 (MCP Integration) |
|---|---|---|
| Interface | Terminal-based script | Beautiful popup interface |
| Input Methods | Text only | Text + Voice + Images |
| Integration | Python script | Native MCP tool |
| Platform Support | macOS/Linux | macOS + Windows + Linux |
| Speech-to-Text | No | Yes - Local Whisper AI |
| Image Upload | No | Yes - Multi-format support |
| Real-time Status | No | Yes - MCP status indicator |
| Installation | Manual rule setup | One-click installer |
review_gate_chat MCP tool automaticallyTASK_COMPLETE when you're satisfiedTASK_COMPLETE in the popup.For the full V2 experience, start with V2/INSTALLATION.md. It documents the canonical shipped V2 files, including V2/review-gate-v2-2.7.3.vsix, V2/ReviewGateV2.mdc, the manifest-backed packaging helper, and the merge-safe MCP setup.
Two simple steps to supercharge your Cursor workflow:
macOS Installation
# Clone repository and navigate to V2 subdirectory
git clone https://github.com/LakshmanTurlapati/Review-Gate.git
cd Review-Gate/V2
# Run the magical one-click installer
./install.sh
Windows Installation
# Clone repository and navigate to V2 subdirectory
git clone https://github.com/LakshmanTurlapati/Review-Gate.git
cd Review-Gate/V2
# Run PowerShell installer (may need admin privileges)
./install.ps1
The installer automatically handles:
review-gate-v2 entryIf you need to validate or rebuild the shipped artifact, the repo now treats V2/review-gate-v2-2.7.3.vsix as the only canonical release file:
# From the repo root
python3 scripts/package_review_gate_vsix.py --check
# From V2/cursor-extension
npm run package
Both commands read V2/release-manifest.json, keep V2/ReviewGateV2.mdc as the supported rule file, and target the same canonical VSIX path under V2/.
The repo also includes .github/workflows/build-vsix.yml for CI packaging. On pushes to main, pull requests, or manual dispatch, it:
V2/release-manifest.jsonpython3 scripts/run_review_gate_regression_checks.py --suite release-surfacenpm run packageV2/review-gate-v2-2.7.3.vsix as a workflow artifactThis workflow is intentionally build-only for now. It does not publish a GitHub Release, and it does not change the installation steps above.
If the automatic installer doesn't install the extension properly, you can install it manually:
V2/review-gate-v2-2.7.3.vsix, the canonical shipped artifactCmd/Ctrl+Shift+X to open Extensions... menu → "Install from VSIX...".vsix fileCRITICAL STEP: For the Review Gate V2 to work, you need to copy the V2 rule to your Cursor settings:
V2/ReviewGateV2.mdcIf you ever edit ~/.cursor/mcp.json manually, preserve existing MCP server entries and merge the review-gate-v2 configuration instead of replacing the whole file.
For those who prefer the original terminal-based approach:
After both steps are complete:
Cmd+Shift+R in Cursor to open the popup manuallyTASK_COMPLETE is Your Exit: Don't forget to type this in the popup to let the AI finally rest (and free up that main request slot).# Check if MCP server is running
tail -f /tmp/review_gate_v2.log
# Test speech recording capability
sox --version
sox -d -r 16000 -c 1 test.wav trim 0 3 && rm test.wav
# Check extension logs in Cursor
# Press F12 → Console tab for browser logs
# Verify MCP configuration
cat ~/.cursor/mcp.json
# Test the extension manually
# Press Cmd+Shift+R in Cursor
After the original Review Gate gained 100+ forks, 100+ stars, 100,000+ impressions, and countless requests to evolve it further - you asked for it, I delivered! The community response was incredible, and the demand for voice commands, visual context, and a more sophisticated interface was overwhelming. V2 is my answer to every single feature request and improvement suggestion.
This "Review Gate V2" represents the evolution of my original terminal-based rule into a full-featured, multi-modal interaction system. It was born from my own desire to truly partner with Cursor's AI using not just text, but voice commands and visual context. My goal remains the same: to make every interaction as deep and complete as possible and ensure every available tool call for a big idea gets its chance to shine, making each of those ~500 requests count like gold!
The V2 system leverages the Model Context Protocol (MCP) to create a seamless bridge between Cursor's AI and a rich, interactive popup interface. Whether you're speaking commands, sharing screenshots, or typing follow-ups, it's all designed to keep you in the flow while maximizing the value of each Cursor request.
To connect with me or learn more about my work, visit: www.audienclature.com
Happy (and supercharged) coding with Cursor! May your AI always await your final command, your voice be clearly transcribed, your images perfectly understood, and your monthly requests feel like they last forever!
Cursor AI 编程规则精选集 | 132+ 规则,覆盖前端/后端/AI/DevOps 等 32 个领域
📄 Configuration files that enhance Cursor AI editor experience with custom rules and behaviors
Curated AI Prompts for Cursor Rules, Cline, Windsurf and Github Copilot
A practical approach to managing multiple AI agents in Cursor through strict file-tree partitioning and domain boundarie