Create Pr
Automatically generates draft pull requests from code changes, streamlining collaboration and review workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add melvynx-create-pr npx -- -y @trustedskills/melvynx-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"melvynx-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/melvynx-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The melvynx-create-pr skill automates the process of creating pull requests on GitHub. It can analyze changes, draft a commit message based on those changes, and initiate a pull request to a specified branch. This streamlines code review workflows and reduces manual effort for developers.
When to use it
- You've made local changes and want to quickly create a pull request without manually formatting the commit message or navigating GitHub.
- A team wants to standardize the pull request creation process with consistent commit messages.
- Automating the creation of PRs from feature branches after code completion.
- Generating initial draft PRs for review, allowing for early feedback on proposed changes.
Key capabilities
- GitHub integration
- Automatic commit message generation
- Pull request initiation
Example prompts
- "Create a pull request to the
developbranch with the current changes." - "Generate a draft PR for my local commits, targeting the
feature/new-uibranch." - "Initiate a pull request using the latest changes and suggest a commit message summarizing them."
Tips & gotchas
The skill requires access to your GitHub repository. Ensure you have configured appropriate authentication credentials within the AI agent's environment for it to function correctly.
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.