You've built the app, it passes CI, and now the question is how to ship it without breaking production. This skill walks you through release execution: choosing between preview, staging promotion, canary, or rollback paths, then building the verification and sign-off gates around that choice. It explicitly separates build from release, deploy from traffic exposure, and app rollback from data rollback. The real value is in the release profile freeze and the boundary enforcement: it routes CI workflow authoring to workflow-automation, machine setup to system-environment-setup, and Vercel-specific mechanics elsewhere, so you're left with pure release strategy and recovery planning. Best when the system already works and you need to tighten the delivery path.
npx -y skills add akillness/oh-my-skills --skill deployment-automation --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template