Back to skills

land-and-deploy

infrastructure

Picks up where /ship leaves off. Merges the PR, monitors CI and deploy workflows, then runs canary checks against the live site to confirm production health. On first use, it does a dry-run validation

Setup & Installation

npx skills add https://github.com/garrytan/land-and-deploy --skill land-and-deploy
or paste the link and ask your coding assistant to install it
https://github.com/garrytan/land-and-deploy
View on GitHub

What This Skill Does

Picks up where /ship leaves off. Merges the PR, monitors CI and deploy workflows, then runs canary checks against the live site to confirm production health. On first use, it does a dry-run validation of your deploy infrastructure before touching anything. Combines merge, deploy monitoring, and production health verification into one command instead of manually watching GitHub Actions, polling the site, and deciding whether to revert.

When to use it

  • Working with land and deploy functionality
  • Implementing land and deploy features
  • Debugging land and deploy related issues