land-and-deploy

Automate code merge, CI/CD pipeline, and production health verification workflows.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/sobhanashine/nazarato --skill land-and-deploy-sobhanashine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land-and-deploy
Source: https://github.com/sobhanashine/nazarato/tree/main/.claude/skills/land-and-deploy
Command: npx skills add https://github.com/sobhanashine/nazarato --skill land-and-deploy-sobhanashine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, Read, Write, Glob, AskUserQuestion, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of merging pull requests, waiting for CI and deployment, and verifying production health, saving developers time and reducing human error.

Core Features & Use Cases

  • Merge PRs: Automates the merging of pull requests.
  • Wait for CI/CD: Waits for continuous integration and deployment processes to complete.
  • Verify Production: Performs canary checks to verify the health of the production environment.
  • Use Case: Ideal for teams looking to implement a streamlined deployment pipeline that reduces manual steps and ensures a stable release process.

Quick Start

Use the land-and-deploy skill to merge the PR with branch 'feature-x' and deploy to production.

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 CI/CD deployments?

Automate pull request merges and CI/CD deployments by using a deployment automation workflow that merges code, waits for continuous integration to finish, and verifies production health. This reduces manual steps and human error during the release process.

What is deployment automation with production health verification?

Deployment automation with production health verification is a CI/CD workflow that merges pull requests, waits for pipelines to deploy, and performs canary checks. It ensures a stable release process by confirming the production environment's health after deployment.

Can I use Bash scripts to wait for CI/CD pipelines and check production health?

Yes, you can use Bash scripts to automate waiting for CI/CD pipelines and performing canary checks. The workflow requires Bash, along with Read, Write, and Glob tools, to execute merge, deploy, and production verification commands.

What's the best way to streamline code merges and ship to production safely?

The best way to streamline code merges and ship to production safely is an automated workflow that merges pull requests, monitors CI/CD completion, and runs canary checks. This approach minimizes manual intervention and verifies release stability.

Do I need any specific tools to run automated deployment and merge workflows?

Yes, running automated deployment and merge workflows requires Bash, Read, Write, Glob, and AskUserQuestion tools. These dependencies support executing scripts, handling files, and prompting for user input during the CI/CD pipeline process.