Create Pull Request
Automatically creates pull requests from specified branches within a designated repository based on defined criteria.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hrdtbs-create-pull-request npx -- -y @trustedskills/hrdtbs-create-pull-request
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hrdtbs-create-pull-request": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hrdtbs-create-pull-request"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of pull requests in a Git repository. It can generate a new branch, commit changes, and then initiate a pull request to a specified target branch within that repository. This streamlines code contribution workflows and reduces manual effort for developers.
When to use it
- You need to automate repetitive tasks like creating pull requests after making small code adjustments.
- A developer wants to quickly propose changes without manually navigating Git commands.
- Automating the creation of a pull request from a specific branch based on automated testing results.
- Generating a pull request for documentation updates or other non-code related contributions.
Key capabilities
- Creates new branches in a Git repository.
- Commits changes to a specified branch.
- Initiates a pull request to a target branch.
Example prompts
- "Create a pull request from the 'feature/new-button' branch to the 'main' branch."
- "Generate a pull request for the changes in the 'bugfix/typo' branch, targeting 'develop'."
- "Please create a new pull request with the commit message 'Fix: Updated documentation'."
Tips & gotchas
- Ensure the AI agent has appropriate permissions (write access) to the Git repository.
- The skill requires knowledge of the repository URL and target branch names for proper operation.
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.