merge-pr

Automate pull request merging with validation, quality gates, and branch cleanup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/maxton76/stall-bokning --skill merge-pr-maxton76
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-pr
Source: https://github.com/maxton76/stall-bokning/tree/main/.claude/skills/merge-pr
Command: npx skills add https://github.com/maxton76/stall-bokning --skill merge-pr-maxton76

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire pull request merge process, ensuring quality gates are met, branches are cleaned up, and clear deployment guidance is provided, saving developers significant manual effort and reducing errors.

Core Features & Use Cases

  • Automated Validation: Checks PR status, conflicts, approvals, and CI checks.
  • Quality Gates: Runs automated tests and checks before merging.
  • Intelligent Merging: Selects appropriate merge strategy (squash, merge, rebase) based on branch.
  • Cleanup: Automatically deletes merged branches and prunes remote tracking.
  • Deployment Guidance: Provides environment-specific deployment commands post-merge.
  • Use Case: After completing code reviews and implementing feedback on a feature branch, a developer can simply run /merge-pr to have the system handle all subsequent steps, from validation to cleanup and deployment instructions.

Quick Start

Run the merge pr skill for the current pull request.

Frequently Asked Questions about merge-pr

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

FAQPage Schema
How do I automate pull request merge validation and branch cleanup?

Automating pull request merge validation and branch cleanup involves checking PR status, conflicts, and approvals before merging, then deleting the merged branch and pruning remote tracking references automatically.

What is the best way to select a merge strategy for different Git branches?

Selecting a Git merge strategy dynamically chooses between squash, merge, and rebase based on the target branch to ensure intelligent merging that aligns with workflow requirements and quality gates.

Can I integrate issue tracking and code review processes into a GitHub merge workflow?

Integrating issue tracking and code review into a GitHub merge workflow ensures a seamless transition from development to deployment by validating approvals and CI checks before the pull request merges.

How do I execute quality gates and automated tests before merging a pull request?

Executing quality gates before merging a pull request runs automated tests and CI checks to validate PR status, ensuring all required quality criteria are met before proceeding with the merge operation.

Does automated PR merging provide environment-specific deployment guidance after completion?

Automated PR merging provides environment-specific deployment commands and guidance immediately after the merge completes, directing the transition from validated code to the appropriate deployment environment.