land-and-deploy

Automate PR merging, deployment, and verification with CI and canary checks.

Updated Jun 16, 2026
One-click install
npx skills add https://github.com/miko06/MedicineSimulator --skill land-and-deploy-miko06
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/miko06/MedicineSimulator/tree/main/.opencode/skills/gstack-land-and-deploy
Command: npx skills add https://github.com/miko06/MedicineSimulator --skill land-and-deploy-miko06

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Git, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

The Skill unit 'land-and-deploy' solves the problem of manually merging, deploying, and verifying Pull Requests (PRs) in software development workflows, offering an automated, streamlined approach to save time and reduce human error.

Core Features & Use Cases

  • Automated PR Merge: Merges PRs and automates the waiting for Continuous Integration (CI) processes.
  • Canary Checks: Verifies production health post-deployment.
  • Custom Triggers: Supported triggers include 'merge and deploy', 'land the PR', and 'ship to production'.
  • Use Case: This Skill can be used to automate the process of merging and deploying code changes, ensuring that the process is smooth and reliable.

Quick Start

Run the 'land-and-deploy' Skill when merging and deploying PRs.

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 merge and deployment after CI validation?

Automated PR merge and deployment is achieved by triggering the workflow to merge the PR, wait for CI validation to pass, and then execute the code deployment automatically.

What is canary deployment and how does it verify production health?

Canary deployment is a post-deployment verification step that checks production health after code changes ship, ensuring the application remains stable and reliable before full rollout.

Do I need Bash and Git to automate PR merging and code deployment?

Yes, you need Bash and Git to automate PR merging and code deployment, as Bash is required for execution and the workflow assumes Git repository management.

Can I use custom triggers like 'land the PR' or 'ship to production' for deployment automation?

Yes, deployment automation supports custom triggers including 'merge and deploy', 'land the PR', and 'ship to production' to initiate the streamlined release workflow.

What is the best way to streamline software release management for pull requests?

Streamlining software release management involves automating the end-to-end process of merging PRs, waiting for CI validation, deploying code, and running canary checks.

Why does my CI validation wait step fail during PR merge automation?

PR merge automation requires CI validation to pass before proceeding; failure indicates the CI process returned an error or timed out, halting the deployment workflow.