Create Pr
Automatically generates draft pull requests from code changes detected in a Git repository.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ruchernchong-create-pr npx -- -y @trustedskills/ruchernchong-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ruchernchong-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ruchernchong-create-pr"
]
}
}
}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 analyze changes, generate commit messages based on those changes, and automatically open a pull request with a descriptive title and body. The tool streamlines the process of contributing to projects by handling much of the boilerplate work involved in creating a PR.
When to use it
- You're working on a feature branch and want to quickly create a pull request for review.
- You need to submit bug fixes or small changes to an open-source project.
- Your team wants to standardize the pull request creation process.
- You are frequently merging code into a main repository.
Key capabilities
- Automated PR creation on GitHub
- Generates commit messages based on changes
- Creates descriptive PR titles and bodies
Example prompts
- "Create a pull request for my feature branch 'new-login'."
- "Open a pull request with the title 'Fix: Incorrect date format' and a description of the bug fix."
- “Generate a pull request from my local changes.”
Tips & gotchas
This skill requires access to your GitHub repository. Ensure you have configured the necessary authentication credentials for the AI agent to interact with your GitHub account.
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.