# Review Router

> Routes ambiguous review or planning to one leaf workflow. Do not use for a clear code, security, UI, architecture, or migration review.

- Skill: `mesteriis/review-router` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add mesteriis/review-router`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mesteriis/review-router/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: Mesteriis (https://skillmd.com/u/mesteriis)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/mesteriis/review-router

---


# Review Router

Route review/planning requests without mixing read-only review and editing.

## Workflow

1. Resolve whether the task is review-only, planning-only, or patch-producing.
2. Pick the smallest matching skill.
3. Read the selected skill's `SKILL.md`.
4. For review-only work, do not edit files.
5. For planning work, produce decision-ready slices, risks, and validation gates.

## Routing

- PR, branch, commit, or local diff review with independent dimensions ->
  `multi-agent-pr-review`.
- Codebase orientation, bounded-domain map, or subsystem ownership map ->
  `architecture-map`.
- Framework, schema, API, package, infra, or data migration plan ->
  `migration-planner`.
- Combining multiple subagent reports -> `subagent-result-merge`.
- Post-failure process improvement -> `agent-retrospective`.
- Updating repository or global agent instructions after a repeated pattern ->
  `agents-md-retrospective`.
- Security-sensitive review -> route through `security-router` first.
- UI/frontend review -> route through `ui-router` first.

