Pr Merge
Pr Merge automatically merges pull requests based on predefined rules, streamlining your workflow and saving valuable time.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pr-merge npx -- -y @trustedskills/pr-merge
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pr-merge": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pr-merge"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pr-merge skill automates the process of merging pull requests in a Git repository. It analyzes the changes introduced by the pull request, resolves conflicts if any, and creates a new commit with the merged result. This streamlines code integration workflows and reduces manual effort for developers.
When to use it
- Automating repetitive merge tasks on frequently updated branches.
- Resolving simple merge conflicts without requiring direct developer intervention.
- Creating a consistent merging process across multiple repositories or teams.
- Integrating changes from feature branches into the main development branch.
Key capabilities
- Pull request analysis
- Conflict resolution
- Automated commit creation
- Git repository interaction
Example prompts
- "Merge pull request #123 from user/feature-branch to main."
- "Resolve conflicts and merge the latest changes from develop into staging."
- "Create a new commit merging the updates in pull request number 456."
Tips & gotchas
This skill requires access to a Git repository and appropriate permissions to perform merge operations. Ensure that the AI agent has been configured with the correct credentials before attempting to use it.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.