pr-merge

Automate the full Pull Request lifecycle from commit to merge.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill pr-merge-astra-technology-company-limited
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-merge
Source: https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology/tree/main/skills/pr-merge
Command: npx skills add https://github.com/ASTRA-TECHNOLOGY-COMPANY-LIMITED/astra-methodology --skill pr-merge-astra-technology-company-limited

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire Pull Request (PR) process, from initial commit to final merge, automating repetitive tasks and ensuring code quality.

Core Features & Use Cases

  • End-to-End Automation: Manages the full cycle: commit, push, PR creation, code review, issue fixing, re-review, and merging.
  • Iterative Review: Automatically handles multiple rounds of code review and fixes until quality standards are met.
  • Version Bumping: Integrates semantic versioning for plugin updates.
  • Use Case: A developer can initiate a /pr-merge command after pushing their changes, and the Skill will handle creating the PR, getting it reviewed by an AI agent, fixing identified issues, and merging it once approved, significantly reducing manual overhead.

Quick Start

Run /pr-merge to automate the PR creation, review, and merge process.

Frequently Asked Questions about pr-merge

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

FAQPage Schema
How do I automate pull request creation and merging in GitHub?

Automating pull request creation and merging is handled by validating a clean Git state and GitHub CLI authentication, then managing the commit, push, PR creation, and final merge for you. It uses an AI agent to review code and fix issues iteratively before merging.

Can I automate code review and issue fixing before a PR is merged?

Yes, automated code review and issue fixing are supported through iterative review cycles. An AI agent reviews the pull request, fixes identified issues, and repeats this process until quality standards are met or configurable maximum iterations are reached.

What do I need to set up before automating my Git PR lifecycle?

Before automating your Git PR lifecycle, you need a clean Git state, valid GitHub CLI authentication, and a verified branch status. These prerequisites are validated automatically before the commit, push, and merge execution begins.

Does automated PR merging support version bumping for plugin projects?

Automated PR merging supports version bumping for plugin projects by integrating semantic versioning. This ensures your plugin updates receive proper version increments during the pull request lifecycle before the final merge.

What happens if AI code review finds issues during PR automation?

When AI code review finds issues during PR automation, the Skill automatically fixes the identified problems and initiates a re-review. This iterative cycle continues until code quality standards are met or the maximum iteration limit is reached.

How many review cycles does automated PR merging attempt before failing?

Automated PR merging manages iterative review cycles with configurable maximum iterations. It will attempt to fix issues and re-review the code until standards are met or the configured iteration limit is reached, preventing infinite loops.