Promote Deployment
Use this skill when
Use when promoting, deploying, shipping, opening staging/production PRs, or debugging release state.
Workflow
- Run quality gates first.
- Verify exact git ref and deployment state.
- Check Vercel/Neon env parity before smoke.
- Provision smoke identity and run deployed smoke.
- Stop on env drift, migration failure, or smoke failure.
Skill graph
Read references/graph.md for routing. Related skills: fork-build-deploy, run-quality-gates, db-health, neon-branch-management, vercel-deployment, release-cli, release-sdk.
Step 3 (Vercel/Neon env parity) is owned by neon-branch-management — invoke it before smoke whenever promoting to staging or production.
References
- references/workflow.md: workflow details and decision points.
- references/graph.md: related skills and handoff boundaries.
- references/original-guide.md: full prior guide for deeper context.
Scripts
See scripts/README.md. Execute scripts when the workflow calls for deterministic inspection or validation.
Assets
See assets/README.md for templates/checklists.