land

Automate CI checks, review resolution, merge, and post-merge production verification for GitHub PRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/indigoai-us/hq --skill land-indigoai-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land
Source: https://github.com/indigoai-us/hq/tree/main/template/.claude/skills/land
Command: npx skills add https://github.com/indigoai-us/hq --skill land-indigoai-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end landing of a pull request by coordinating CI checks, reviews, and merge, and by verifying production status after deployment.

Core Features & Use Cases

  • CI polling and status reporting
  • Review resolution (automatic or guided fixes) and merge strategy selection
  • Post-merge production verification and monitoring

Quick Start

Provide the PR reference and let the skill land it end-to-end.

Frequently Asked Questions about land

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate CI checks, review resolution, and merge for a GitHub pull request end-to-end?

Automating a pull request landing requires polling CI, resolving reviews, selecting a merge strategy, and monitoring post-merge production. This skill orchestrates that entire workflow end-to-end.

What is end-to-end PR landing and how does it handle merge strategies?

End-to-end PR landing is the automated orchestration of taking an open pull request to a merged state. It includes configurable merge strategies, guardrails, and error handling to ensure safe, auditable landings.

How do I monitor production readiness after merging a pull request?

Monitoring production readiness after a merge requires post-merge verification checks. This skill automates production monitoring immediately following the merge to ensure deployment stability.

Can I use automated PR landing workflows across typical software projects?

Automated PR landing workflows are designed for typical GitHub PR workflows across software projects. It handles open PRs by polling CI and performing merges with selected strategies universally.

How does automated review resolution work during a pull request merge?

Automated review resolution during a merge handles review feedback through automatic or guided fixes. This ensures review requirements are satisfied before executing the merge strategy.