Create Pr
Generates compelling press releases aligned with brand voice and target audience, optimized for media outreach.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add thebushidocollective-create-pr npx -- -y @trustedskills/thebushidocollective-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"thebushidocollective-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/thebushidocollective-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, create-pr, automates the process of creating pull requests in a Git repository. It can analyze changes, draft commit messages, and initiate the pull request creation workflow on platforms like GitHub or GitLab. The tool streamlines code review and collaboration by reducing manual steps involved in submitting changes.
When to use it
- Automated Code Review: When you want to automatically create a pull request for changes made by an AI agent during development tasks.
- Continuous Integration/Continuous Delivery (CI/CD): Integrate this skill into your CI/CD pipeline to automate the creation of pull requests from automated testing or build processes.
- Feature Branch Workflow: Quickly generate pull requests from feature branches for easier code review and merging.
- Collaboration with Teams: Facilitate collaboration by automatically creating PRs based on AI agent contributions, ensuring changes are readily available for team feedback.
Key capabilities
- Creates pull requests in Git repositories.
- Supports GitHub and GitLab platforms.
- Automates the creation workflow.
- Drafts commit messages.
- Analyzes changes.
Example prompts
- "Create a pull request from my current branch."
- "Generate a PR for the changes made in the 'feature/new-ui' branch."
- "Initiate a pull request with the title 'Implement user authentication'."
Tips & gotchas
The skill requires access to your Git repository and appropriate permissions to create branches and pull requests. Ensure that the AI agent has been configured with the necessary credentials for the target platform (GitHub or GitLab).
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.