Create Pr
Automatically generates draft pull requests from code changes, streamlining review workflows for vkehfdl1 users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add vkehfdl1-create-pr npx -- -y @trustedskills/vkehfdl1-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"vkehfdl1-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/vkehfdl1-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 on GitHub. It can generate a new branch based on your instructions and create a PR targeting a specified base branch. The skill streamlines the process of contributing code or suggesting changes to repositories.
When to use it
- You need to contribute a small change to an open-source project but want to avoid manual branching and pull request creation.
- You are reviewing someone else's work and want to quickly propose modifications with a formal pull request.
- You’re automating a workflow that involves submitting code changes, such as generating documentation updates.
- You need to create a PR from a specific commit or tag in a repository.
Key capabilities
- Creates new branches based on user instructions.
- Generates pull requests targeting specified base branches.
- Works with GitHub repositories.
Example prompts
- "Create a pull request for the changes in branch 'feature/new-button' to target 'main'."
- "Generate a PR from commit
a1b2c3d4to thedevelopbranch." - “Make a pull request based on tag
v1.0.0targetingrelease. ”
Tips & gotchas
- Ensure you have appropriate permissions (write access) to the target GitHub repository for this skill to function correctly.
- The skill requires accurate information about branch and commit names or tags; incorrect input will result in errors.
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.