What problem does it solve? Coordinating PR creation, optional deep pre-review, and multiple rounds of AI review involves several separate skills that must run in a strict order; this Skill removes that manual sequencing by acting as a wrapper that calls /create-pr and /loop-ai-reviews in the correct order. ## Core Features & Use Cases - Ordered orchestration: Runs an optional project-side deep review first, then create-pr, then loop-ai-reviews for N rounds (default 2, max 5). - Argument pass-through: Forwards --screenshot, --video, branch, base, and Backlog info to create-pr without reinterpreting them. - Guardrails: Stops if a PR already exists, never calls finalize-pr directly (loop-ai-reviews handles it), and never marks the PR ready. - Use Case: You finish a feature branch and say "ship this PR and run the AI reviews" — the Skill creates the PR, runs two review rounds, applies fixes, and reports the PR URL with per-round results. ## Quick Start Ask the assistant to create a PR from the current branch and run the AI review loop, optionally specifying the number of rounds.