land-and-deploy

Automate PR merging, CI builds, deployments, and production health checks.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sadie100/claude-dotfiles --skill land-and-deploy-sadie100
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/sadie100/claude-dotfiles/tree/main/skills/land-and-deploy
Command: npx skills add https://github.com/sadie100/claude-dotfiles --skill land-and-deploy-sadie100

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack-update-check, gstack-config, gstack-repo-mode, gstack-session-kind, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of merging Pull Requests (PRs), deploying applications, and verifying production health, eliminating manual steps and automating common workflows.

Core Features & Use Cases

  • Automated PR Merging: Merge PRs with confidence, automating the process.
  • CI and Deployment: Trigger CI builds and deployments, with built-in checks.
  • Production Health Verification: Use canary checks to verify the stability of deployed changes.
  • Use Case: For teams that want to streamline their CI/CD pipeline and reduce the risk of human error in deployment.

Quick Start

Use the /ship command to trigger the merge and deploy process.

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 PR merging and deployment in a Git workflow?

Automated PR merging and deployment is handled by triggering the /ship command, which merges pull requests, initiates CI builds, and deploys the application. This workflow automation eliminates manual steps and reduces human error in the CI/CD pipeline.

What is production health verification and when do I need it after deploying?

Production health verification uses canary checks to confirm the stability of deployed changes immediately after a release. You need this post-deployment validation to catch issues early and ensure the new application version operates correctly in the production environment.

Can I use this deployment automation with my existing Git-based development environment?

This deployment automation is designed for software development environments using Git-based workflows. It integrates automated PR merging, CI triggers, and production health checks directly into your existing repository process to streamline operations.

Do I need specific dependencies to run the CI/CD workflow automation?

Running this CI/CD workflow automation requires specific dependencies including gstack-update-check, gstack-config, gstack-repo-mode, and gstack-session-kind to ensure the environment is properly configured for merge and deploy operations.

What's the best way to streamline a CI/CD pipeline and reduce deployment risk?

Streamlining a CI/CD pipeline and reducing deployment risk is best achieved by automating the full workflow from PR merge to production verification. Using canary checks for health validation minimizes manual intervention and ensures deployment confidence.