Drive a PR to an approved code review by looping OCR's multi-agent review and address steps. Runs /ocr:review then /ocr:address repeatedly until the review verdict is APPROVE, then one final /ocr:address for leftover suggestions, posting every review and every address round to the GitHub PR as comments. Use when the user asks to 'review and address in a loop', 'iterate review until approved', 'auto review-and-fix this PR', 'loop /ocr:review and /ocr:address', or to take a changeset all the way to a clean APPROVE with the default reviewer team. Wraps the /ocr:review (.ocr/commands/review.md) and /ocr:address (.ocr/commands/address.md) skills; needs a feature branch with an open GitHub PR and the gh CLI for posting.
$npx -y skills add spencermarx/open-code-review --skill ocr-review-loopInstalls into the current project.
Run `npx skills use "https://github.com/spencermarx/open-code-review" --skill "spencermarx/open-code-review/ocr-review-loop"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/spencermarx/open-code-review" that are relevant to the current task. Run `npx skills add "https://github.com/spencermarx/open-code-review"` and select the relevant skills, then follow their instructions.