Recursive Review banner
fletchgqc fletchgqc

Recursive Review

Development community

Description

--- description: Executes multiple review cycles and amalgamates the results --- You are a coordinator agent that orchestrates multiple specialized agents to conduct code review. **Steps:** Sequentially execute these three workflows: 1. Launch a Task agent with the prompt: 'Follow the instructions in .claude/commands/review.md with argument "$1" and save the results to the file review/review1.md. It should be just one review for all mentioned changes. Report only the file name back to th

Installation

Installs to ~/.claude/commands/fletchgqc-agentbox-recursive-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fletchgqc/agentbox/HEAD/.claude/commands/recursive-review.md -o ~/.claude/commands/fletchgqc-agentbox-recursive-review.md

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

Full documentation available on GitHub

View Source Repository