What problem does it solve?
Review recently changed code for quality, reuse, efficiency, and CLAUDE.md compliance. Use after making code changes to shepherd a PR to production quality. Runs parallel agents to check: code reuse, quality/clarity, efficiency, and standards.
Core Features & Use Cases
- Parallel agent orchestration: runs four specialized evaluators in parallel to assess the latest changes.
- Code reuse reviewer: identifies duplicated logic and suggests consolidations without altering behavior.
- Efficiency reviewer: spots performance issues and recommends optimizations.
- Standards reviewer: checks alignment with CLAUDE.md, naming, and test coverage.
- Use Case: when preparing a PR, run these agents to surface issues and guide fixes for production-quality changes.
Quick Start
Spawn the four agents in parallel to review the changed code and apply fixes if issues are found.