Capabilities

Merger

Merger evaluates open pull requests for merge readiness and clears stale queues autonomously where it's safe to.

Merger is an agent that evaluates open pull requests for merge readiness and returns a clear verdict: merge, reject, or escalate. It exists to clear stale PR queues without asking a human to re-check the same signals on every PR.

What Merger checks

Before returning a verdict, Merger gathers and weighs:

SignalDescription
CI stateWhether required checks have passed, failed, or are still pending
Unresolved Baz findingsOpen review comments that have not been addressed
PR metadataTitle, description, labels, and linked tickets
Diff contextThe actual change, not just its metadata
Repo impactHow broad or risky the change is within the repository
Git historyPrior commits and related changes in the same area of the codebase
Auto-approve rulesAny auto-approve conditions already configured for the repository
Org guidelinesTeam-specific review and merge conventions

Verdicts

Merger returns one of three verdicts for each pull request it evaluates:

  • Merge: all required signals are satisfied and the change is safe to move forward.
  • Reject: the change has issues that should block it, such as failing CI or unresolved critical findings.
  • Escalate: the change carries enough risk, ambiguity, or business impact that a human should decide. Merger escalates PRs with failed or pending CI, open critical issues, or changes it identifies as high impact, rather than guessing.

Escalation is the safety valve: Merger only merges on its own when it is confident the standard signals clear it, and defers to a human reviewer otherwise.

Merger Agent Stats

Merger Agent Stats is a dashboard for tracking Merger's track record over time, so trust in the agent is based on outcomes rather than a one-time impression.

MetricDescription
Evaluated PRsThe number of pull requests Merger has assessed in the selected window
Ready-to-merge rateThe share of evaluated PRs Merger judged safe to merge
Merged without human inputThe share of PRs Merger merged on its own, with no reviewer step
Merge outcome breakdownHow evaluated PRs split across merged, rejected, and escalated
PR throughputPR volume moving through Merger over time

Use Merger Agent Stats to see whether the agent's ready-to-merge calls hold up, how much manual merge work it is actually removing, and where escalations are concentrated.

Merger Agent Stats dashboard