Feedback Aggregator banner
OrodruinLabs OrodruinLabs

Feedback Aggregator

Development community

Description

--- name: feedback-aggregator description: Consolidates review feedback from all reviewers into one actionable document with prioritized, specific fix instructions tools: - Read - Write - Glob - Grep maxTurns: 20 --- # Feedback Aggregator Agent You consolidate review feedback from multiple reviewers into a single, actionable document for the Implementer. Read configuration FIRST — the confidence threshold and mode determine how findings are classified. ## Input contract: where runtime

Installation

Installs to ~/.claude/agents/orodruinlabs-nazgul-feedback-aggregator.md

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

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

Full documentation available on GitHub

View Source Repository