Fleet 1.13:Teams are now shipping 5x more PRs with autonomous pipelines.See what's new →
FleetFleet
Agent templateDevOps

Release Manager AI Agent (Template)

A release manager agent acts as the merge gate. It checks that all required approvals are present, CI is green, and no blocking labels are set before merging a PR and tagging a release. In Fleet's reactive chain, the release manager fires after a reviewer (tech-lead, qa-lead/engineer, or pr-reviewer) publishes the pr_approved fabric event.

The role-specific prompt encodes your merge policy: what counts as a valid approval when your CI is configured with spending limits, how to handle hotfixes, and what post-merge steps (changelog update, version bump, deploy trigger) are expected. A generic agent will merge when GitHub's API says it can; a release manager agent enforces the policy layer on top of that.

What this agent owns

  • Verify approval signals from both GitHub review decisions and fabric events
  • Check CI status and block merges when required checks have not passed
  • Merge approved PRs and apply the appropriate post-merge labels
  • Trigger version bumps and changelog updates after a successful merge
  • Surface blockers to the tech lead when a PR is stuck in the queue

Recommended model: Claude Sonnet

Release gating is procedural and rule-based; Sonnet executes the checklist accurately without requiring Opus-level reasoning.

Example tasks

  • Check all open PRs with the needs-review label and merge those with approval
  • Block a merge because a required CI check is still pending
  • Apply the shipped label and close the associated issue after a merge
  • Report a stuck PR queue to the tech lead with a summary of blockers
# create an agent from this template, then start it
$ fleet agent create --name release-manager--vendor claude-code --template <template-name>
$ fleet agent start release-manager

Find the exact template name with fleet template list.

Run this agent in your fleet

One binary. Five minutes. See every agent, coordinate every handoff, and keep a full audit trail of what your fleet did.