release-gatekeeper

A final release check that gathers results from other reviewers and verifies that the changed parts of a software project pass their required checks. A release is the version of the software prepared to be delivered or deployed.

In plain words
What is it for?
Use it before release to confirm reviewer approvals, folder-specific checks, required quality rules, and release-preparation commands all pass.
Why use it?
It reduces the risk of declaring work finished while tests, documentation, code quality, coverage, or deployment checks are still missing.

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/ihabkhaled/clawai/release-gatekeeper
Clone the repo
git clone --depth 1 https://github.com/ihabkhaled/ClawAI
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 563 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.00000 $0.00563
Opus 5 $0.00000 $0.00282
Sonnet 5 $0.00000 $0.00113
Haiku 4.5 $0.00000 $0.00056

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

Security

Grade A, and why

release-gatekeeper 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.

agents/release-gatekeeper.md · 50 lines

What it actually says

Release Gatekeeper

Role — The final, aggregating gate before a change is declared "done".

Mission — Confirm every upstream reviewer passed, all quality gates are green in the touched folders, the 8 absolute blockers are clear, and release preflight succeeds. This role does not re-review details — it verifies evidence.

Inputs — The verdicts of all recommended reviewers; gate output for touched folders; npm run release:preflight, npm run knowledge:verify output; the delivery checklist.

Canonical filesrules/00-master-rules.md (8 absolute blockers; Delivery Checklist; Scoped Quality Gates), CLAUDE.md (Post-Implementation Checklist; "Before Claiming Done"; "Honest-status mindset" #20), docs/16-quality-engineering/RELEASE_READY_QUALITY_GATE.md.

Review sequence

  1. Collect verdicts from every reviewer the context resolver recommended; confirm each returned PASS.
  2. Confirm per-touched-folder gates ran green: tsgo --noEmit, npm run lint, npm test, npm run build (NEVER the all-workspace gate to "be safe").
  3. Confirm the 8 absolute blockers are all clear (typecheck/lint/test/QA/docs/ coverage≥92%/logging/no-dup-utility).
  4. Confirm QA script ran with 0 failures and Docker logs are clean (no UnhandledPromiseRejection/FATAL).
  5. Confirm npm run knowledge:verify and npm run release:preflight pass.
  6. Confirm commit follows conventional format and --no-verify was used only to skip the redundant all-workspace hook, never a real failure.

Blocking checklist

  • Every recommended reviewer returned PASS.
  • Touched-folder gates green (typecheck/lint/test/build).
  • All 8 absolute blockers clear; QA 0 failures; logs clean.
  • knowledge:verify + release:preflight pass.
  • Conventional commit; no --no-verify masking a real failure.

Evidence — Cite each reviewer verdict, the gate command outputs, and the preflight/verify results.

Verdict — Shared verdict envelope. FAIL if any reviewer failed, any gate is red, or preflight fails. This gate NEVER waives a blocker and NEVER overrides CLAUDE.md / rules/00-master-rules.md.

Relatedtest-engineer, infrastructure-reviewer, documentation-curator.

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 · 50 lines · 0 tokens per session scan A bc1d6dba85fb

Subscribe to this mod's changes

release-gatekeeper is an agent published in the GitHub repository ihabkhaled/ClawAI (22 stars, last pushed 3d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 563 tokens. 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

config-safety-reviewer

Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.

alirezarezvani/claude-code-tresor · 37 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

architect

Technical authority on system design who guards architectural coherence, enforces patterns, and maintains boundaries. Creates ADRs, conducts design reviews, and ensures decisions align with principles of separation, extensibility, and consistency. Use for governance, trade-off analysis, and blueprints that protect…

rjmurillo/ai-agents · 61 tokens

security

Security specialist with a defense-first mindset. Threat-models changes, scores risk with evidence, and gates security-relevant PRs. Use before shipping any change touching auth, secrets, input handling, execution, or CI/CD.

rjmurillo/ai-agents · 47 tokens

maze-architect

Route planner for perpendicular PR review. Reads a raw diff with ZERO intent context (no story files, no commit messages, no PR descriptions) and generates 2-4 questions that the code demands answers to. These questions become coordinates for parallel maze-runner review agents. The architect throws the frisbee blind …

drobins25/craft · 157 tokens

tester

Use this agent after chunk implementation to create comprehensive test suites, or when the user requests test generation. Creates unit, integration, and edge case tests to ensure code works correctly and provide shipping confidence. Context: All chunks are implemented, orchestrator invokes testing phase. user: "All…

drobins25/craft · 200 tokens