What problem does it solve? Manually triggering AI reviews on a pull request, waiting for the workflow, addressing feedback, and repeating the cycle is tedious and error-prone. This Skill automates the full loop: request an AI review, wait for the GitHub Actions workflow to finish, resolve any inline comments, and repeat up to a capped number of rounds. ## Core Features & Use Cases - Automated review loop: Orchestrates /request-ai-reviews, /wait-ci, and /resolve-ai-reviews as one continuous cycle per round. - Round control and cost guardrails: Accepts --rounds N (default 1, capped at 5), stops early when zero comments remain, and does not count failed or cancelled workflow runs as completed rounds. - Failure handling and finalization: Aborts after two consecutive workflow failures with run URL and conclusion, and invokes /finalize-pr once at the end if any fixes were pushed. - Use Case: You open a PR and say "run AI reviews 3 rounds" — the Skill requests the review, waits for the AI Review workflow, fixes the bot's inline comments, pushes the changes, re-reviews the new diff, and stops early if a round comes back clean. ## Quick Start Run AI reviews on the current pull request for up to 3 rounds and resolve any feedback automatically.