- 🤖 Automated code review suggestions using AI
- 🎯 Precise, line-specific comments on GitHub PRs
- 🔒 Secure token management with local encryption
- ⚡ Real-time feedback on code changes
- 🎨 Clean, intuitive user interface
RevueAI is a Chrome extension that enhances your GitHub pull request workflow by providing intelligent, automated code reviews. It analyzes your PR changes and provides contextual suggestions, helping you catch potential issues before they reach production.
- Install from the chrome store
- Click the RevueAI icon in your Chrome toolbar
- Open Settings and enter your:
- GitHub token
- LLM API key
- Start using RevueAI on any GitHub pull request!
- Go to GitHub Settings → Developer Settings → Personal Access Tokens
- Generate a new token with these permissions:
repo(Full control of private repositories)pull_requests(Read and write)
- Get your LLM API key
- Ensure you have sufficient credits/quota
# Clone the repository
git clone https://github.com/Billmike/revueai.git
# Navigate to the project directory
cd revueai
# Install dependencies (if any)
npm install
# Load in Chrome:
# 1. Open Chrome
# 2. Go to chrome://extensions/
# 3. Enable Developer Mode
# 4. Click "Load unpacked"
# 5. Select the project directory