🔀
DevOpsRust

AgentBro PR Merge

by shirenchuang

AgentBro PR Merge is a DevOps skill for Claude Code, published by shirenchuang in agentbro.

212 stars30 forkson shirenchuang/agentbroAdded 2026/09/04Repository updated 2026/08/04
agent-toolsai-agentsclaude-codecoding-agentcursordesktop-appdeveloper-toolsdynamic-islandgemini-clilocal-firstmacosmcpopenai-codexreactrusttauritypescript
Install in seconds
Install AgentBro PR Merge
Copy AgentBro PR 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/shirenchuang/agentbro/tree/main/skills/agentbro-pr-merge ~/.claude/skills/agentbro-pr-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/shirenchuang/agentbro.git

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

In this catalog

Source file
skills/agentbro-pr-merge/SKILL.md in shirenchuang/agentbro
Installs to
~/.claude/skills/agentbro-pr-merge
Collection
One of 3 skills cataloged from this repository
Category
DevOps920 skills

What AgentBro PR Merge does

AgentBro PR Merge handles pull request triage, CI fixes, approval, and merging for the AgentBro repository. Use it when working on PRs to dev or main, especially for external contributors and attribution-sensitive merges.

AgentBro PR Merge is cataloged under DevOps on DirSkills. AgentBro PR Merge comes from a repository tagged agent-tools, ai-agents, claude-code, coding-agent and cursor.

Documentation

README

AgentBro PR Merge

Use this skill for AgentBro pull request triage and merge work.

Rules

  • Start with git status --short --branch.
  • PRs should target dev unless the maintainer explicitly says otherwise.
  • Do not merge while required checks are failing or missing.
  • For external contributor PRs, prefer Squash and merge into dev so GitHub can attribute the squash commit to the PR author.
  • Do not squash dev into main during release. Release merges should preserve commits with git merge --no-ff origin/dev.
  • If a fork PR has maintainerCanModify: true, small mechanical fixes may be pushed to the contributor branch. Keep them scoped and explain them.

Standard Flow

  1. Inspect the PR:

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

Frequently asked about AgentBro PR Merge

  • What else does shirenchuang publish alongside AgentBro PR Merge?

    AgentBro PR Merge is one of 3 skills that DirSkills catalogs from shirenchuang/agentbro, the repository it ships in. Its siblings there include AgentBro Release and Source Command Check. Each one is a separate skill with its own page in this directory, installs the same way AgentBro PR Merge does, and is maintained by shirenchuang in that same repository. The rest of the collection is listed on the shirenchuang/agentbro page.

  • How does AgentBro PR Merge compare to other DevOps skills?

    AgentBro PR Merge ranks #825 by stars among the 920 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 AgentBro PR Merge against them. Open each page to compare what they document and how they install.