🔀
AutomationGo

Pull Request Merge

by AgentsMesh

Pull Request Merge is an Automation skill for Claude Code, published by AgentsMesh in AgentsMesh.

2.3K stars238 forkson AgentsMesh/AgentsMeshAdded 2026/08/18+1% in starsRepository updated 2026/08/03
agent-orchestrationagentsmeshai-agentai-agent-workforce-platformai-codingaiderclaude-codecodex-cligemini-climulti-agentself-hosted
Install in seconds
Install Pull Request Merge
Copy Pull Request Merge into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/AgentsMesh/AgentsMesh/tree/main/agents/skills/gh-merge ~/.claude/skills/gh-merge

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/AgentsMesh/AgentsMesh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agents/skills/gh-merge/SKILL.md in AgentsMesh/AgentsMesh
Installs to
~/.claude/skills/gh-merge
Collection
One of 5 skills cataloged from this repository
Category
Automation1523 skills

What Pull Request Merge does

Pull Request Merge completes the GitHub pull-request workflow—committing scoped changes, rebasing, opening or reusing a PR, monitoring checks, fixing failures, and merging after verification—when the user asks to merge, submit, or land repository changes.

Pull Request Merge is cataloged under Automation on DirSkills. Pull Request Merge comes from a repository tagged agent-orchestration, agentsmesh, ai-agent, ai-agent-workforce-platform and ai-coding.

Documentation

README

GitHub Merge

GitHub is the development source of truth for this repository. Land changes through a GitHub pull request; do not create a GitLab merge request for product code.

Workflow

  1. Inspect repository state:

    git status --short --branch
    git branch --show-current
    git remote -v
    gh auth status --hostname github.com
    

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Pull Request Merge

  • What else does AgentsMesh publish alongside Pull Request Merge?

    Pull Request Merge is one of 5 skills that DirSkills catalogs from AgentsMesh/AgentsMesh, the repository it ships in. Its siblings there include Arch Check, E2E Testing and GitLab Mirror Sync. Each one is a separate skill with its own page in this directory, installs the same way Pull Request Merge does, and is maintained by AgentsMesh in that same repository. The rest of the collection is listed on the AgentsMesh/AgentsMesh page.

  • How does Pull Request Merge compare to other Automation skills?

    Pull Request Merge ranks #480 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Pull Request Merge against them. Open each page to compare what they document and how they install.