- Set env vars:
export GITHUB_TOKEN=...andexport OPENROUTER_API_KEY=... - Install dependency:
pip install requests
python pr_reviewer.py owner/repo 42This fetches the PR diff, asks an OpenAI-compatible model for review notes, and posts the comment back to the PR.