@iamshubhankarkhare/cursor-review-cli
v1.1.2
Published
AI-powered code review CLI for Cursor IDE
Maintainers
Readme
Cursor AI Review CLI
🚀 AI-powered code review CLI for Cursor IDE that enables intelligent code review before human review.
Features
- 🎨 Beautiful CLI interface with gradient banners
- 📊 Progress tracking and status reporting
- 🔍 Git diff analysis for changed files
- 🚀 GitHub integration with commit status API
- 📝 Batch file review support
- ✅ Review completion verification
Installation
# Install globally
npm install -g @iamshubhankarkhare/cursor-review-cli
# Or use with npx (recommended)
npx @iamshubhankarkhare/cursor-review-cli startUsage
Start Review Process
cursor-review startShows banner, analyzes repository, and lists files to review.
Mark Files as Reviewed
cursor-review mark src/components/UserProfile.vue src/composables/useAuth.tsCheck Review Status
cursor-review statusFinalize Review
cursor-review finalizePosts review completion status to GitHub.
Configuration
Set up environment variables:
# GitHub token for API access
export GITHUB_TOKEN="your-github-token"
# Repository (optional, auto-detected)
export GITHUB_REPOSITORY="owner/repo-name"Workflow
- Start Review:
cursor-review start - Review Files: Use Cursor AI to review files in batches
- Mark Reviewed:
cursor-review mark <files> - Check Progress:
cursor-review status - Finalize:
cursor-review finalize
GitHub Integration
The CLI posts commit status checks to GitHub when review is complete:
- ✅ cursor-ai-review - AI Review: 12/12 files reviewed
Requirements
- Node.js 16+
- Git repository
- GitHub token (for finalization)
Development
# Clone the repository
git clone https://github.com/iamshubhankarkhare/cursor-review-cli.git
cd cursor-review-cli
# Install dependencies
npm install
# Link for local development
npm link
# Test the CLI
cursor-review startLicense
MIT
Author
Shubhankar Khare
