$ git diff main -- platform/github.md
commit a1b2c3d - author: Oliver Wakefield-Smith - verified 21 Jun 2026
Every tracked tool except none supports GitHub - 19 of 19 have first-class GitHub integration with PR comments, Checks API and branch-protection awareness. For GitHub Enterprise Server, the set narrows to the self-host-capable subset.
@@ 19 tools with GitHub support @@all first-class
1+CodeRabbit - Pro $24/dev/mo (annual)src
2+Qodo - Teams $30/user/mo (annual)src
3+Greptile - Pro $30/seat/mo (50 reviews included)src
4+Codacy - Pro $18/committer/mo (annual)src
5+Sourcery - Pro $12/dev/mo (annual)src
6+Graphite Reviewer - Team $25/user/mo (annual, includes stacked diffs)src
7+GitHub Copilot Code Review - Bundled in Copilot Business $19/user/mosrc
8+Bito - 10x Developer $15/user/mo (annual)src
9+Claude Code Review - Team $100/seat/mo + token usage at listsrc
10+Cursor BugBot - $40/user/mo add-on (Cursor Business prereq, $40/user/mo extra)src
11+DeepSource - Pro $12/contributor/mo (annual)src
12+SonarQube - SonarCloud Team $11/user/mo (annual)src
13+Snyk Code - Team $25/contributor/mo (annual, Snyk Code only)src
14+Macroscope - Team $22/dev/mo (annual, Macroscope v3)src
15+Qlty - Team $10/dev/mo (annual)src
16+Augment Code Review - Pro $50/user/mo (includes IDE, agent, and review)src
17+Git AutoReview - Starter $19/repo/mo (unlimited reviewers)src
18+Launchable - Quote-only (contact sales)src
19+Diffblue Cover - Quote-only (contact sales)src
@@ GHES (Enterprise Server) support @@self-host required
1+CodeRabbit Enterprise, Qodo, SonarQube Server, DeepSource Enterprise, Snyk Code, Augment Code - all serve GHES via their self-host product
2-SaaS-only tools (Sourcery, Graphite Reviewer, Cursor BugBot) do not run against GHES
@@ GitHub Actions integration @@ci
1All 18 GitHub-supporting tools have published Action templates. The difference is whether they comment via the Actions identity or via a dedicated GitHub App. Apps are cleaner for branch-protection - they appear as a named reviewer.
@@ branch-protection / CODEOWNERS pitfalls @@watch out
1-If your protection requires "1 approved review" AND a CODEOWNERS sign-off, an AI bot cannot satisfy CODEOWNERS. AI is augmentation, not the human reviewer.
2-Bots that comment as the Actions user can trip "dismiss stale reviews on push". Use a GitHub App identity instead.
@@ cross-links @@related