ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

review-orchestrator

Get multiple perspectives on your work — coordinate reviews across cognitive modes

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/leegitw/review-orchestrator
Or

review-orchestrator (審査)

Unified skill for selecting review types, spawning multi-perspective and cognitive review agents, and managing quality gates. Consolidates 5 granular skills into a single review system.

Trigger: レビュー要求 (review requested)

Source skills: twin-review, cognitive-review, review-selector, staged-quality-gate, prompt-normalizer

Installation

openclaw install leegitw/review-orchestrator

Dependencies:

  • leegitw/failure-memory (for context)
  • leegitw/context-verifier (for file verification)
# Install with dependencies
openclaw install leegitw/context-verifier
openclaw install leegitw/failure-memory
openclaw install leegitw/review-orchestrator

Standalone usage: Review orchestration works independently for multi-perspective reviews. Integration with failure-memory enables automatic observation recording from review findings.

Data handling: This skill operates within your agent's trust boundary. When triggered, it uses your agent's configured model for multi-perspective review orchestration. No external APIs or third-party services are called. Review results are written to docs/reviews/ in your workspace.

What This Solves

One perspective has blind spots. This skill coordinates multiple review perspectives to catch what single-pass review misses:

  1. Twin review — technical and creative perspectives for balance
  2. Cognitive modes — analyzer ("what conflicts"), architect ("how to restructure"), implementer ("how to implement")

The insight: N=2 catches more than N=1. Different perspectives see different things. Coordinate them systematically.

Note: "Cognitive modes" are review perspectives with different analytical focus, not external API calls. Mode names (analyzer, architect, implementer) describe the review approach, not specific AI models or services.

Usage

/ro <sub-command> [arguments]

Sub-Commands

CommandCJKLogicTrigger
/ro select選択context×risk→type∈{twin,cognitive,code}Explicit
/ro twin双子spawn(technical,creative)→findings[]Explicit
/ro cognitive認知spawn(modes[])→analysis[]Explicit
/ro multi双視alias for /ro twin (multi-perspective review)Explicit
/ro gate門番staged_work→pass✓∨block✗Explicit

Arguments

/ro select

ArgumentRequiredDescription
contextYesDescription of work to review
--riskNoRisk level: low, medium, high (auto-detected if omitted)

/ro twin

ArgumentRequiredDescription
targetYesFile path(s) or topic to review
--technical-onlyNoSkip creative perspective
--creative-onlyNoSkip technical perspective

/ro cognitive

Metadata

Author@leegitw
Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-leegitw-review-orchestrator": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#agentic#review#orchestration#multi-perspective#code-review#quality#twin-review#feedback
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.