Review agents

See which AI agents are reviewing your pull requests, how much of your code they're covering, and how many findings they're leaving per PR.

What is a review agent?

A review agent is an AI tool that automatically reviews pull requests — leaving comments, flagging potential issues, and suggesting improvements — without creating any code itself. Unlike cloud agents, which author PRs from start to finish, review agents act as an additional reviewer on top of your existing pull request process.

Examples of review agents

  • GitHub Copilot code review can review pull requests directly on GitHub and leave inline suggestions.

  • Cursor Bugbot scans pull requests for bugs and posts a summary to the PR description.

  • Claude Code can review pull requests when triggered via GitHub Actions or mentioned in a PR.

Understanding your review agent coverage

Swarmia automatically detects pull requests reviewed by GitHub Copilot, Cursor, or Claude Code and shows them in the AI tools → Review agents.

Agent-reviewed PRs

The Agent-reviewed PRs chart shows the share of your pull requests that received at least one review agent comment over time. The stacked bars distinguish PRs reviewed by an agent from those that weren't, and the review ratio makes it easy to track adoption across your organization.

Use this chart to understand whether review agent usage is growing and to spot teams that haven't adopted them yet.

Findings per PR

The Findings per PR chart shows the distribution of pull requests by the number of comments review agents left on them. "Findings" are individual review comments or suggestions from the agent — not just a summary at the top level.

A healthy distribution means agents are leaving substantive feedback rather than just passing PRs silently. If you see a spike at zero findings, it may mean agents are being triggered but not surfacing meaningful feedback.

Tabs: Teams, pull requests, and review agents

The table below the charts has three tabs:

  • Teams: Breaks down agent-reviewed PRs, coverage percentage, total findings, and findings per PR by team. Useful for comparing adoption across your organization.

  • Pull requests: Lists individual PRs with the agents that reviewed them and how many findings each agent left. Use this together with the PR filters to inspect specific repositories or time ranges.

  • Review agents: Shows per-agent stats — how many PRs each agent reviewed, their share of total PRs, and their average findings per PR.

Frequently asked questions

Which review agents does Swarmia support?

Swarmia currently detects reviews from GitHub Copilot, Cursor, and Claude Code. If you're using a review agent that isn't showing up, reach out to us at [email protected] with the agent's GitHub account or email and an example pull request.

How does Swarmia detect review agents?

Swarmia identifies a review agent by matching the author of review comments against known email addresses and GitHub login patterns for GitHub Copilot, Cursor, and Claude Code.

Read more about automatic AI tool detection.

How is this different from cloud agents?

Cloud agents create pull requests end-to-end. Review agents only leave feedback on pull requests created by humans (or cloud agents). The two can overlap: a cloud agent PR can also be reviewed by a review agent.

Swarmia tracks them separately so you can understand each type of AI involvement in your workflow.

Last updated

Was this helpful?