Merges approved PRs safely. Automates pre-flight checks, squash merging, and issue status transitions.

Install

mkdir -p .claude/skills/land-hojinzs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18271" && unzip -o skill.zip -d .claude/skills/land-hojinzs && rm skill.zip

Installs to .claude/skills/land-hojinzs

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Merge an approved PR during the Land state. Runs pre-flight checks, performs squash merge, completes post-merge bookkeeping, and transitions the issue to Done.
159 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Verify human approval for a pull request
  • Check required CI checks status for a pull request
  • Ensure branch is up-to-date with its base
  • Confirm changeset presence if labeled
  • Perform a squash merge of an approved pull request
  • Transition an issue to 'Done' after merge

How it works

The skill performs pre-flight checks on a pull request, including approvals and CI status, then executes a squash merge and updates the associated issue's status and workpad.

Inputs & outputs

You give it
An issue in the 'Land' state with a linked pull request
You get back
A squash-merged pull request, an updated issue status, and a record of the merge in the workpad

When to use land

  • Merging an approved pull request
  • Moving a task to done after merge
  • Performing automated PR bookkeeping

About land

Checks PR status, runs pre-flight validations, performs a squash merge, and updates project issue tracking. Operates unattended until a blocker occurs.

Merge an approved PR during the Land state. Runs pre-flight checks, performs squash merge, completes post-merge bookkeeping, and transitions the issue to Done.

When not to use it

  • When the issue is not in the `Land` state
  • When the pull request is not approved
  • When merge strategies other than squash merge are required

Limitations

  • Only performs squash merges
  • Requires at least one human approval and green required CI checks
  • Does not modify the issue body

How it compares

This workflow automates the merging of approved pull requests with pre-flight checks and post-merge bookkeeping, ensuring adherence to project policies without manual intervention.

Compared to similar skills

land side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
land (this skill)03moReviewIntermediate
resolve-conflicts819moReviewIntermediate
git-advanced-workflows113moReviewAdvanced
nx-workspace47moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry