Agent Pr Creator
Automatically drafts pull request descriptions based on commit messages and project context using advanced language models.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agent-pr-creator npx -- -y @trustedskills/agent-pr-creator
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agent-pr-creator": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agent-pr-creator"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The agent-pr-creator skill automates the creation of pull requests (PRs) based on a given repository and branch. It can generate PR titles, descriptions, and automatically assign reviewers. This streamlines the code review process by reducing manual effort and ensuring consistency in PR submissions.
When to use it
- Automated Feature Branch Merges: When you want to quickly create a pull request from a feature branch into your main development branch.
- Regular Code Updates: For projects requiring frequent updates, such as automated documentation or configuration changes.
- Onboarding New Developers: To guide new team members through the PR creation process and ensure adherence to established workflows.
- Automated Refactoring: When performing large-scale code refactorings that require multiple pull requests.
Key capabilities
- Generates PR titles
- Creates PR descriptions
- Assigns reviewers automatically
Example prompts
- "Create a pull request from branch 'feature/new-login' to 'main'."
- "Generate a pull request for the changes in 'fix/typo' with the title 'Fix: Corrected typo in documentation'."
- "Open a PR from my current branch targeting 'develop', assigning @user1 and @user2 as reviewers."
Tips & gotchas
The skill requires access to the target repository, so ensure appropriate permissions are configured for the AI agent. The quality of the PR title and description depends on the clarity and detail provided in the prompt.
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.