Create Pr
Automatically generates draft pull requests on GitHub based on helderberto's specified coding standards and project structure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add helderberto-create-pr npx -- -y @trustedskills/helderberto-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"helderberto-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/helderberto-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, helderberto-create-pr, automates the creation of pull requests (PRs) in Git repositories. It can be used to streamline code review workflows and reduce manual effort associated with merging changes. The skill takes a base branch, head branch, and title as input, then creates a PR on the specified repository.
When to use it
- Automatically create a PR after a developer completes a feature branch.
- Generate a PR for automated testing or CI/CD pipelines.
- Quickly initiate code review for small bug fixes or experimental changes.
- Delegate PR creation tasks to an AI agent within a development team.
Key capabilities
- Creates pull requests in Git repositories.
- Requires base branch, head branch and title as input.
Example prompts
- "Create a pull request from 'feature/new-login' to 'main' with the title 'Implement new login functionality'."
- "Generate a PR for the changes in 'bugfix/typo' targeting 'develop', titled 'Fix typo on homepage'."
- "Please create a pull request using branch 'release/1.2.3' into 'main' and name it 'Release version 1.2.3'"
Tips & gotchas
The skill requires appropriate Git permissions to create PRs in the target repository. Ensure that the AI agent has access rights before attempting to use this skill.
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.