Gh Pr Create
Creates GitHub pull requests based on provided branch names and commit messages, streamlining code review workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gh-pr-create npx -- -y @trustedskills/gh-pr-create
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gh-pr-create": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gh-pr-create"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gh-pr-create skill automates the creation of GitHub pull requests. It allows you to specify a base branch, head branch, and title for the new PR, streamlining your development workflow. This skill significantly reduces manual steps when proposing changes in a repository.
When to use it
- You need to quickly create a pull request after making local code changes.
- You want to automate the creation of pull requests as part of a larger automation process.
- You're frequently submitting small bug fixes or feature additions and desire a faster workflow.
- When collaborating on projects, you can use it to initiate discussions around specific code modifications.
Key capabilities
- Creates GitHub Pull Requests
- Specifies base branch for the PR
- Specifies head branch for the PR
- Sets title for the new pull request
Example prompts
- "Create a pull request from my local changes, targeting the
mainbranch and titled 'Fix: Incorrect date format'." - "Generate a pull request with base branch
developand head branchfeature/new-button, named 'Add New Button Feature'." - “Please create a PR for the
bugfix/typobranch to be merged intomasterwith title ‘Fix: Typo in documentation’."
Tips & gotchas
- Ensure you have appropriate permissions within the GitHub repository. The AI agent will need access to create pull requests.
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.