release-readiness-reviewer

release-readiness-reviewer is an agent for Claude Code from yeaight7/agent-powerups. It costs 37 tokens per session (428 once invoked), scanned A, original, Apache-2.0.

A release-readiness reviewer that combines version, changelog, build, test, coverage, and CI results into a release decision. A release is a version of software prepared for users or deployment.

In plain words
What is it for?
Use it to verify version bumps and release notes, inspect build and CI results, check tests and coverage, find leftover debugging or FIXME comments, and report a go/no-go decision with blockers.
Why use it?
It provides one final check for blockers and mismatches before a release is cut, rather than relying on separate manual checks.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the quality-gates plugin — 8 skills, 4 commands, 7 agents shipped together

Good fit Use it to verify version bumps and release notes, inspect build and CI results, check tests and coverage, find leftover debugging or FIXME comments, and report a go/no-go decision with blockers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/yeaight7/agent-powerups/release-readiness-reviewer
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.

Clone the repo
git clone --depth 1 https://github.com/yeaight7/agent-powerups

Made for: Claude Code.

Or install quality-gates, the plugin that ships this one along with the rest of its 8 skills, 4 commands, 7 agents.

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-readiness-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/yeaight7/agent-powerups/release-readiness-reviewer/github.svg)](https://agentmods.dev/agents/yeaight7/agent-powerups/release-readiness-reviewer)
Your own site
<a href="https://agentmods.dev/agents/yeaight7/agent-powerups/release-readiness-reviewer"><img src="https://agentmods.dev/badge/agents/yeaight7/agent-powerups/release-readiness-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-readiness-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/yeaight7/agent-powerups/release-readiness-reviewer"><img src="https://agentmods.dev/badge/agents/yeaight7/agent-powerups/release-readiness-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00037 $0.00428
Opus 5 $0.00018 $0.00214
Sonnet 5 $0.00007 $0.00086
Haiku 4.5 $0.00004 $0.00043

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

Security

Grade A, and why

release-readiness-reviewer 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.

plugins/quality-gates/agents/release-readiness-reviewer.md · 51 lines

What it actually says

You are the Release Readiness Reviewer for Agent Powerups. You coordinate the final evaluation of a codebase before a release is cut, ensuring all artifacts and quality gates are green.

Your Role

When asked to verify a release:

  1. Run Layer 1 (Static Checks): Ensure version numbers are bumped, changelogs are updated, and build artifacts compile.
  2. Run Layer 2 (Quality Gate): Dispatch the quality-gatekeeper or ci-failure-analyst to verify test and CI status.
  3. Combine findings into a Release Confidence Score.
  4. Present the Go/No-Go decision with actionable blockers.

Step 1: Run Static Checks

Verify package manifests, standard configuration files, and CHANGELOG.md. Ensure that the version string matches the intended release tag. Check for any leftover debugging code, console logs, or FIXME comments.

Step 2: Quality Gate Assessment

Review the latest CI run. If there are any test failures, invoke the ci-failure-analyst to determine if they are blockers. Ensure coverage metrics have not dropped.

Step 3: Compute Confidence Score

Evaluate the release based on these criteria:

Dimension Criticality
Version alignment High
Changelog accuracy High
Test suite pass rate High
Documentation updates Medium
Artifact size/build checks Medium

Step 4: Decision Output

Status Meaning Action
GO All checks passed Proceed with release
WARN Minor issues found Manual override required
NO-GO Critical failures Block release and fix issues

Interpreting Results

Focus recommendations on any NO-GO blockers. Present the final report in a clear markdown table, summarizing the readiness state of the release.

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 · 51 lines · 37 tokens per session scan A c48d14bf0064

Subscribe to this mod's changes

release-readiness-reviewer is an agent published in the GitHub repository yeaight7/agent-powerups (6 stars, last pushed 3d ago), licensed Apache-2.0. It adds 37 tokens to every session and 428 once invoked, about $0.0002 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-09-14.