land

Automate code review and batch merging of approved branches into the trunk.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/bildzeitung/lode --skill land-bildzeitung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: land
Source: https://github.com/bildzeitung/lode/tree/main/.claude/skills/land
Command: npx skills add https://github.com/bildzeitung/lode --skill land-bildzeitung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, bd, opus, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the code review and merge process, ensuring that all changes to the 'trunk' branch are reviewed and merged in a structured and efficient manner.

Core Features & Use Cases

  • Automated Review: Dispatches a separate review skill to perform semantic review on each branch.
  • Batch Merge: Merges all approved branches into the trunk in a single batch operation.
  • Conflict Handling: Automatically handles conflicts and prompts for rebase if necessary.
  • Use Case: Ideal for teams that want to streamline their code review and deployment process, reducing the manual effort required for merging code changes into the main branch.

Quick Start

Use the land skill to merge all approved branches into the trunk.

Frequently Asked Questions about land

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

FAQPage Schema
How do I automate code review and merge multiple branches into the trunk?

Automated code review and batch merging is handled by draining the ready-for-land queue, performing semantic reviews, and merging approved branches into the trunk in a single operation.

What is a trunk-based merge queue and how does it manage branch cleanup?

A trunk-based merge queue manages branch cleanup by draining approved branches, batch-merging them into the trunk, and automatically cleaning up the merged branches afterward.

Do I need git and opus to automate my software deployment merge process?

Yes, automating the merge process requires git for branch management, bd for build dependency tracking, and opus as the AI assistant to conduct the semantic code reviews.

How are merge conflicts handled during automated batch merging into the main branch?

Automated batch merging handles conflicts by detecting them during the trunk merge and automatically prompting the developer for a rebase if necessary to resolve the issues.

What's the best way to streamline trunk management for a large queue of ready branches?

Streamlining trunk management is best achieved by automating the drain of the ready-for-land queue, batch-merging all semantically approved branches together, and cleaning up merged branches.