deployment-review

Validates release candidates for deployability by checking build reproducibility, configuration, parity, and rollback readiness.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/QuyDu/Skills-Orchestrator --skill deployment-review-quydu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-review
Source: https://github.com/QuyDu/Skills-Orchestrator/tree/main/.github/skills/deployment-review
Command: npx skills add https://github.com/QuyDu/Skills-Orchestrator --skill deployment-review-quydu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams often approve deployments without systematically verifying that a release candidate is reproducible, correctly configured, safe for the target environment, and recoverable if something fails. This Skill produces a structured readiness decision with gate evidence before deployment approval is requested. ## Core Features & Use Cases - Readiness Gate Evaluation: Checks build reproducibility, configuration completeness, environment parity, data safety, observability, and rollback readiness, emitting a ready, conditional, or blocked decision. - Rollback and Verification Planning: Defines the post-deployment verification signals and a concrete, time-bounded rollback route including irreversible steps. - Schema-Validated Reports: Writes reports/deployment-review.json and reports/deployment-review.md validated against a schema, and consumes findings from security-review and architecture-review. - Use Case: Before promoting a release candidate to production, run this Skill to confirm the database migration is backward compatible, backups are current, and every blocking security finding is closed or explicitly accepted. ## Quick Start Review the current release candidate for the staging environment and produce a deployment readiness report with gate evidence and a rollback plan.

Frequently Asked Questions about deployment-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if a release candidate is ready to deploy?

Run a deployment readiness review that verifies build reproducibility, configuration completeness, environment parity, data safety, observability, and rollback readiness. The result is a ready, conditional, or blocked decision with every unmet gate enumerated.

What should a deployment readiness checklist include?

A deployment readiness checklist should cover pinned dependencies and lock files, resolved secret references, environment parity, backward-compatible migrations, current backups with tested restore, health signals and alerts, and a concrete rollback route with trigger conditions.

Does this skill perform the actual deployment?

No, this skill is strictly read-only and produces a recommendation only. Deployment, promotion, migration, and rollback each require separate explicit user approval and are executed outside this skill.

Can a deployment be approved with unresolved security findings?

No, blocking findings from security-review and architecture-review must be closed or explicitly accepted by a named owner before a ready decision is emitted. A ready decision is never produced while any blocking gate is unmet.

What happens when a readiness gate cannot be evaluated?

The skill fails closed and emits a blocked decision rather than conditional when a gate cannot be evaluated at all. It also fails closed when the candidate, target environment, or rollback route cannot be established.