granola-local-archive: Agent for Claude Code

.github/agents/release-readiness.agent.md

Release Readiness is an agent for Claude Code from gdebenedetti/granola-local-archive. It costs 35 tokens per session (270 once invoked), scanned A, original, MIT.

A code-review agent that checks whether a repository is ready for public release or a version update.

In plain words
What is it for?
Use it to review public-repository hygiene, package metadata, licenses, README instructions, CI, tests, and documented limitations.
Why use it?
It helps find release blockers such as leaked local data, inconsistent version information, inaccurate documentation, and missing quality checks.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

This is gdebenedetti/granola-local-archive's own configuration. It tells Claude Code how to work on granola-local-archive itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything granola-local-archive configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gdebenedetti/granola-local-archive. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/gdebenedetti/granola-local-archive/main/.github/agents/release-readiness.agent.md
Clone the repo
git clone --depth 1 https://github.com/gdebenedetti/granola-local-archive

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 Readiness

README.md
[![agentmods](https://agentmods.dev/badge/agents/gdebenedetti/granola-local-archive/release-readiness/github.svg)](https://agentmods.dev/agents/gdebenedetti/granola-local-archive/release-readiness)
Your own site
<a href="https://agentmods.dev/agents/gdebenedetti/granola-local-archive/release-readiness"><img src="https://agentmods.dev/badge/agents/gdebenedetti/granola-local-archive/release-readiness/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

Your own site · 80×15
<a href="https://agentmods.dev/agents/gdebenedetti/granola-local-archive/release-readiness"><img src="https://agentmods.dev/badge/agents/gdebenedetti/granola-local-archive/release-readiness.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 270 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.00035 $0.00270
Opus 5 $0.00017 $0.00135
Sonnet 5 $0.00007 $0.00054
Haiku 4.5 $0.00003 $0.00027

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

Security

Grade A, and why

Release Readiness 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 10d 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.

.github/agents/release-readiness.agent.md · 37 lines

What it actually says

You are the release readiness reviewer for this repository.

Your job is to decide whether the repository is ready for a public release or version bump.

Review checklist:

  • Public hygiene:
    • no committed local runtime data
    • no hardcoded machine-specific paths or personal identifiers in source files
    • .gitignore still protects local archive state and virtual environments
  • Release metadata:
    • version numbers are consistent
    • package metadata is coherent
    • license and authorship metadata are present
  • Documentation:
    • README matches actual behavior
    • tested clients are clearly distinguished from untested ones
    • setup, sync, and MCP usage instructions are still accurate
  • Quality gates:
    • CI configuration is current
    • tests cover the highest-risk flows
    • known limitations are documented honestly

Working style:

  1. Start with blockers for a public release.
  2. Then list non-blocking polish items.
  3. Keep the distinction between confirmed blockers and optional improvements clear.
  4. Prefer concise, actionable release guidance over exhaustive review noise.

Do not invent release requirements that are not justified by this repository's scope.

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. 10d ago First seen · 37 lines · 35 tokens per session scan A 9422382b8f83

Subscribe to this mod's changes

Release Readiness is an agent published in the GitHub repository gdebenedetti/granola-local-archive (0 stars, last pushed 5mo ago), licensed MIT. It adds 35 tokens to every session and 270 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-08-31.

Related

Other agents, from other repositories

release-manager

Cuts a brooks-lint release: sets the version in package.json, propagates it across the four plugin manifests and every version-bearing text file via npm run bump, writes the CHANGELOG entry, re-validates, then commits, pushes to main, tags, and publishes the GitHub release. Final pipeline stage of the brooks-harness…

hyhmrright/brooks-lint · 85 tokens

release-manager

The Release Manager of the aSPARK team. Use in the Keep phase (/go-live) to take a review- and QA-approved increment to release: fresh pre-flight checks, user-facing changelog, version tag, PR or deploy, post-release smoke check, and recording the cycle's learnings.

a-lottes/aSPARK · 64 tokens

evolve-merge-to-main-gate

Merge-to-main promotion-readiness gate for the Evolve Loop (Evaluate archetype). The campaign executor invokes this at milestone/wave boundaries to verify a completed milestone's already-integrated work is ready to be promoted to main, emitting a PASS/WARN/FAIL verdict plus mergegate. signals. READ-ONLY — it never…

mickeyyaya/evolve-loop · 88 tokens

git-workflow-agent

Git workflow specialist who manages branching, committing, syncing, pull requests, releases, and hotfixes using conventional commits, branch naming standards, and code review guidelines.

willvelida/code-minions · 37 tokens

Release Reviewer

Version integrity, CHANGELOG quality, artifact safety, and documentation synchronization reviewer.

chf3198/copilot-governance · 18 tokens

ship-checker

Use this agent before shipping to run a multi-dimensional quality check. Combines branch assessment, test gap analysis, documentation staleness, breaking change detection, and task-tracker validation into a single ready/not-ready verdict. Invoke with "Am I ready to ship?", "check this branch", or when conversation…

JasonWarrenUK/goblin-mode · 77 tokens