Review Orchestrator banner
onlygian onlygian

Review Orchestrator

Security community

Description

--- name: review-orchestrator description: Coordinates the full review pipeline — code review, architecture, security, and performance in parallel. Aggregates findings into one report. Does not review itself. Must run as the root session agent (`--agent review-orchestrator` or directly from a skill in the main session) — spawning it as a nested subagent prevents it from dispatching reviewers. model: sonnet tools: Agent(code-reviewer, security-auditor, performance-auditor, architecture-enforcer,

Installation

Installs to ~/.claude/agents/onlygian-g-forge-review-orchestrator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/onlygian/G-Forge/HEAD/agents/review-orchestrator.md -o ~/.claude/agents/onlygian-g-forge-review-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository