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.
npx skills add yarlson/yarstack --skill rollout-readiness-reviewgit clone --depth 1 https://github.com/yarlson/yarstackWrote 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.
[](https://agentmods.dev/skills/yarlson/yarstack/rollout-readiness-review)<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.
<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>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.
| Model | Per session | Once 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 |
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.
What it actually says
Rollout Readiness Review
Assess repository-local deployment readiness without performing or implying a live rollout.
Workflow
- Confirm the concrete change, target environment class, available evidence, and whether the task is repository review or explicitly authorized live verification.
- Identify the runtime delta, required configuration and permissions, compatibility, startup and shutdown behavior, background work, migration order, and partial-state risk.
- Determine how failures appear through existing signals and how an operator verifies success.
- Define the smallest safe deployment order, rollback conditions, and recovery path.
- Delegate IaC blast radius to
infra-review, trust-boundary risk tosecurity-review, dependency provenance todependency-review, documentation drift todocs-drift-review, and verification gaps totest-gap-review. - 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.
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.
- 9d ago First seen · 24 lines · 43 tokens per session scan A c49afea85973
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.
Other skills, from other repositories
capture
Capture an engineering decision into Hunch's graph via a grilling interview (topic, rationale, rejected alternatives).
heal
Reconcile docs/code with Hunch's decision graph (doc≠graph drift), never rewriting prose silently.
fix
Fix a bug grounded in Hunch (past root causes, constraints, blast radius).
fragile
Report the most fragile parts of this codebase, with evidence from Hunch.
why
Explain why a file or symbol is the way it is, from Hunch's decision graph.
k-review
An independent review of frozen Git base and head versions, checking both the written specification and project standards.