Auto Merge

Merge approved, conflict-free GitHub pull requests across multiple repositories.

17|1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/aaronjmars/miroshark-aeon --skill auto-merge-aaronjmars
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Auto Merge
Source: https://github.com/aaronjmars/miroshark-aeon/tree/main/skills/auto-merge
Command: npx skills add https://github.com/aaronjmars/miroshark-aeon --skill auto-merge-aaronjmars

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the merging process of open pull requests, reducing manual review time and ensuring timely code integration.

Core Features & Use Cases

  • Automatic PR Merging: Identifies pull requests with passing CI checks, no blocking reviews, and no conflicts, then merges them automatically.
  • Repository Monitoring: Reads memory files to determine target repositories and avoid redundant merges.
  • Use Case: Developers or team leads can set this Skill to automatically merge approved pull requests, saving time on routine merge approvals and maintaining workflow momentum.

Quick Start

Use the auto merge skill to automatically process open pull requests on your repositories, merging qualifying PRs without manual intervention.

Frequently Asked Questions about Auto Merge

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

FAQPage Schema
How do I automatically merge GitHub pull requests that pass CI checks?

You can automatically merge GitHub pull requests by using a script that filters for mergeable, approved, and conflict-free PRs. This Skill automates that exact continuous integration workflow process for multiple repositories.

Do I need the GitHub CLI to automate pull request merging?

Yes, you need the GitHub CLI installed to automate pull request merging. This Skill depends on the GitHub CLI to interact with repositories, check CI status, and execute the automated merges.

What conditions must a pull request meet to be merged automatically?

A pull request must be mergeable, approved, and conflict-free to be merged automatically. The Skill filters for PRs with passing CI checks and no blocking reviews before executing the merge.

Can I monitor multiple repositories for automatic PR merging?

Yes, you can monitor multiple repositories for automatic PR merging. The Skill reads memory files to determine target repositories and logs actions to avoid redundant merges and maintain transparency.

How does auto merging handle pull request logs for transparency?

Auto merging handles transparency by implementing custom log management. The Skill logs all automated merge actions, allowing developers to review the continuous integration workflow and maintain oversight.

Why use an automated merge script for continuous integration workflows?

Using an automated merge script for continuous integration workflows reduces manual review time and ensures timely code integration. It maintains workflow momentum by processing approved, passing PRs without human intervention.