Robin

Welcome to Robin

Free AI code reviews for every pull request. Install in minutes with your own API key.

Robin is a free, open-source GitHub Action that reviews pull requests with AI. You bring your own API key, including free OpenRouter models, and Robin posts findings like a teammate left comments.

Quick start

  1. Run the installer from your project root:
curl -fsSL https://robinreview.dev/install.sh | bash
  1. Add three secrets in Settings → Secrets and variables → Actions:
SecretFree OpenRouter value
LLM_API_KEYYour key (sk-or-...)
LLM_BASE_URLhttps://openrouter.ai/api/v1
LLM_MODELopenrouter/free
  1. Commit, push, and open a pull request. Your first review should land within a few minutes.

Day-to-day usage

TriggerWhat happens
Open a PROne automatic review
Push more commitsNo new review (saves API usage)
Comment /robinRequest another review
Comment /summaryShort overview only

Learn more

Questions? Email [email protected].