A simple code review workflow for GitHub PRs using OPENAI using a single LLM Call.
Works only on pull requests, where the authenticated user has not created a review yet.
Requires Github Token for authentication and OPENAI API Key.
Vibe coded with antigravity and gemini 3 pro.
- Node.js v20+
- NPM
Install dependencies for the monorepo:
npm installSet GITHUB_TOKEN and OPENAI_API_KEY in .env (copy .env.example)
npm start