Code Review Router
Automatically routes code review requests to appropriate team members based on file content and expertise.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add code-review-router npx -- -y @trustedskills/code-review-router
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review-router": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-review-router"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The code-review-router skill intelligently routes code review requests to the appropriate reviewer based on factors like expertise, availability, and project context. It can analyze commit messages, file types, and assigned owners to ensure reviews are handled efficiently. This reduces bottlenecks in the development process and improves overall code quality.
When to use it
- Large teams: Distribute code review workload evenly among team members with varying skillsets.
- Specialized projects: Route specific files (e.g., database migrations, frontend components) to reviewers with relevant experience.
- On-call rotations: Automatically assign reviews based on current on-call schedules.
- Automated workflows: Integrate code review routing into CI/CD pipelines for seamless integration.
Key capabilities
- Commit message analysis
- File type recognition
- Assignee identification
- Availability checking (implied)
- Project context awareness
Example prompts
- "Route this pull request to the expert in database migrations."
- "Find an available reviewer for changes to the frontend codebase."
- “Who is on call for reviewing Python code?”
Tips & gotchas
The skill’s effectiveness depends on accurate project metadata and team member profiles. Ensure these are well-maintained for optimal routing accuracy.
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.