Review Pr
Reviews pull requests from GitHub repositories, providing automated feedback on code style and potential issues.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mblode-review-pr npx -- -y @trustedskills/mblode-review-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mblode-review-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mblode-review-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to review pull requests, helping teams automate code quality checks and streamline the merge process. It acts as a gatekeeper to ensure changes meet project standards before they are integrated into the main branch.
When to use it
- Automating initial code reviews for open-source projects with high submission volume.
- Enforcing consistent coding standards across large development teams.
- Reducing manual review time by flagging obvious errors or missing documentation.
- Integrating directly into CI/CD pipelines to block merges on critical issues.
Key capabilities
- Automated analysis of pull request content.
- Identification of potential code quality issues.
- Streamlined feedback generation for developers.
Example prompts
- "Review the latest pull request and summarize any critical bugs found."
- "Check if this PR includes the required documentation updates before merging."
- "Analyze the code changes in this branch against our style guide."
Tips & gotchas
Ensure your repository has clear coding standards defined, as the skill relies on these to provide accurate feedback. While effective for general quality checks, complex architectural decisions may still require human oversight.
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.