Github Create Pr
Helps with GitHub, creation as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-create-pr npx -- -y @trustedskills/github-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to create pull requests in a GitHub repository. It automates the process of branching, committing changes, and submitting a PR with a specified title and description. The agent can be instructed to target specific base branches for the pull request.
When to use it
- Automating repetitive tasks: Create a PR for a minor code change or documentation update without manual steps.
- Code review workflows: Generate a PR based on changes made by another tool or script.
- Feature development: Initiate a new feature branch and create a draft pull request for early feedback.
- Bug fixes: Quickly open a PR to address identified bugs in the codebase.
Key capabilities
- Creates GitHub pull requests.
- Specifies target base branches.
- Sets the title of the pull request.
- Adds a description to the pull request.
Example prompts
- "Create a pull request for the changes in my local branch 'feature/new-button' targeting the main branch."
- "Generate a PR with the title 'Fix: Incorrect calculation' and describe it as 'Corrects the formula used in the report generation.'"
- "Open a pull request from branch 'bugfix/typo' to 'develop'."
Tips & gotchas
- The agent requires appropriate GitHub authentication credentials (e.g., a personal access token) to interact with your repositories. Ensure these are securely provided.
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.