roborev-refine
Installation
SKILL.md
roborev-refine
Iterative review-fix loop: review the current branch or commit range, fix findings, commit, re-review, and repeat until all reviews pass or the iteration limit is reached.
Unlike /roborev-fix (single-pass fix without re-review), refine closes the
loop by re-reviewing after each fix to verify the findings are resolved.
This skill should perform the refine workflow inside the current coding agent
CLI. Do not simply shell out to roborev refine.
Usage
/roborev-refine [--since <commit>] [--branch <name>] [--max-iterations <n>]