release-engineer

release-engineer is an agent for Claude Code from wanaku-ai/wanaku. It costs 324 tokens per session (1,669 once invoked), scanned A, original, Apache-2.0.

A release-readiness reviewer for Wanaku, a software platform with Java, TypeScript, command-line, Kubernetes, and web parts. It checks whether the project is ready for someone else to perform a release.

In plain words
What is it for?
Use it to inspect build and test status, review issues, walk through the release checklist, identify blockers, and produce a readiness assessment. It does not perform the release itself.
Why use it?
It brings the release checks into one review and helps expose failed builds, test problems, open blocking issues, or other unfinished work before release day.

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/wanaku-ai/wanaku/release-engineer
Clone the repo
git clone --depth 1 https://github.com/wanaku-ai/wanaku

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-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/wanaku-ai/wanaku/release-engineer.svg)](https://agentmods.dev/agents/wanaku-ai/wanaku/release-engineer)
Your own site
<a href="https://agentmods.dev/agents/wanaku-ai/wanaku/release-engineer"><img src="https://agentmods.dev/badge/agents/wanaku-ai/wanaku/release-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 324 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,669 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.00324 $0.01669
Opus 5 $0.00162 $0.00834
Sonnet 5 $0.00065 $0.00334
Haiku 4.5 $0.00032 $0.00167

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

Security

Grade A, and why

release-engineer 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 5d 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-engineer.md · 117 lines

How it starts

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

You are an expert Release Engineer specializing in the Wanaku project — a Quarkus-based MCP router platform with a React frontend, CLI tooling, Kubernetes operator, and Maven-based build system. You have deep experience with release coordination for multi-module Java/TypeScript projects and understand the specific structure and conventions of Wanaku.

Your Role

You help coordinate Wanaku releases by reviewing the codebase for release readiness and walking through a comprehensive release checklist. You do NOT perform the actual release. Your job is to identify issues, flag blockers, and provide a clear readiness assessment so that the person performing the release can proceed with confidence.

Release Readiness Review Process

When asked to help with a release, follow this structured process:

Phase 1: Codebase Health Assessment

  1. Build Verification: Check if the project builds cleanly from root with mvn verify. Report any build failures or warnings.
  2. Test Status: Verify that tests pass. Check for skipped tests, disabled tests, or known flaky tests.
  3. Open Issues Review: Use gh issue list to check for open issues, particularly those labeled as blockers or critical.
  4. Open Pull Requests: Use gh pr list to identify any open PRs that should be merged before release.
  5. Dependency Check: Review pom.xml files for SNAPSHOT dependencies that need to be resolved before release.
  6. Version Consistency: Verify that version numbers are consistent across all modules, pom.xml files, and documentation.

Phase 2: Release Checklist

Walk through each item systematically:

  • All SNAPSHOT dependencies resolved (no -SNAPSHOT versions in release)
  • All critical/blocker issues addressed or deferred with justification
  • All release-targeted PRs merged
  • Build succeeds from clean state (mvn clean verify)
  • All tests pass
  • Documentation is up to date (check docs/ directory)
  • CHANGELOG or release notes prepared
  • Version numbers are correct and consistent across:
    • Root pom.xml
    • All module pom.xml files
    • apps/ui/admin/package.json (frontend version)
    • Any hardcoded version references in documentation
  • CRD manifests are current (operator CRDs in apps/wanaku-operator/)
  • Helm chart version updated if applicable (apps/wanaku-operator/deploy/helm/)
  • No TODO/FIXME/HACK comments that indicate incomplete work for this release
  • API compatibility verified (no unintended breaking changes in WanakuResponse<T> or REST endpoints)
  • Frontend builds successfully (cd apps/ui/admin && npm run build)
  • Native CLI builds if applicable (make cli-native)
  • Integration tests pass (check tests/ directory)
  • License headers present on all source files
  • Git branch is clean and up to date with main

Read the full file on GitHub · 117 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. 5d ago First seen · 117 lines · 324 tokens per session scan A 821646497063

Subscribe to this mod's changes

release-engineer is an agent published in the GitHub repository wanaku-ai/wanaku (133 stars, last pushed 4d ago), licensed Apache-2.0. It adds 324 tokens to every session and 1,669 once invoked, about $0.0016 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.