Gh Pr Review
Automates GitHub pull request reviews, checking code style, potential bugs, and adherence to project guidelines.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gh-pr-review npx -- -y @trustedskills/gh-pr-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gh-pr-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gh-pr-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, gh-pr-review, allows an AI agent to review GitHub pull requests. It can analyze code changes, identify potential issues, and provide feedback based on configured rules or guidelines. The tool aims to streamline the code review process by automating initial checks and suggesting improvements.
When to use it
- Automated Initial Review: Kick off a pull request review automatically when a new PR is opened.
- Enforcing Coding Standards: Ensure all contributions adhere to project-specific coding standards.
- Identifying Potential Bugs: Flag potential bugs or vulnerabilities introduced in the changes.
- Reducing Reviewer Load: Free up human reviewers to focus on more complex aspects of code quality and design.
Key capabilities
- GitHub Pull Request Analysis
- Code Change Assessment
- Automated Feedback Generation
- Configurable Rules & Guidelines
Example prompts
- "Review this pull request: [Pull Request URL]"
- "Analyze the changes in this PR for potential security vulnerabilities."
- "Check if this pull request adheres to our coding style guide."
Tips & gotchas
The skill requires access to a GitHub repository. Ensure the AI agent has appropriate permissions (read access) to the target repository to function correctly.
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.