What problem does it solve?
Deployment preparation and execution requires pre-flight checks, changelog generation, and CI/CD integration while never auto-deploying; this skill ensures deliberate, guarded deployment workflows.
Core Features & Use Cases
- Pre-flight checks: verify Git status, build, tests, environment variables, and dependencies to ensure readiness prior to deployment.
- Release notes generation: automatically generate changelogs from commits and PRs for transparent deployments.
- CI/CD integration: provide commands and hooks to integrate with common providers and workflows, with auditable logging of actions.
- Safety and rollback: enforce explicit user intent for production deployments and suggest rollback commands.
Quick Start
Trigger a guarded deployment workflow for the specified environment (staging or production) with pre-flight checks and release notes.