Pull Requests
This skill automatically generates pull request descriptions based on code changes, saving developers time and ensuring consistent documentation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pull-requests npx -- -y @trustedskills/pull-requests
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pull-requests": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pull-requests"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with and manage pull requests on code repositories. It can be used to review changes, merge or reject PRs, and provide feedback to contributors. The agent can automate parts of the pull request workflow, streamlining development processes.
When to use it
- Code Review Automation: Automatically analyze new pull requests for potential issues based on defined criteria.
- Merge Request Management: Assist in merging approved pull requests or flagging those requiring further attention.
- Contributor Feedback: Provide automated feedback to developers submitting pull requests, ensuring code quality and adherence to standards.
- Release Preparation: Help prepare a release by reviewing and organizing pending pull requests.
Key capabilities
- Pull request review
- Merge/Reject PRs
- Automated feedback generation
Example prompts
- "Review the latest pull request for feature X."
- "Can you merge this pull request if all tests pass?"
- "Provide feedback on the changes in this pull request, focusing on code style."
Tips & gotchas
This skill requires access to a code repository (e.g., GitHub, GitLab) and appropriate permissions to interact with pull requests. Ensure the agent is properly authenticated before use.
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.