land-and-deploy/
Merge PR, wait for CI, verify deploy, run canary: the complete landing pipeline
When to use this
- When merging a PR and want the full pipeline automated: merge, CI wait, deploy verification, canary
- When deploying to staging and production and want a repeatable, auditable release sequence
- When your current deploy process has manual steps that get skipped under time pressure
How to use
-
Open the template on GitHub and copy its content:
skills/land-and-deploy/SKILL.md -
Place the file inside
.claude/skills/in your project (or globally in~/.claude/to share across all projects). - Edit the Markdown content to match your project conventions, team constraints, and specific context.