land-and-deploy

Merge pull requests, run CI/CD pipelines, and deploy to production.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Git, CI/CD tools, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of merging pull requests, deploying changes, and ensuring production readiness, eliminating the need for manual and error-prone steps.

Core Features & Use Cases

  • Merge Pull Requests: Automates the merging of pull requests.
  • CI/CD Integration: Integrates with CI/CD pipelines to ensure smooth deployment.
  • Verification: Performs health checks to verify that production systems are up and running after deployment.
  • Use Case: When a pull request is approved, this Skill will merge the code, run tests, and deploy the changes to production, ensuring everything is running smoothly.

Quick Start

Activate the land-and-deploy skill and enter '/ship' to initiate the merge, deploy, and verify 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 merging pull requests and deploying to production?

Automating pull request merges and production deployments requires a workflow tool that merges approved code, runs CI/CD pipelines, and deploys changes. This eliminates manual steps and ensures reliable production releases through built-in health checks.

What is the best way to verify production health after a CI/CD deployment?

Verifying production health after a CI/CD deployment involves running automated health checks immediately following the release. This ensures production systems are up and running smoothly after new changes are deployed.

Do I need Bash and Git to automate my deployment workflow?

Bash and Git are required dependencies to automate deployment workflows, as they execute the merge, continuous integration, and deployment processes. CI/CD tools are also necessary to integrate the pipeline and ensure production readiness.

Can I use CI/CD pipelines to merge code and run tests automatically?

You can use CI/CD pipelines to merge code and run tests automatically when a pull request is approved. The workflow integrates with your CI/CD tools to merge the code, execute tests, and deploy changes to production with built-in verification.

Why does my automated deployment fail after merging a pull request?

Automated deployment might fail after merging a pull request if CI/CD pipeline checks or production health verifications encounter errors. The workflow performs built-in checks to ensure production readiness, so failures indicate issues with the deployed code or system health.