Multi Model Review Router is a skill that acts as an orchestration layer for AI agents that need independent verification from external models and tools. Rather than letting a single model validate its own output — a pattern that can produce repeated errors — this skill routes tasks to secondary systems and consolidates their findings into an adjudicated report with a final decision-making summary.
The skill is designed for three broad scenarios. First, adversarial validation: the skill explicitly directs an external reviewer to seek flaws in a proposed plan or code change, rather than confirming it. Second, rescue operations: when an agent has failed a task repeatedly, the skill can automatically trigger a second-opinion review from a different model. Third, specialized routing: tasks involving large repositories, video, or audio can be sent to models better suited to handle that content, such as Gemini or local LLMs.
It integrates with CLI-based reviewers, MCP servers, and secondary APIs already present in the agent’s environment. The output is a structured report combining raw findings from those external tools with a synthesized conclusion. This skill is appropriate for high-stakes workflows — code review pipelines, security audits, or multi-model consensus checks — where independent verification matters more than speed.