Create Pr
Automatically generates draft pull requests from Nymbo's analysis, 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 nymbo-create-pr npx -- -y @trustedskills/nymbo-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nymbo-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nymbo-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nymbo-create-pr skill automates the creation of pull requests on GitHub. It can generate a new branch, commit changes with a provided message, and then initiate a pull request targeting a specified base branch. This streamlines the process of contributing code or suggesting changes to repositories.
When to use it
- You need to quickly submit a small change to a project without manually creating a pull request.
- You want to automate a repetitive task like submitting weekly status updates as a pull request.
- A developer wants to easily create a PR from a script or automated workflow.
- When collaborating on code and needing to propose changes in a structured way.
Key capabilities
- Creates new branches.
- Commits changes with custom messages.
- Initiates GitHub pull requests.
- Targets specific base branches for the pull request.
Example prompts
- "Create a pull request from my current branch to main, commit message 'Fix typo in documentation'."
- "Generate a new branch called 'feature/new-button', commit changes with 'Add new button' and create a PR against develop."
- “Make a pull request for the changes I’ve made, targeting the
releasebranch.”
Tips & gotchas
- Requires access to a GitHub repository. The AI agent will need appropriate permissions (read/write) to perform these actions.
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.