What problem does it solve?
It prevents risky or incomplete production releases by forcing a repeatable deployment checklist that verifies tests, build/artifacts, changed scope, and post-deploy health.
Core Features & Use Cases
- Pre-deployment readiness checks: validates deterministic gates first, then confirms build/artifact readiness and assesses change size/scope via git diff/log review.
- Deployment execution within repo-supported paths: ensures release steps are only taken when the repo surface explicitly supports them, avoiding invented deploy routes.
- Post-deploy health verification with an SLO smoke window: monitors error rate, latency, throughput stability, and auth success to decide whether to continue monitoring or trigger rollback.
Quick Start
Tell the skill to run the production release checklist for this repository and produce a Deployment Report including the pre-check results, the actual release path used, and the required health-check outcomes.