What problem does it solve?
Merging into master in this repository is blocked for direct methods like gh pr merge, so developers must route every PR through the Trunk merge queue, watch its progress, and interpret failures correctly — a process that is easy to get wrong without guidance.
Core Features & Use Cases
- Queue-based merging: Enqueue a PR with a
/trunk merge comment after preflight checks on draft state, required checks, conflicts, and review approval.
- Stack support: Merge an entire stacked PR chain atomically by commenting on the top PR, with per-layer preflight validation.
- Monitoring and failure triage: Watch the Trunk Merge Queue check run until the PR merges or is kicked out, then read the authoritative check run output to classify the failure.
- Use Case: A developer finishes a stacked feature branch and asks the agent to land it; the agent validates each layer, enqueues the top PR, monitors the queue, and reports the merge commit.
Quick Start
Ask the agent to merge PR number 123 through the Trunk merge queue and watch it until it lands.