Create Pr
Automatically creates GitHub pull requests from suggested code changes based on provided instructions and context.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add glennguilloux-create-pr npx -- -y @trustedskills/glennguilloux-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"glennguilloux-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/glennguilloux-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The glennguilloux-create-pr skill automates the creation of pull requests on GitHub. It streamlines your workflow by taking changes and automatically generating a new branch, committing those changes, pushing them to a remote repository, and finally creating a pull request. This significantly reduces manual steps involved in contributing code or proposing changes.
When to use it
- You've made local changes and want to quickly create a pull request for review.
- You are collaborating on a project and need to easily share your work with others.
- You want to automate the process of submitting bug fixes or feature requests.
- You’re working in an environment where frequent code contributions are necessary.
Key capabilities
- Automated branch creation
- Commit generation
- Remote repository pushing
- Pull request creation on GitHub
Example prompts
- "Create a pull request for my local changes."
- "Generate a pull request from the current working directory."
- "Make a pull request with the title 'Fix: Issue #123'."
Tips & gotchas
This skill requires access to a GitHub repository and appropriate permissions to create branches and pull requests. Ensure your environment is properly configured with necessary credentials for seamless integration.
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.