Gh Pr Review
Analyzes pull requests using GitHub's API, identifying potential issues and suggesting improvements for code quality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add agynio-gh-pr-review npx -- -y @trustedskills/agynio-gh-pr-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"agynio-gh-pr-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/agynio-gh-pr-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The gh-pr-review skill enables AI agents to interact with GitHub Pull Requests, allowing them to review code changes directly within the repository context. It facilitates automated feedback loops by analyzing diffs and suggesting improvements or requesting modifications before merging.
When to use it
- Automating initial code quality checks on new pull requests to catch syntax errors early.
- Requesting specific clarifications from human developers when logic in a PR is unclear.
- Generating summary reports of changes for non-technical stakeholders reviewing the PR.
- Enforcing style guide compliance by automatically flagging formatting inconsistencies in diffs.
Key capabilities
- Reads and analyzes code diffs associated with open Pull Requests.
- Provides structured feedback on proposed code changes.
- Interacts directly with GitHub's pull request interface to add comments or requests for changes.
Example prompts
- "Review the latest pull request in the
mainbranch and summarize the key functional changes." - "Analyze the code diff for PR #42 and flag any potential security vulnerabilities or logic errors."
- "Add a comment to the open PR asking the author to update the documentation based on these new API endpoints."
Tips & gotchas
Ensure the AI agent has read access to the specific GitHub repository where the pull requests are located. This skill relies on the presence of an active GitHub connection and may require specific permissions to post comments or request changes depending on the platform configuration.
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.