Dev10x:gh-pr-merge

Validate GitHub pull requests and merge them after pre-merge checks.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-merge
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Dev10x:gh-pr-merge
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/gh-pr-merge
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-gh-pr-merge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, mcp__plugin_Dev10x_cli__*, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the pre-merge validation of pull requests, reducing the risk of premature merges and ensuring quality control.

Core Features & Use Cases

  • Pre-Merge Validation: Checks unresolved threads, CI status, draft state, mergeability, working copy, fixup commits, and review approval.
  • Merge Execution: Executes the gh pr merge command after successful validation.
  • Use Case: For example, a developer can use this Skill to validate and merge a pull request into the main branch automatically, following all necessary checks.

Quick Start

Use the Dev10x:gh-pr-merge skill to validate and merge the PR #42 into the main branch.

Frequently Asked Questions about Dev10x:gh-pr-merge

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

FAQPage Schema
How do I automate GitHub pull request validation before merging?▼

Automate GitHub pull request validation by running pre-merge checks for unresolved threads, CI status, draft state, mergeability, and review approval before executing the merge command.

What pre-merge checks should I run on a GitHub PR?▼

Pre-merge checks for a GitHub PR should verify unresolved threads, CI status, draft state, mergeability, working copy status, fixup commits, and review approval to ensure quality control.

Can I use the gh CLI to merge a pull request only after CI passes?▼

Yes, you can use the gh CLI to merge a pull request after validating that CI status passes, alongside checks for draft state, mergeability, and review approval.

Does automated PR merge validation work with draft pull requests?▼

Automated PR merge validation detects draft state and prevents premature merging, requiring the pull request to exit draft mode before executing the final merge command.

How do I prevent merging a GitHub PR with unresolved review threads?▼

Prevent merging a GitHub PR with unresolved threads by running an automated validation process that checks review approval and thread resolution before executing the merge.

Do I need a Claude plugin to automate GitHub PR merges?▼

Yes, automating GitHub PR merges requires access to the GitHub API and a configured Claude plugin to execute the necessary pre-merge validation checks and the merge command.