Pr Workflow
Automates PR creation, review assignment, and status updates within your GitHub repository based on defined rules.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pr-workflow npx -- -y @trustedskills/pr-workflow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pr-workflow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pr-workflow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The pr-workflow skill automates and streamlines pull request (PR) management tasks, such as creating, reviewing, and merging PRs. It integrates with version control systems to ensure efficient collaboration and code quality during the development process.
When to use it
- Automating repetitive PR creation tasks for feature branches.
- Enforcing code review policies before merging changes into main.
- Generating standardized PR templates for consistent documentation across teams.
Key capabilities
- Automated PR creation from branch commits.
- Integration with version control systems like Git.
- Enforcement of review and approval workflows.
Example prompts
- "Create a pull request for the
feature/user-authbranch." - "Check if all required reviews are completed before merging this PR."
- "Generate a PR template based on the latest commit message."
Tips & gotchas
- Ensure your version control system is properly configured and accessible to the AI agent.
- Review automated PRs carefully, as they may not account for nuanced code changes or team-specific rules.
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.