land-and-deploy

Merge pull requests, deploy updates, and verify production health.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/npc-chris/dfn-discovery --skill land-and-deploy-npc-chris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/npc-chris/dfn-discovery/tree/main/.agents/skills/gstack/land-and-deploy
Command: npx skills add https://github.com/npc-chris/dfn-discovery --skill land-and-deploy-npc-chris

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, platform-deploy-tools, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of merging, deploying, and verifying software updates, reducing the risk of deployment errors and speeding up release cycles.

Core Features & Use Cases

  • Automated Merge: Handles the merging of pull requests into the main branch.
  • Continuous Deployment: Automatically deploys changes to the production environment upon successful merge.
  • Verification: Performs canary checks to ensure production health after deployment.
  • Use Case: After a code review and approval process, use this Skill to ensure that the update is smoothly deployed and verified.

Quick Start

Run /land-and-deploy to automatically merge and deploy the current branch's updates.

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 merge and deployment to production?

Automate pull request merge and deployment by running the land-and-deploy Skill, which handles merging into the main branch, triggers CI/CD workflows, and deploys changes to production upon successful merge.

Can I verify production health automatically after a continuous deployment?

Yes, you can verify production health automatically after continuous deployment by using the canary checks feature, which performs URL verification to ensure the production environment remains stable.

Do I need GitHub CLI to automate release workflows?

Yes, you need the GitHub CLI installed to automate release workflows with this Skill, as it handles the pull request merges and integrates with CI/CD pipelines.

What is the best way to streamline CI/CD pipelines and reduce deployment errors?

The best way to streamline CI/CD pipelines and reduce deployment errors is to automate the merge, continuous deployment, and production verification stages, ensuring smooth updates without manual intervention.

Does automated deployment work without access to the production environment?

No, automated deployment requires access to the production environment and platform-specific deploy tools to execute the release workflow and perform health checks successfully.

Why use an automated merge tool instead of manual deployment workflows?

Use an automated merge tool instead of manual deployment workflows to speed up release cycles and reduce the risk of deployment errors by handling merges, continuous deployment, and canary checks in one process.