Create Pr
Automatically generates draft pull requests from code changes, including title, body, and suggested reviewers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add squirrel289-create-pr npx -- -y @trustedskills/squirrel289-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"squirrel289-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/squirrel289-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, create-pr, automates the creation of pull requests in a Git repository. It can generate a new branch, commit changes with a provided message, and then create a pull request targeting a specified base branch. This streamlines the code review process and reduces manual effort for developers.
When to use it
- You need to quickly submit code changes for review without manually creating a branch and pull request.
- Automating repetitive tasks like submitting bug fixes or small feature additions.
- When working on a team where standardized pull request creation is desired.
- For continuous integration workflows that require automated pull request generation.
Key capabilities
- Creates new Git branches.
- Commits changes with custom commit messages.
- Generates pull requests targeting specified base branches.
Example prompts
- "Create a pull request from my current branch to
mainwith the message 'Fix: typo in documentation'." - "Generate a pull request for the changes I just made, targeting the
developbranch and using the commit message 'Add new feature X'." - “Make a PR with the message ‘Refactor: improve performance’ from my current working copy to the
release/1.0branch.”
Tips & gotchas
This skill requires access to a Git repository and appropriate permissions to create branches and pull requests. Ensure your AI agent has the necessary credentials configured beforehand for seamless 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.