What problem does it solve? Release and deployment runbooks often look complete but fail under pressure: steps an unfamiliar on-call engineer cannot execute, rollbacks that miss a forward change, inlined secrets, or fabricated commands. This Skill acts as an independent acceptance gate that judges a finished runbook against a fixed 11-condition executability and safety bar before it ships. ## Core Features & Use Cases - 11-Condition Review Bar: Judges copy-paste-safe idempotent steps, per-step measurable verification, go/no-go gates, complete strategy-matched rollback, post-deploy verification, escalation and monitoring, no inlined secrets, and no fabricated commands. - Proportional Conditional Checks: Applies delta-scoped amend review, stateful-change safety, and comms-window conditions only when they apply, avoiding false-revises on thin but correct runbooks. - Machine-Parseable Verdict: Emits a single VERDICT: approve or VERDICT: revise line plus actionable findings naming the failed condition, location, and concrete fix. - Use Case: Before approving a production deploy procedure, hand the runbook plus its upstream architecture-doc, technical-design, and test-plan to the reviewer; it spot-checks commands against the upstreams and returns a verdict with fixes the author can resolve in one pass. ## Quick Start Use reviewing-release-runbook to judge the finished runbook in docs/ops/deploy-v2.md against the handed-in architecture-doc and test-plan, and give me the verdict with findings.