Create Pr
Automatically generates draft pull requests from code changes based on provided commit messages and branch information.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add tenfyzhong-create-pr npx -- -y @trustedskills/tenfyzhong-create-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"tenfyzhong-create-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/tenfyzhong-create-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, tenfyzhong-create-pr, automates the creation of pull requests (PRs) in software development workflows. It streamlines the process by generating PR descriptions and automatically opening a new PR based on provided branch names. This reduces manual effort and ensures consistency in code review processes.
When to use it
- You need to create a pull request from a specific branch after completing a feature or bug fix.
- Your team wants to standardize the process of creating PRs with consistent descriptions.
- You're automating repetitive tasks within your development workflow, such as merging code changes.
- You want to quickly open a PR for review without manually filling out details.
Key capabilities
- Generates pull request descriptions.
- Automatically opens new pull requests.
- Supports specifying branch names for the PR.
Example prompts
- "Create a pull request from 'feature/new-login' with the description 'Implements user login functionality'."
- "Open a PR from 'bugfix/typo' describing it as 'Fixes typo on homepage'."
- "Generate a PR for branch 'refactor/database' detailing database refactoring changes."
Tips & gotchas
This skill requires access to the relevant Git repository and appropriate permissions to create pull requests. Ensure the provided branch names are accurate and exist in the 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.