Review Pr
Automatically reviews pull requests, identifying potential bugs, style issues, and suggesting improvements based on coding standards.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-pr npx -- -y @trustedskills/review-pr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-pr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-pr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Review PR skill automatically reviews pull requests to identify potential bugs, style issues, and suggest improvements based on coding standards. It leverages a system of specialized agents working in parallel (up to 6) to perform deep code analysis. The review process begins by clarifying the desired focus – full review, security-focused, performance-focused, or quick review – before executing the appropriate agent workflows.
When to use it
- When needing a comprehensive assessment of code changes beyond basic automated checks.
- To proactively identify and address potential security vulnerabilities in pull requests.
- For evaluating the performance impact of new features or bug fixes.
- When requiring a rapid, high-level review before merging a branch.
Key capabilities
- Parallel Agent Execution: Uses multiple specialized agents concurrently for deeper analysis.
- Adaptive Thinking: Agents utilize native adaptive thinking to improve code understanding.
- Focus Selection: Allows users to specify the type of review needed (full, security, performance, quick).
- Automated PR Number Detection: Automatically determines the pull request number or branch name from various sources including arguments, environment variables, and GitHub CLI.
- User Intent Clarification: Uses an interactive question prompt to determine the desired scope of the review.
Example prompts
/ork:review-pr 123- Reviews pull request with ID 123./ork:review-pr feature-branch- Reviews the specified feature branch.- (After initial prompt) "Full review (Recommended)" – Selects a full code review, including security, quality, tests and architecture.
Tips & gotchas
- The skill relies on Claude hooks for automated execution; review these carefully before installation.
- Ensure the
ORCHESTKIT_PR_URLenvironment variable is set if you want to use that as a source of PR information. - The initial prompt will ask about the desired type of review – selecting this option influences the agents and depth of analysis performed.
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.