Agents

PR review

Cortex Agent Review posts COMMENT reviews on GitHub pull requests through the Cortex Agent Review GitHub App.

Install (Pro / Pro+)

  1. Sign in at Dashboard → Cortex Agent Review.
  2. Click Install on GitHub (requires Pro or Pro+).
  3. Choose your personal GitHub account or an org that allows Apps (not a blocked owner account).
  4. Return to the dashboard — connected installs appear under that section.

If GitHub shows 404 or “Install is prohibited”, open Install failing on GitHub? Connect manually on the dashboard and paste the installation ID from github.com/settings/installations.

No personal access token is required. Elido uses a short-lived installation token for each review.

What it does

On a non-draft PR open or push, the gateway fetches the diff, runs Cortex Agent Review (correctness, readability, architecture, security, performance), and posts a COMMENT review with optional line comments. Reviews appear as the Cortex Agent Review GitHub App bot.

Webhook (ops / App)

The App webhook URL is:

https://elidocortex.com/github/webhook

Subscribe to pull_request (and installation events). Draft PRs and bot authors are skipped. Signature verification uses GITHUB_WEBHOOK_SECRET.

Legacy PAT path

Until the App is fully rolled out, a repository webhook plus gateway GITHUB_TOKEN still works for smoke repos. Prefer the GitHub App install for product use.

← Cortex Agent · All docs