Create Pr
Automatically generates and submits pull requests to your Git repository based on defined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-pr npx -- -y @trustedskills/create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-pr skill automates the process of creating a pull request (PR) in version control systems like GitHub or GitLab. It can generate PRs based on specific branch names, commit messages, and descriptions, streamlining workflows for developers and DevOps teams.
When to use it
- Automate repetitive PR creation tasks after code reviews or testing cycles.
- Integrate into CI/CD pipelines to trigger PRs upon successful test runs.
- Use in collaboration workflows where multiple contributors need to submit changes systematically.
- Create PRs programmatically for feature branches based on predefined naming conventions.
Key capabilities
- Creates pull requests with customizable titles and descriptions.
- Supports integration with GitHub and GitLab APIs.
- Can be triggered via command-line interface or workflow automation tools.
- Accepts branch names, commit hashes, and target repositories as inputs.
Example prompts
- "Create a PR from the
feature/authbranch tomainwith the title 'Add user authentication'." - "Generate a pull request for the
fix/bug123branch using the latest commit hash." - "Submit a PR to the
developbranch with the message 'Update dependencies and fix linting errors.'"
Tips & gotchas
- Ensure that your environment has access to the required Git platform API tokens.
- Verify that the target repository exists and that you have write permissions for creating PRs.
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 |
🏢 Official
Published by the company or team that built the technology.