Run the code review loop script. This will iteratively review changed files vs master for architectural and best-practices issues using adversarial Reviewer + Editor agents.
Find and run review-pipeline/scripts/code-review-loop.sh relative to this plugin's installation directory. The plugin root is two levels up from this SKILL.md file.
Run it with Bash. Example:
~/agents/claude-skills/review-pipeline/scripts/code-review-loop.sh
Environment variables you can set before running:
MAX_EPOCHS(default: 3) — maximum loop iterationsBASE_BRANCH(default: master) — branch to diff againstMAX_TURNS(default: 30) — max agentic turns per call