Create Pr
Automatically generates draft pull requests from marcqualie's analysis, streamlining code 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 marcqualie-create-pr npx -- -y @trustedskills/marcqualie-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"marcqualie-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/marcqualie-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 (PRs) on GitHub. It can generate a PR from a specified branch, automatically adding reviewers and setting labels based on predefined configurations. The skill streamlines the process of submitting code changes for review and integration into a project.
When to use it
- You need to regularly submit code changes to a GitHub repository.
- Your team follows a standardized pull request workflow with specific reviewers or labels.
- You want to automate repetitive tasks associated with creating PRs, such as adding reviewers.
- You're working on a project where consistent and automated PR creation is essential for efficient development.
Key capabilities
- Creates GitHub Pull Requests
- Adds reviewers to pull requests
- Sets labels on pull requests
- Works from specified branches
Example prompts
- "Create a pull request from the 'feature/new-login' branch."
- "Generate a PR for 'bugfix/typo', and add @user1 and @user2 as reviewers."
- "Make a pull request from 'develop' with the label 'urgent'."
Tips & gotchas
- Requires access to a GitHub repository and appropriate permissions.
- Ensure your environment is configured correctly with necessary credentials for interacting with GitHub.
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.