What problem does it solve?
Reviewing pull requests manually is slow and blocks developers waiting for CI results, linting, and AI-driven code analysis. This Skill automates the entire review pipeline in the background so you can continue working while it runs.
Core Features & Use Cases
- Background Task Orchestration: Spawns parallel jobs for fetching PR diffs, running builds, linting, type-checking, and executing tests without blocking the main agent.
- AI-Powered Code Review: Invokes Gemini headlessly to perform code reviews and synthesize final assessments from generated logs.
- Ephemeral Worktree Management: Creates isolated git worktrees in
.gemini/tmp/async-reviews/ to avoid lock conflicts with the user's main workspace.
- Use Case: A maintainer wants to review PR #456 without waiting. They trigger the skill, continue working on other tasks, and later check the status to get a synthesized recommendation on whether to approve the PR.
Quick Start
Start an asynchronous review for pull request number 123 and notify me when it finishes.