Github Pr Review
Helps with GitHub, code review as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add github-pr-review npx -- -y @trustedskills/github-pr-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"github-pr-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/github-pr-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The github-pr-review skill enables AI agents to analyze and provide feedback on GitHub pull requests. It can review code changes, identify potential issues, suggest improvements, and generate concise summaries of the PR's purpose and impact.
When to use it
- To automate initial code reviews for pull requests in a development workflow
- When you need quick insights into the quality and clarity of proposed changes
- For teams looking to streamline their CI/CD pipeline with AI-assisted feedback
Key capabilities
- Analyzes GitHub pull request diffs
- Identifies potential bugs or style issues
- Suggests code improvements and optimizations
- Summarizes the purpose and scope of a PR
Example prompts
- "Review this GitHub pull request and highlight any potential issues."
- "Provide feedback on the changes in this PR, focusing on code quality and best practices."
- "Summarize the main changes in this GitHub pull request for the team."
Tips & gotchas
- Ensure that the AI agent has access to the repository and proper authentication credentials to fetch PR details.
- This skill works best with clear, well-documented changes; ambiguous or overly complex diffs may lead to less accurate feedback.
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.