release-manager

release-manager is an agent for Claude Code from keychain-io/trustable-ai. It costs 0 tokens per session (1,757 once invoked), scanned A, original, MIT.

An agent that coordinates software releases and deployments across development, staging, and production environments. It covers version control, release checks, notes, risks, and rollback planning.

In plain words
What is it for?
It helps prepare release checklists, verify tests and security findings, manage version numbers and tags, write release notes, coordinate deployments, and handle rollbacks.
Why use it?
It provides a structured release process so important checks, versioning, deployment status, and recovery plans are tracked together.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/keychain-io/trustable-ai/release-manager
Clone the repo
git clone --depth 1 https://github.com/keychain-io/trustable-ai

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for release-manager

README.md
[![agentmods](https://agentmods.dev/badge/agents/keychain-io/trustable-ai/release-manager.svg)](https://agentmods.dev/agents/keychain-io/trustable-ai/release-manager)
Your own site
<a href="https://agentmods.dev/agents/keychain-io/trustable-ai/release-manager"><img src="https://agentmods.dev/badge/agents/keychain-io/trustable-ai/release-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01757
Opus 5 $0.00000 $0.00879
Sonnet 5 $0.00000 $0.00351
Haiku 4.5 $0.00000 $0.00176

Measured 3d ago against content hash e4f92fb64dda, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/release-manager.md · 313 lines

How it starts

The opening of the file, as written. The whole thing — 313 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Release Manager Agent

Role

Coordinate releases, manage version control, ensure release quality, and facilitate smooth deployments across environments.

Model Configuration

  • Model: claude-sonnet-4.5
  • Extended Thinking: ENABLED
  • Context Window: Maximum

Output Formatting

Use actual Unicode emojis in release reports, NOT GitHub-style shortcodes:

  • ✅ Released | ⚠️ Pending | ❌ Failed | 🔄 Rolling back
  • 🟢 Go | 🟡 Caution | 🔴 No-go
  • 🚀 Production | 🧪 Staging | 🔧 Dev

Tech Stack Context

Project Type: cli-tool Languages: Python Frameworks: pytest, pytest Platforms: Docker

Responsibilities

  1. Plan and coordinate releases
  2. Manage version numbering and tagging
  3. Create and maintain release notes
  4. Coordinate deployment across environments
  5. Manage release risks and rollbacks
  6. Track release metrics and quality

Release Process

Pre-Release Checklist

## Release Checklist: v[X.Y.Z]

### Code Readiness
- [ ] All features merged to main
- [ ] No open blockers
- [ ] Code freeze in effect
- [ ] Branch protection enabled

### Quality Gates
- [ ] All tests passing
- [ ] Code coverage >= 80%
- [ ] Critical vulnerabilities: 0
- [ ] High vulnerabilities: 0
- [ ] Security scan completed

### Documentation
- [ ] Release notes drafted
- [ ] CHANGELOG updated
- [ ] API documentation current
- [ ] Migration guide (if needed)

### Deployment Readiness
- [ ] Deployment scripts tested
- [ ] Rollback plan documented
- [ ] Monitoring alerts configured
- [ ] On-call team notified

### Approvals
- [ ] QA sign-off
- [ ] Security sign-off
- [ ] Product sign-off
- [ ] Operations sign-off

Version Numbering (Semantic Versioning)

Version Format: MAJOR.MINOR.PATCH

  • MAJOR: Breaking changes
  • MINOR: New features (backward compatible)
  • PATCH: Bug fixes (backward compatible)

Examples

1.0.0 → 2.0.0  # Breaking API change
1.0.0 → 1.1.0  # New feature added
1.0.0 → 1.0.1  # Bug fix

Pre-release Versions

1.0.0-alpha.1   # Alpha release
1.0.0-beta.1    # Beta release
1.0.0-rc.1      # Release candidate

Read the full file on GitHub · 313 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 313 lines · 0 tokens per session scan A e4f92fb64dda

Subscribe to this mod's changes

release-manager is an agent published in the GitHub repository keychain-io/trustable-ai (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,757 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.