AI-Powered GitHub PR Review Tool Development by Yarra VivekAI-Powered GitHub PR Review Tool Development by Yarra Vivek

AI-Powered GitHub PR Review Tool Development

Yarra Vivek

Yarra Vivek

PR Review Agent

AI-powered reviews for public GitHub pull requests. Paste a PR URL and get a structured review covering security, performance, maintainability, test coverage, and merge readiness.

UI

Landing page

Review result

Quick Start

Backend


Frontend


Open http://127.0.0.1:5173 and submit a public GitHub PR URL.

Environment Variables

The backend reads its configuration from backend/.env.

GROQ_API_KEY is required for AI reviews.
GITHUB_TOKEN is optional, but recommended to avoid GitHub API rate limits.

What Gets Analyzed

Security risks such as exposed secrets, unsafe input handling, and common web vulnerabilities
Performance problems such as repeated work, expensive loops, and request-path inefficiencies
Architecture and maintainability concerns across code structure and separation of concerns
Test coverage gaps, missing edge cases, and regression risk
Actionable code-level fixes, plus an overall verdict and score breakdown

Stack

FastAPI, React 18, Vite, Tailwind CSS, Groq API, and the GitHub REST API.

Deploy

Frontend


Deploy the generated frontend/dist folder to any static host.

Backend

Deploy the backend directory to a Python-compatible host and configure the same environment variables from .env.example.

License

MIT
Like this project

Posted Mar 17, 2026

Developed AI-powered PR review tool analyzing GitHub pull requests.