What problem does it solve?
This skill provides a structured, repeatable deployment process that ensures code quality, database migrations, and environment readiness before shipping to production.
Core Features & Use Cases
- Code Quality Gates: Enforce typechecking, linting, tests, and successful builds prior to deployment.
- Database & Migrations Hygiene: Check migration status and prevent inadvertent deploys when migrations are pending or schema changed without a migration.
- Environment Readiness: Audit environment variables against production configurations and flag new or changed vars.
- Release Documentation: Generate release notes and summarize changes for stakeholders.
- Final Validation & Sign-off: Compile pass/fail status across phases and remind to monitor post-deploy.
Quick Start
Run the deploy workflow to validate code quality, migrations, and environment readiness before shipping.