Rollout readiness review
Skill yarlson/yarstack/plugins/yarstack/skills/rollout-readiness-review
Review cross-cutting operational readiness after implementation and before deployment. Use when a concrete change may alter runtime prerequisites, failure visibility, deployment order, rollback, recovery, or production failure modes.From its SKILL.md
npx -y skills add yarlson/yarstack --skill rollout-readiness-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.8 KB, 273 tokens by cl100k_base, as published. Nobody here has run it
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 ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.