Create Pull Request
Automatically generates and submits pull requests to your repository based on yonderlab's analysis and suggested changes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yonderlab-create-pull-request npx -- -y @trustedskills/yonderlab-create-pull-request
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yonderlab-create-pull-request": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yonderlab-create-pull-request"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the creation of pull requests on GitHub. It can generate a new branch, commit changes based on provided instructions, and then create a pull request targeting a specified base branch. The agent can also handle adding reviewers to the created pull request.
When to use it
- You need to automate code review workflows for small feature additions or bug fixes.
- A developer needs assistance in creating a pull request from changes made locally.
- You want to streamline the process of contributing to open-source projects.
- Automating repetitive tasks like merging documentation updates into a main branch.
Key capabilities
- Creates new branches on GitHub.
- Commits changes based on provided instructions.
- Generates pull requests targeting specified base branches.
- Adds reviewers to the created pull request.
Example prompts
- "Create a pull request from my local changes, targeting the
mainbranch and add @user1 and @user2 as reviewers." - "Generate a new branch called 'fix-typo' and create a pull request against 'develop'."
- “Commit these changes to a new branch named ‘update-readme’ and submit a pull request.”
Tips & gotchas
- Ensure the AI agent has appropriate permissions (write access) to the GitHub repository.
- The accuracy of commit messages depends on the clarity of instructions provided in the prompt.
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.