Skip to main content
Code Guide
Command Recommended

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

  1. Open the template on GitHub and copy its content: commands/land-and-deploy.md
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Edit the Markdown content to match your project conventions, team constraints, and specific context.

Related templates