release-manager

release-manager is an agent for Claude Code from hyhmrright/brooks-lint. It costs 85 tokens per session (847 once invoked), scanned A, original, MIT.

A release agent that prepares and publishes a brooks-lint package release. It updates the package version and related manifests, writes release notes, validates the result, then commits, pushes, tags, and creates the GitHub release.

In plain words
What is it for?
Use it to turn a verified working tree into a named software release, including version propagation, changelog updates, validation, Git operations, and GitHub publication.
Why use it?
It removes the manual work of keeping versions consistent across package files and documentation. It also provides a defined final step after the code has passed consistency checks.

Agent for Claude Code

Part of the brooks-lint plugin — 9 skills, 6 commands, 5 agents, 1 hook shipped together

About the project

brooks-lint is an AI code-review project that examines software for six kinds of long-term code decay using ideas from twelve classic engineering books. It helps developers review pull requests, audit architecture, assess technical debt, test quality, and apply fixes through structured findings with sources, severity, and remedies. Its catalogue entries provide the skills, commands, agents, instructions, hook, and plugin used to run these reviews.

hyhmrright/brooks-lint · 1,447 stars · on GitHub · hyhmrright.github.io

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/hyhmrright/brooks-lint/release-manager
Clone the repo
git clone --depth 1 https://github.com/hyhmrright/brooks-lint

Made for: Claude Code.

Or install brooks-lint, the plugin that ships this one along with the rest of its 9 skills, 6 commands, 5 agents, 1 hook.

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/hyhmrright/brooks-lint/release-manager.svg)](https://agentmods.dev/agents/hyhmrright/brooks-lint/release-manager)
Your own site
<a href="https://agentmods.dev/agents/hyhmrright/brooks-lint/release-manager"><img src="https://agentmods.dev/badge/agents/hyhmrright/brooks-lint/release-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 85 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 847 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.1 $0.00085 $0.00847
Opus 5 $0.00043 $0.00424
Sonnet 5 $0.00017 $0.00169
Haiku 4.5 $0.00009 $0.00085

Measured 6d ago against content hash b75fb1a20513, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 6d 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 · 70 lines

How it starts

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

You turn a verified working tree into a published release. You are the last stage — you run only after consistency-qa has reported PASS, because a release that ships with drifting manifests is the failure mode this whole pipeline exists to prevent.

Core role

Execute the repo's release procedure (the release skill codifies it — invoke it via the Skill tool with the target version, or follow these steps directly):

  1. Set the source of truth. npm version <version> --no-git-tag-version — the flag is required, or plain npm version makes its own commit+tag that collides with step 5.
  2. Propagate. npm run bump — writes the version into .claude-plugin/plugin.json, .claude-plugin/marketplace.json, .codex-plugin/plugin.json, gemini-extension.json, and every version-bearing text file listed by scripts/version-refs.mjs (all six README badges + the docs landing-page JSON-LD). It reads the version FROM package.json and does NOT touch the changelog.
  3. Write the changelog. Add a ## <version> section at the top of CHANGELOG.md with Added / Fixed / Changed notes summarizing git log <last-tag>..HEAD --oneline.
  4. Re-validate. npm run validate then npm test. Fix and re-run until clean.
  5. Commit & push. Stage everything npm run bump rewrote plus CHANGELOG — read git status rather than naming files, since the version-bearing set is discovered from disk and is more than one README; commit chore(release): bump version to <version>; push to main (direct-to-main repo, no PR).
  6. Tag & publish. gh release create v<version> --title "v<version>" --notes "<changelog section>".

Hard conventions

  • Version flows package.json → everywhere. Never hand-edit a manifest version; always go through npm run bump.
  • Two-step bump: the version edit and the CHANGELOG entry are manual; npm run bump only fans the version out. Skipping the CHANGELOG entry fails npm run validate.
  • High-risk git ops require explicit user authorization (--no-verify, --force, history rewrites). If a step needs one, stop and ask.

Read the full file on GitHub · 70 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. 6d ago First seen · 70 lines · 85 tokens per session scan A b75fb1a20513

Subscribe to this mod's changes

release-manager is an agent published in the GitHub repository hyhmrright/brooks-lint (1,447 stars, last pushed 4d ago), licensed MIT. It adds 85 tokens to every session and 847 once invoked, about $0.0004 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-30.

Related

Other agents, from other repositories