enter-merge-queue

Automate GitHub Pull Request merging by monitoring CI and addressing review feedback.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/a2f0/tearleads --skill enter-merge-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enter-merge-queue
Source: https://github.com/a2f0/tearleads/tree/main/.codex/skills/enter-merge-queue
Command: npx skills add https://github.com/a2f0/tearleads --skill enter-merge-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, agentTool.ts, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your Pull Requests (PRs) are merged smoothly by automatically handling Continuous Integration (CI) checks, addressing code review feedback, and waiting for the PR to be successfully merged.

Core Features & Use Cases

  • Automated CI/CD Management: Monitors and resolves CI failures, ensuring code quality.
  • Review Feedback Handling: Integrates with AI code reviewers (like Gemini) to address feedback.
  • Merge Queue Navigation: Manages dependencies for roll-up PRs and yields to high-priority PRs.
  • Use Case: When you need to ensure a critical PR goes through the merge queue without manual intervention, especially when dealing with CI issues or review comments.

Quick Start

Use the enter merge queue skill to babysit my PR through the merge queue until it is merged.

Frequently Asked Questions about enter-merge-queue

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

FAQPage Schema
How do I automatically monitor CI status and merge a GitHub Pull Request?

Automatically monitor CI status and merge a GitHub Pull Request by using an automated merge queue process that continuously checks CI checks, resolves failures, and enables auto-merge without manual intervention.

How does a merge queue handle roll-up PR dependencies and high-priority PRs?

A merge queue handles roll-up PR dependencies by managing their execution order and yields to high-priority PRs, ensuring efficient merge queue progression and smooth integration of complex changes.

Do I need GitHub CLI and Git installed to automate PR merging?

Yes, you need Git, GitHub CLI, and custom agent tooling scripts installed to automate PR merging, as these dependencies are required to execute the continuous monitoring and auto-merge commands.

Can I address AI code review feedback automatically during the merge process?

Yes, you can address AI code review feedback automatically during the merge process by integrating with AI code reviewers like Gemini to resolve comments and ensure code quality before merging.

What is the best way to ensure a critical PR goes through the merge queue without failing?

The best way to ensure a critical PR goes through the merge queue is to automate CI/CD management, address review feedback, and handle dependencies to guarantee the PR merges successfully.

Why does my PR get stuck in the merge queue when CI checks fail?

Your PR gets stuck in the merge queue because CI checks fail, but an automated merge queue process can monitor and resolve these CI failures to unblock the PR and enable auto-merge.