Run the full review pipeline. This runs two phases sequentially:
- Simplify loop — iteratively simplifies changed files
- Code review loop — iteratively reviews and fixes architectural issues
Find and run review-pipeline/scripts/review-pipeline.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/review-pipeline.sh
Environment variables you can set before running:
MAX_EPOCHS(default: 3) — maximum loop iterations per phaseBASE_BRANCH(default: master) — branch to diff againstMAX_TURNS(default: 30) — max agentic turns per call
After the pipeline completes, review all changes with git diff master.