Автоматический цикл ревью пул-реквестов

★ 8.1 · vibe-coding

ocr-review-loop is a Claude Code skill that autonomously drives a pull request to an APPROVE verdict by repeatedly invoking /ocr:review and /ocr:address until the review clears, then running one final address pass for leftover suggestions. It acts as a thin orchestrator over two existing skills — /ocr:review (.ocr/commands/review.md) and /ocr:address (.ocr/commands/address.md) — calling them directly without reimplementing their logic. Every review round and every address round is posted to the GitHub PR as a comment via the gh CLI, creating a transparent audit trail. The loop is bounded by --max-rounds (default 5) and accepts --team, --no-final-suggestions, and --no-post flags; a NEEDS DISCUSSION verdict halts the loop immediately and surfaces the open questions to the user. Use it when you want to auto review-and-fix a PR all the way to a clean approval without manual intervention.