What problem does it solve? Reviewing a pull request manually requires checking out branches, running builds and tests, and reading diffs, which blocks your terminal and interrupts your current work. This Skill offloads the entire review to background jobs so you can keep working and check the results later. ## Core Features & Use Cases - Background Review Jobs: Launches parallel background tasks that fetch the PR diff, run build/lint checks, execute tests, and generate a Gemini-powered code review. - Ephemeral Git Worktrees: Provisions temporary worktrees under .gemini/tmp/async-reviews so reviews never touch your main workspace or cause git lock conflicts. - Status Checking & Final Assessment: A companion script reports per-task status and synthesizes a final recommendation on whether the PR builds, passes tests, and should be approved. - Use Case: You are asked to review PR #123 but are mid-task. Start an async review, continue working, then later ask for the status to receive a synthesized approval recommendation based on build, test, and review logs. ## Quick Start Start an asynchronous review for pull request 123 and let me know when the final assessment is ready.