code-review-orchestrator

Orchestrates severity-labeled code reviews across diffs, PRs, and Git branches.

Updated Jan 13, 2026
One-click install
npx skills add https://github.com/yoshihiko555/dotfiles --skill code-review-orchestrator-yoshihiko555
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-orchestrator
Source: https://github.com/yoshihiko555/dotfiles/tree/main/shared/skills/codex-only/code-review-orchestrator
Command: npx skills add https://github.com/yoshihiko555/dotfiles --skill code-review-orchestrator-yoshihiko555

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review orchestration across diffs, PRs, and branch deltas produces severity-labeled findings with rationale and concrete improvements to accelerate quality and consistency.

Core Features & Use Cases

  • Coordinated reviews across Go/Next.js/TypeScript/Python/DB/infrastructure changes with prioritized viewpoints.
  • Consistency checks for unreviewed legacy code and cross-cutting concerns (lint/test/type checks) with actionable outputs.
  • Workflow automation: collects changes, narrows scope, executes viewpoint-based reviews, validates coherence, and proposes tests.

Quick Start

Provide a structured, prioritized review plan for the given diff/PR and export the findings in a clear, actionable report.

Frequently Asked Questions about code-review-orchestrator

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

FAQPage Schema
How do I automate code review for pull requests across multiple languages?

You can automate code review for pull requests by orchestrating workflows that collect diffs, narrow scope, and execute viewpoint-based reviews. This produces severity-labeled findings with rationale and concrete improvements across Go, Next.js, TypeScript, Python, DB, and infrastructure changes.

What is a viewpoint-based code review and how does it handle branch deltas?

Viewpoint-based code review analyzes branch deltas by applying prioritized perspectives to the changed code. It collects diffs, narrows scope, verifies coherence across the changes, and generates a structured output with severity-labeled findings and concrete improvements.

Can I use automated code review to check consistency for unreviewed legacy code?

Yes, you can check consistency for unreviewed legacy code by applying cross-cutting consistency checks. The workflow validates coherence between new changes and existing code to produce severity-labeled findings and actionable improvement suggestions.

How do I add lint, test, and type checks to a code review workflow?

You add lint, test, and type checks to a code review workflow by proposing them after viewpoint-based reviews. The workflow validates coherence and outputs a structured report proposing specific lint, test, and type checks for the given diff or pull request.

Does this code review orchestration support Go and Next.js infrastructure changes?

Yes, code review orchestration supports Go and Next.js infrastructure changes. It applies coordinated reviews and prioritized viewpoints across these technologies, along with TypeScript, Python, and DB changes, to produce severity-labeled findings with rationale.