Create Pr
Automatically generates draft pull requests from code changes based on commit messages and project conventions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add yonatangross-create-pr npx -- -y @trustedskills/yonatangross-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"yonatangross-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/yonatangross-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, yonatangross-create-pr, automates the creation of pull requests (PRs) in GitHub repositories. It can generate PR titles and descriptions based on provided context, streamlining the contribution workflow for developers. The skill aims to reduce manual effort associated with creating PRs while ensuring consistency in formatting and messaging.
When to use it
- You need to submit a change to an open-source project but want to quickly draft a pull request.
- Your team wants to standardize the process of creating pull requests, including title and description generation.
- You're automating a development workflow that requires frequent code contributions via PRs.
- You have a script or tool that generates changes and need to automatically create a corresponding pull request.
Key capabilities
- Generates pull request titles.
- Generates pull request descriptions.
- Integrates with GitHub repositories.
Example prompts
- "Create a PR for the 'fix-typo' branch, describing the correction of a typo in the documentation."
- "Generate a PR title and description for changes to the 'feature/new-login' branch that implement a new login flow."
- “Draft a pull request based on these commit messages: ‘Fix bug’, ‘Add unit tests’.”
Tips & gotchas
- The skill requires access to a GitHub repository. Ensure the AI agent has appropriate permissions (read and write) for the target repository.
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.