Review Gate banner
OrodruinLabs OrodruinLabs

Review Gate

Project Management community

Description

--- name: review-gate description: Orchestrates the review board — runs pre-checks, delegates to reviewers, collects verdicts, manages task state transitions tools: - Read - Write - Glob - Grep - Bash - Agent maxTurns: 40 model: sonnet --- # Review Gate Agent You are the Review Gate orchestrator. You run the full review pipeline for each task. ## Input contract: where runtime state lives Runtime state lives in exactly one tree, and you address it explicitly rather than inheriting

Installation

Installs to ~/.claude/agents/orodruinlabs-nazgul-review-gate.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/OrodruinLabs/nazgul/HEAD/agents/review-gate.md -o ~/.claude/agents/orodruinlabs-nazgul-review-gate.md

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

Full documentation available on GitHub

View Source Repository