Review Pr
Analyzes pull requests for code style, potential bugs, and adherence to project guidelines using automated checks.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add steipete-review-pr npx -- -y @trustedskills/steipete-review-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"steipete-review-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/steipete-review-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The steipete-review-pr skill automates code review of pull requests. It analyzes the changes proposed in a PR and provides feedback, including identifying potential issues and suggesting improvements. This helps streamline the development workflow and improve code quality by reducing manual review effort.
When to use it
- Automated Code Review: Integrate into your CI/CD pipeline to automatically review every pull request before merging.
- Early Feedback: Provide developers with immediate feedback on their changes, allowing for quicker iterations.
- Reducing Review Bottlenecks: Alleviate the burden of manual code reviews, especially in large projects or teams.
- Consistent Standards: Ensure all code adheres to established coding standards and best practices.
Key capabilities
- Automated pull request analysis
- Identification of potential issues
- Suggestion of improvements
- Integration with CI/CD pipelines (implied)
Example prompts
- "Review this pull request: [PR URL]"
- "Analyze the changes in this PR and provide feedback: [PR URL]"
- "Can you check for any potential issues in this code? [PR URL]"
Tips & gotchas
The skill requires access to the repository containing the pull requests. Ensure proper authentication and permissions are configured 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.