Create Pull Request
Automatically creates GitHub pull requests from a specified branch based on provided commit messages and descriptions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add warpdotdev-create-pull-request npx -- -y @trustedskills/warpdotdev-create-pull-request
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"warpdotdev-create-pull-request": {
"command": "npx",
"args": [
"-y",
"@trustedskills/warpdotdev-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 in a Git repository. It can take branch names and commit messages as input, simplifying the process of contributing code changes. The tool streamlines workflows by handling boilerplate tasks associated with creating pull request descriptions and initiating the PR on platforms like GitHub or GitLab.
When to use it
- You need to create a pull request from a specific branch after completing development work.
- You want to automate the creation of pull requests for minor bug fixes or documentation updates.
- Your team follows a strict branching and merging strategy, requiring frequent PR creation.
- You're working on a large project with multiple contributors and need to standardize the pull request process.
Key capabilities
- Creates pull requests in Git repositories.
- Accepts branch names as input.
- Utilizes commit messages for pull request descriptions.
- Supports GitHub and GitLab platforms (implied).
Example prompts
- "Create a pull request from the 'feature/new-login' branch."
- "Generate a pull request using the latest commits on the 'bugfix/typo' branch, with the message 'Fixes typo in documentation'."
- “Initiate a PR for changes made on the ‘release/v1.2’ branch.”
Tips & gotchas
The skill requires access to the Git repository and appropriate permissions to create pull requests. Ensure that your AI agent has been configured with the necessary credentials or tokens before using this skill.
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.