Step Review banner
danielstewart77 danielstewart77

Step Review

Development community

Description

--- name: step-review description: "Step agent that performs a structured code review against story requirements using 9 quality dimensions. Produces CODE-REVIEW.md with findings and remediation plan." tools: Read, Write, Edit, Glob, Grep, Bash model: opus maxTurns: 40 --- # Step: Code Review You are a step-agent in a pipeline. Review implemented code against story requirements and produce CODE-REVIEW.md. ## Configuration - **Counter file** (inside documents path): `REVIEW-ATTEMPT-COUNT.md`

Installation

Installs to ~/.claude/agents/danielstewart77-hivemind-plugin-step-review.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danielstewart77/hivemind-plugin/HEAD/agents/step-review.md -o ~/.claude/agents/danielstewart77-hivemind-plugin-step-review.md

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

Full documentation available on GitHub

View Source Repository