rollout-readiness-review

rollout-readiness-review is a skill for Claude Code from yarlson/yarstack. It costs 43 tokens per session (316 once invoked), scanned A, original, MIT.

A review of whether a completed software change is ready to deploy, meaning to release it into a live or target environment.

In plain words
What is it for?
It checks configuration, permissions, compatibility, startup and shutdown behavior, background work, migrations, partial failures, success evidence, rollback conditions, and recovery steps.
Why use it?
It exposes missing prerequisites, unclear failure signals, unsafe deployment order, rollback problems, and recovery risks before release.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the yarstack plugin — 41 skills shipped together

Good fit It checks configuration, permissions, compatibility, startup and shutdown behavior, background work, migrations, partial failures, success evidence, rollback conditions, and recovery steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yarlson/yarstack/rollout-readiness-review
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.

Any agent
npx skills add yarlson/yarstack --skill rollout-readiness-review
Clone the repo
git clone --depth 1 https://github.com/yarlson/yarstack

Made for: Claude Code.

Or install yarstack, the plugin that ships this one along with the rest of its 41 skills.

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 rollout-readiness-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/yarlson/yarstack/rollout-readiness-review/github.svg)](https://agentmods.dev/skills/yarlson/yarstack/rollout-readiness-review)
Your own site
<a href="https://agentmods.dev/skills/yarlson/yarstack/rollout-readiness-review"><img src="https://agentmods.dev/badge/skills/yarlson/yarstack/rollout-readiness-review/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 rollout-readiness-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/yarlson/yarstack/rollout-readiness-review"><img src="https://agentmods.dev/badge/skills/yarlson/yarstack/rollout-readiness-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 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.00043 $0.00316
Opus 5 $0.00022 $0.00158
Sonnet 5 $0.00009 $0.00063
Haiku 4.5 $0.00004 $0.00032

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

Security

Grade A, and why

rollout-readiness-review 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 9d 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/yarstack/skills/rollout-readiness-review/SKILL.md · 24 lines

What it actually says

Rollout Readiness Review

Assess repository-local deployment readiness without performing or implying a live rollout.

Workflow

  1. Confirm the concrete change, target environment class, available evidence, and whether the task is repository review or explicitly authorized live verification.
  2. Identify the runtime delta, required configuration and permissions, compatibility, startup and shutdown behavior, background work, migration order, and partial-state risk.
  3. Determine how failures appear through existing signals and how an operator verifies success.
  4. Define the smallest safe deployment order, rollback conditions, and recovery path.
  5. Delegate IaC blast radius to infra-review, trust-boundary risk to security-review, dependency provenance to dependency-review, documentation drift to docs-drift-review, and verification gaps to test-gap-review.
  6. Run only trusted non-mutating repository checks unless the enclosing task separately authorizes implementation or live verification.

Report the runtime delta, prerequisites, failure visibility, success evidence, deployment order, rollback and recovery, blocking findings, residual risk, and confidence limits. State directly when no readiness finding exists.

Keep the review read-only by default. Never apply, deploy, execute migrations, change secrets or permissions, modify external systems, or claim production readiness from unavailable live evidence without explicit authority.

Finish when the required readiness answers are evidenced or explicitly inconclusive.

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. 9d ago First seen · 24 lines · 43 tokens per session scan A c49afea85973

Subscribe to this mod's changes

rollout-readiness-review is a skill published in the GitHub repository yarlson/yarstack (3 stars, last pushed 4d ago), licensed MIT. It adds 43 tokens to every session and 316 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.