review-coordinator

Orchestrate parallel code reviews with four specialized agents and synthesize findings.

Updated Nov 13, 2025
One-click install
npx skills add https://github.com/zacjones93/pokidex --skill review-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-coordinator
Source: https://github.com/zacjones93/pokidex/tree/main/.claude/skills/review-coordinator
Command: npx skills add https://github.com/zacjones93/pokidex --skill review-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive code reviews by leveraging multiple expert perspectives (Accessibility, React Router, React Core, Anders Hejlsberg). It saves time, ensures thoroughness, and provides diverse feedback that a single reviewer might miss, leading to higher quality code.

Core Features & Use Cases

  • Parallel Review Agents: Spawns four specialized AI agents simultaneously to review code from distinct viewpoints, covering areas like inclusive design, routing, state management, and type safety.
  • Synthesized Reporting: Collects, groups, and prioritizes findings from all agents into a unified, actionable report, highlighting cross-cutting concerns and specific insights.
  • Daily Note Integration: Automatically saves synthesized review findings into structured daily notes for historical tracking, learning, and future reference.
  • Use Case: "Conduct a multi-perspective code review on the app/routes/pokemon.$id.tsx file, focusing on accessibility, React best practices, and type safety, and then save the findings as a daily note."

Quick Start

Review the attached pull request diff for the new user profile component from the perspective of accessibility, React Router, React Core, and Anders Hejlsberg.

Frequently Asked Questions about review-coordinator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct multi-perspective code reviews across accessibility, routing, and TypeScript?

Multi-perspective code reviews analyze code from multiple expert viewpoints simultaneously. This Skill spawns four specialized agents in parallel—covering accessibility, React Router, React Core, and TypeScript tooling—to identify issues a single reviewer might miss, then synthesizes findings into a unified report.

Can I automate code reviews to check for accessibility and React best practices at once?

Yes. This Skill automates comprehensive reviews by orchestrating four specialized agents in parallel to evaluate code from distinct angles: inclusive design, routing patterns, state management, and type safety, all in a single review cycle.

How do I save code review findings for future reference and team learning?

After synthesizing multi-perspective review findings, this Skill automatically generates and stores structured daily notes containing prioritized results, enabling historical tracking and informed future code decisions across your team.

What's the best way to catch cross-cutting concerns in React and TypeScript code?

Parallel multi-perspective review catches concerns no single expert would identify alone. By gathering independent findings from accessibility, routing, core React design, and TypeScript perspectives, then synthesizing them, you surface inter-dependent issues and design conflicts.

Does this work for reviewing pull requests on React and TypeScript files?

Yes. This Skill is designed for pull request diffs—particularly React and TypeScript files like route handlers and components—analyzing them through four expert lenses simultaneously to deliver thorough, actionable feedback.

Why use parallel agent review instead of sequential single-reviewer feedback?

Parallel review is faster and more thorough. Four agents review simultaneously rather than sequentially, each bringing specialized expertise (accessibility, routing, React, TypeScript), then findings are unified into a single prioritized report with cross-cutting insights.