land-and-deploy

Merge pull requests, run CI tests, and deploy to production with canary checks.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/greencm/gstuck --skill land-and-deploy-greencm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/greencm/gstuck/tree/main/output/gstack/land-and-deploy
Command: npx skills add https://github.com/greencm/gstuck --skill land-and-deploy-greencm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bash, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of merging Pull Requests (PRs), triggering continuous integration (CI), and deploying to production, with canary checks for production health.

Core Features & Use Cases

  • Automated Workflow: Merges PRs, performs CI checks, and deploys to production with canary releases.
  • PR Management: Integrates with PR management tools to automate the review and deployment process.
  • Use Case: Use this Skill to automatically land and deploy a new feature or fix after passing all tests and review stages.

Quick Start

Invoke the 'land-and-deploy' skill after the '/ship' command has been executed successfully.

Frequently Asked Questions about land-and-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate merging a Pull Request and deploying to production with CI checks?

To automate PR deployment with CI checks, you can use a workflow that merges the PR, triggers continuous integration pipelines, performs canary checks for production health, and then deploys the changes to the production environment.

What are canary checks in a CI/CD deployment workflow?

Canary checks in a CI/CD deployment workflow are automated production health validations performed after merging a PR and before fully deploying changes, ensuring the new code does not destabilize the production environment.

How do I set up an automated land-and-deploy pipeline for production readiness?

Setting up an automated land-and-deploy pipeline requires bash scripting and integration with version control systems and CI/CD tools to handle PR management, trigger CI pipelines, and execute canary releases for production readiness.

Do I need bash and git to automate Pull Request merging and deployment?

Yes, you need bash and git to automate Pull Request merging and deployment, as the workflow relies on bash scripting and version control system integration to execute the automated CI testing and production deployment processes.

What is the best way to deploy code to production after passing CI tests?

The best way to deploy code after passing CI tests is an automated workflow that merges the reviewed PR, executes continuous integration pipelines, runs canary checks for health, and deploys the changes directly to the production environment.

Why use an automated workflow for PR management and continuous deployment?

Using an automated workflow for PR management and continuous deployment streamlines the process of landing new features or fixes by ensuring all review stages and CI tests are passed before executing canary releases and production deployment.