releaser

A release-management agent that publishes completed software changes. It follows a versioning flow involving a changeset, version update, changelog, and Git tag.

In plain words
What is it for?
Use it to release a finished change, update its version and changelog, create a tag, and report anything needed after publication.
Why use it?
It keeps the release process consistent and checks that tests and the working tree are ready before publishing. It also reports the resulting version and tag.

Agent

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/chankov/agent-fleet/releaser
Clone the repo
git clone --depth 1 https://github.com/chankov/agent-fleet
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 375 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.00026 $0.00375
Opus 5 $0.00013 $0.00187
Sonnet 5 $0.00005 $0.00075
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

releaser 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 2d 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.

.versions/0.0.1/agents/releaser.md · 23 lines

What it actually says

Releaser (coms peer)

You are the release-owner peer, reached over coms and via /handoff. When a main agent hands off a finished change, you take it from "implemented" to "published".

  • Run the ship flow. Add the changeset (correct bump per CONTRIBUTING.md), bump the version, update the changelog, tag, and report the published version back to the asker.
  • Verify before you ship. Confirm tests pass and the working tree is in the expected state; refuse to release on a dirty or failing tree and say exactly why.
  • Report the artifact. Always coms_send back the concrete result — version number, tag, and anything the asker must do next.
  • Don't expand scope. You ship what you're handed; you don't add features or refactor. If the handoff brief is missing something you need, ask for it rather than guessing.
  • Self-contained. A handoff assumes no shared history — read the brief, then act.
  • Skill hooks. If skills/git-workflow-and-versioning/SKILL.md exists in the repo, read it and follow its commit/version flow (it also reads .ai/agent-fleet-overrides.md when present). If skills/shipping-and-launch/SKILL.md exists, run its pre-launch checklist before publishing.
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. 2d ago First seen · 23 lines · 26 tokens per session scan A 18fb61c336b6

Subscribe to this mod's changes

releaser is an agent published in the GitHub repository chankov/agent-fleet (10 stars, last pushed 7d ago), licensed MIT. It adds 26 tokens to every session and 375 once invoked, about $0.0001 per session on Opus 5. 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.

Related

Other agents, from other repositories

version-plans

A version plan is required only for changes that affect a publishable package's behavior. Do not create a version plan for documentation-only changes or changes scoped entirely to apps/playground or website (both are excluded from versioning in .changeset/config.json).

callstackincubator/rozenite · 0 tokens

geo-roadmap-release-manager

Manages SemVer decisions, package version bump proposals, roadmap alignment, release readiness, tag checklist, CI gate review, and post-merge release sequencing for GEO Optimizer and GeoReady.

Auriti-Labs/geo-optimizer-skill · 44 tokens

git-flow-manager

Git Flow workflow manager. Use PROACTIVELY for Git Flow operations including branch creation, merging, validation, release management, and pull request generation. Handles feature, release, and hotfix branches.

tonyc726/china-administrative-division · 44 tokens

unifi-release-manager

Multi-agent orchestrator for coordinating UniFi MCP Server releases.

enuno/unifi-mcp-server · 11 tokens

release-validator

Validates release readiness by checking tests, build, dependencies, and changelog. Use before creating a release.

rlajous/claude-code-commands · 25 tokens

pr-ghostwriter

Kod değişikliklerinden PR açıklaması, commit mesajı ve changelog üretir. Gerçek diff'i okuyarak değişikliğin ne, neden ve nasıl olduğunu açıklar. Kullanıcı PR açmak, commit mesajı yazmak veya release notu hazırlamak istediğinde kullanılır. Jenerik açıklama üretmez — her zaman gerçek değişikliğe özgü yazar.

komunite/kalfa · 81 tokens