Land And Deploy

Automate pull request merge, CI deployment, and production verification via GitHub and gstack.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill land-and-deploy-aporto-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Land And Deploy
Source: https://github.com/aporto-tech/aporto-agent-skills/tree/main/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/aporto-tech/aporto-agent-skills --skill land-and-deploy-aporto-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, GitHub API, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the PR merge, CI deployment, and production verification process, saving time and reducing the risk of errors.

Core Features & Use Cases

  • Automated Merge: Automatically merges the pull request and triggers CI and deployment processes.
  • CI and Deployment: Waits for CI tests to pass and deploys the changes to production.
  • Production Health Verification: Performs canary checks to ensure production is healthy post-deployment.
  • Use Case: For teams using gstack and GitHub, this Skill ensures that merges and deployments go smoothly and efficiently.

Quick Start

Use the Land And Deploy skill to automatically land and deploy your pull request.

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 merging and production deployment with GitHub?

Automating pull request merging and production deployment requires a tool that triggers CI tests, deploys code, and verifies health. This Skill uses gstack and the GitHub API to automatically merge PRs and execute the deployment workflow.

What is production verification in a CI/CD pipeline?

Production verification in a CI/CD pipeline is the process of checking application health after a release. This Skill performs canary checks post-deployment to ensure production is healthy after automated merges.

Can I use this deployment automation Skill if my team uses gstack for issue tracking?

Yes, you can use this deployment automation Skill if your team uses gstack. It is specifically designed for engineering workflows utilizing gstack and the GitHub API for collaboration and automated testing.

What's the best way to ensure CI tests pass before a PR merge happens?

The best way to ensure CI tests pass before a PR merge is to use an automated workflow that pauses merging until tests succeed. This Skill waits for CI tests to pass before it merges and deploys changes to production.

Do I need gstack and GitHub API access to automate PR merges and deployments?

Yes, you need gstack and GitHub API access to automate PR merges and deployments. These dependencies are required for the Skill to perform automated operations and track issue resolution within your engineering workflow.