Create Pr
Generates professional pull requests from code changes, automating review feedback and streamlining development workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cygnusfear-create-pr npx -- -y @trustedskills/cygnusfear-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cygnusfear-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cygnusfear-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The cygnusfear-create-pr skill automates the creation of pull requests on GitHub. It can generate a new branch, commit changes, and initiate a pull request based on provided instructions or detected modifications. This streamlines the development workflow by reducing manual steps involved in code contributions.
When to use it
- Automated Code Reviews: After an AI agent has made changes to files, automatically create a pull request for review.
- Feature Branching: Quickly spin up a new branch and PR when starting work on a new feature or bug fix.
- Documentation Updates: Generate a PR with changes to documentation files after the agent updates them.
- Regular Code Refactoring: Automate pull requests for refactored code, ensuring consistent contribution practices.
Key capabilities
- GitHub integration
- Branch creation
- Commit generation
- Pull request initiation
Example prompts
- "Create a pull request from the 'feature/new-login' branch."
- "Generate a PR for the changes made to
README.md." - "Initiate a pull request with the title 'Fix typo in documentation'."
Tips & gotchas
- Requires GitHub API credentials configured within the agent environment.
- Ensure the agent has write access to the target repository on 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.