land-and-deploy.md
/land-and-deploy - Merge PR → CI → verify deploy → canary 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:
commands/land-and-deploy.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.