What problem does it solve? Reviewing a pull request manually requires running builds, lint checks, tests, and reading diffs, which blocks your terminal and attention. This Skill offloads the entire review pipeline to background jobs so you can keep working and check the synthesized verdict later. ## Core Features & Use Cases - Background Review Pipeline: Dispatches five parallel tasks (PR diff fetch, build and lint, AI code review, CI-aware test execution, and manual behavior verification) as detached background jobs. - Ephemeral Git Worktrees: Checks out the PR into a temporary worktree under .gemini/tmp/async-reviews to avoid git lock conflicts and workspace pollution. - Status Checking and Final Assessment: A check script reports per-task status, and a final Gemini-generated assessment summarizes build, test, and review results with an approval recommendation. - Use Case: You are asked to review PR #123 but are mid-task. Start the async review, continue working, then later ask for the status and receive a synthesized recommendation on whether to approve. ## Quick Start Start an asynchronous review for pull request 123 and notify me when the final assessment is ready.