Getting started with Pullora

Last updated: August 2026

Pullora reviews your Pull Requests with AI — posting inline comments on the exact changed lines plus a concise summary. Setup takes about five minutes.

1. Sign in

Sign in with Google. Your workspace is created automatically — you can invite teammates later on a Team plan.

2. Connect GitHub

From the dashboard (or onboarding), click Connect GitHub and install the Pullora GitHub App on the repositories you want reviewed. Pullora uses least-privilege, short-lived access — never personal access tokens — and you can change the repository selection any time from GitHub settings.

3. Run your first review

There are two ways:

  • Paste a PR URL — go to Dashboard → Review PR, paste something like https://github.com/your-org/your-repo/pull/123, pick a mode, and submit. Tip: check Dry run the first time — findings appear only in your dashboard, and nothing is posted to GitHub until you choose to publish.
  • Enable automatic reviews — in Dashboard → Repositories, toggle Auto Review on. Every new or updated PR is reviewed automatically; new commits get an incremental review of only the new changes.

4. Read the results

Each finding shows a severity (Critical / Major / Minor / Suggestion), the file and line, an explanation of what can go wrong, a suggested fix, and a confidence score. Only high-confidence findings become inline comments; the rest stay in the summary. Use the Helpful / Not helpful / False positive buttons — findings you dismiss are never repeated on later runs.

5. Tune it to your team (optional)

  • Commit a .ai-review.yml to your repository to set review depth, ignored paths, and your own plain-English rules.
  • Or adjust per-repository settings in the dashboard: minimum severity/confidence, category toggles, branch filters, and custom instructions.
  • Choose a default review mode: Quick (0.5 units), Standard (1), or Deep (2).

Questions? Contact us — or see the pricing page for plan limits.