agentsclimarketplace

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

Install
npx -y skills add yarlson/yarstack --skill rollout-readiness-review

Assembled 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

  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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,546. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.