land-and-deploy

Automate pull request merging and deployment workflows with Git and CI tools.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/simbotNL/BT --skill land-and-deploy-simbotnl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/simbotNL/BT/tree/main/plugins/gstack/land-and-deploy
Command: npx skills add https://github.com/simbotNL/BT --skill land-and-deploy-simbotnl

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The land-and-deploy Skill addresses the complexity and time-consuming nature of software deployment workflows, by automating and orchestrating common deployment tasks.

Core Features & Use Cases

  • Automated Merge and Deploy: Automates the merging of pull requests and deployment processes.
  • CI and Deploy Verification: Integrate with Continuous Integration systems to verify deployment readiness.
  • Branch Management: Manages the workflow of code branches and PR landing.
  • Use Case: A developer wants to ensure that merging a PR into the main branch triggers a full deployment, including verification and canary testing. The land-and-deploy Skill would handle this workflow end-to-end.

Quick Start

Invoke the land-and-deploy skill by typing /ship in your code repository to merge the PR and initiate the deployment 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 pull request merges and trigger deployments in a Git repository?

Automating pull request merges and deployments involves integrating Git branch management with CI systems to orchestrate the workflow. The land-and-deploy Skill handles this end-to-end, verifying deployment readiness and executing canary tests automatically.

How does CI and deploy verification work when landing code changes?

CI and deploy verification works by integrating with Continuous Integration systems to check deployment readiness after a code merge. This automated workflow ensures that merged pull requests are fully verified before they are released into the deployment environment.

Do I need a specific CI system to automate branch management and deployments?

You need integration with a CI system for deployment and verification, along with Git for branch management. The Skill automates the workflow between these dependencies, ensuring that landing a pull request triggers full deployment and canary testing.

What is the best way to streamline software deployment workflows for pull requests?

The best way to streamline software deployment workflows is to automate and orchestrate common deployment tasks. Using a command like `/ship` in your code repository can merge the pull request and initiate the deployment process automatically.

Can I use automated code merge workflows for canary testing in software development?

Yes, automated code merge workflows can be used for canary testing in software development environments. The Skill ensures that merging a pull request into the main branch triggers a full deployment process that includes verification and canary testing.

Why does my automated deployment process require both Git and CI tools?

An automated deployment process requires Git for branch management and CI tools for deployment and verification. This combination allows the workflow to automatically merge pull requests, verify deployment readiness, and execute canary tests without manual intervention.