Home / Guides
Guides
Setup guides for running an agentic PR reviewer in your own CI — with the model, gateway, or CLI subscription you already pay for. Each guide is copy-paste complete: workflow YAML, secrets, and the gotchas.
PR review with the CLI subscription you already pay for
Codex (ChatGPT Plus/Pro), Cursor, Devin, Cline, Kilo, Command Code, Grok Build, Qoder — the per-CLI provider values, secrets, and where each credential comes from.
Updated Jul 11, 2026
Codex code review in GitHub Actions
Reuse your ChatGPT Plus/Pro seat: codex login once, one CODEX_AUTH_JSON secret, and Codex reviews every PR read-only.
Updated Jul 4, 2026
Claude code review in GitHub Actions
One workflow file plus your ANTHROPIC_API_KEY: Claude reviews every PR on your own runner, with findings verified before they post.
Updated Jul 4, 2026
Cursor code review in GitHub Actions
One crsr_… API key from your Cursor dashboard, and the Cursor CLI reviews every PR in read-only plan mode.
Updated Jul 4, 2026
Cline code review in GitHub Actions
cline auth once, one secret — works on your subscription (cline-pass) or pay-as-you-go credits.
Updated Jul 4, 2026
Kilo code review in GitHub Actions
Defaults to Kilo's free gateway model — the cheapest way to trial the whole pipeline end to end.
Updated Jul 4, 2026
Devin code review in GitHub Actions
Copy the windsurf_api_key value from devin auth login into one secret, and your Devin seat reviews every PR.
Updated Jul 4, 2026
Command Code review in GitHub Actions
One user_… access key from ~/.commandcode/auth.json, and your Command Code seat reviews every PR.
Updated Jul 4, 2026
Grok Build code review in GitHub Actions
grok login --device-auth once, one GROK_AUTH_JSON secret — your Grok account reviews every PR, with an xAI API key as the fallback.
Updated Jul 10, 2026More resources
Every input, provider id, and tuning knob.
ExampleSee a real reviewA verified blocking finding, on a real diff.
CompareCodeRabbit alternativePer-seat SaaS vs $0/seat in your CI, side by side.
CompareGreptile alternativeCredits and indexing vs your own runner, side by side.
CompareQodo alternativePlatform and credits vs your own CI — and where PR-Agent fits.
CompareCubic alternativeReviewed-line metering vs no metering at all, side by side.