review-loop

Installation
SKILL.md

Review Loop

An iterative review-fix loop that uses three agents with separated concerns to improve code quality:

  • Reviewer Agent (read-only): analyzes workspace diff against user goals, produces structured findings
  • Main Agent (orchestrator): filters Reviewer findings for reasonableness, coordinates the loop
  • Dev Agent (read-write): applies fixes for findings the Main Agent deems reasonable

The loop repeats until the Reviewer Agent finds no issues, meaning all changes meet the user's goals and have no defects.

When to Use

  • After completing code modifications that need quality assurance
  • When the user wants an independent review-fix cycle on their workspace changes
  • When code changes are complex enough to benefit from a fresh-eyes review
  • User says "review loop", "review and fix", "iterative review", "help me review and fix"

When NOT to Use

  • No changes in the workspace (nothing to review)
  • Trivial one-line changes that don't warrant a review cycle
Installs
12
First Seen
Apr 14, 2026
review-loop — lone-yu-cmd/prizmrecommandskills