merge-pr

Wait for CI checks and merge GitHub pull requests with a chosen strategy.

1|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/drillan/mixseek-plus --skill merge-pr-drillan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-pr
Source: https://github.com/drillan/mixseek-plus/tree/main/.claude/skills/merge-pr
Command: npx skills add https://github.com/drillan/mixseek-plus --skill merge-pr-drillan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of watching a pull request, waiting for checks, and then merging it safely with the right strategy.

Core Features & Use Cases

  • CI-Aware Merging: Waits for required checks to finish before attempting merge.
  • Strategy Control: Supports squash, merge commit, and rebase workflows.
  • Cleanup Automation: Handles branch switching, pulling updates, and worktree removal after the merge.
  • Use Case: A maintainer can hand off a pull request number and let the Skill complete the full merge workflow without babysitting status checks.

Quick Start

Ask the assistant to merge pull request 123 using the preferred strategy after all CI checks pass.

Frequently Asked Questions about merge-pr

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

FAQPage Schema
How do I automate GitHub pull request merges after CI checks pass?

Squash merge, merge commit, and rebase merges are all supported. This Skill applies the chosen merge strategy after confirming PR validation and required CI checks pass, ensuring the correct commit history format is maintained.

What is the best way to wait for CI checks before merging a pull request?

Yes, branch cleanup is handled automatically. After merging a pull request, the Skill manages branch switching, pulls updates, and removes the worktree to maintain a clean local repository state.

Can I use a specific merge strategy like squash or rebase for automated pull request merging?

Squash merge, merge commit, and rebase merges are all supported. This Skill applies the chosen merge strategy after confirming PR validation and required CI checks pass, ensuring the correct commit history format is maintained.

Does automated pull request merging handle branch cleanup and worktree removal?

Yes, branch cleanup is handled automatically. After merging a pull request, the Skill manages branch switching, pulls updates, and removes the worktree to maintain a clean local repository state.