Code Review Router

🌐Community
by win4r · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add code-review-router npx -- -y @trustedskills/code-review-router
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
win4r
Installs
18

🌐 Community

Passed automated security scans.