merge-pr

Verify and merge GitHub pull requests using the GitHub CLI.

1|Updated Jun 25, 2026
One-click install
npx skills add https://github.com/dyoshikawa/webseek --skill merge-pr-dyoshikawa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-pr
Source: https://github.com/dyoshikawa/webseek/tree/main/.rulesync/skills/merge-pr
Command: npx skills add https://github.com/dyoshikawa/webseek --skill merge-pr-dyoshikawa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the repetitive and error-prone process of verifying, checking, and merging GitHub pull requests, ensuring that all CI requirements are met before code is integrated.

Core Features & Use Cases

  • Automated Verification: Automatically identifies the correct PR, checks its mergeability, and validates the status of all GitHub Actions workflows.
  • Safe Merging: Executes the merge using administrative privileges while providing a safety net to prevent merging broken or unverified code.
  • Post-Merge Cleanup: Automatically leaves a thank-you comment for the author and cleans up the local branch to keep your workspace organized.

Quick Start

Use the merge-pr skill to verify and merge the pull request associated with the current branch.

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 merging with CI checks?

Automating GitHub pull request merging with CI checks is achieved by using the GitHub CLI to identify the correct PR, validate GitHub Actions workflows, and safely merge the branch once requirements are met. Post-merge cleanup is also handled automatically.

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

Yes, you need the GitHub CLI installed to automate PR verification and merging. The GitHub CLI must be installed and authenticated with appropriate repository permissions to check mergeability and execute the merge.

Can I automatically check GitHub Actions status before merging a pull request?

You can automatically check GitHub Actions status before merging a pull request by running an automated workflow that validates all GitHub Actions workflows and confirms PR mergeability prior to executing the merge command.

What is the best way to clean up local branches after merging a GitHub pull request?

The best way to clean up local branches after merging a GitHub pull request is using an automated workflow that executes the merge, leaves a thank-you comment for the author, and then automatically cleans up the local branch to keep your workspace organized.

Why does automated PR merging prevent broken code integration?

Automated PR merging prevents broken code integration by providing a safety net that validates the status of all GitHub Actions workflows and checks PR mergeability before allowing administrative privileges to execute the merge.

Can I use automated PR merging for software development workflows requiring CI validation?

Yes, you can use automated PR merging for software development workflows requiring CI validation. The process applies to workflows needing CI check validation, PR status monitoring, and automated branch cleanup to ensure safe code integration.