Skip to content

Billmike/revue-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevueAI Logo

RevueAI

AI-Powered Code Review Assistant for GitHub Pull Requests

🚀 Features

  • 🤖 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

📖 Overview

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.

⚙️ Installation

  1. Install from the chrome store
  2. Click the RevueAI icon in your Chrome toolbar
  3. Open Settings and enter your:
    • GitHub token
    • LLM API key
  4. Start using RevueAI on any GitHub pull request!

🔑 Token Setup

GitHub Token

  1. Go to GitHub Settings → Developer Settings → Personal Access Tokens
  2. Generate a new token with these permissions:
    • repo (Full control of private repositories)
    • pull_requests (Read and write)

LLM API Key

  1. Get your LLM API key
  2. Ensure you have sufficient credits/quota

🛠️ Development Setup

# 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

About

AI-powered GitHub PR review tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors