# async-pr-review

> Claude/Codex skill by [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 106k stars · Updated 2026-08-11

Trigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR review.

Tags: ai, ai-agents, cli, gemini, gemini-api, mcp-client, mcp-server

## Install

```sh
git clone https://github.com/google-gemini/gemini-cli /tmp/gemini-cli && ln -s /tmp/gemini-cli/.gemini/skills/async-pr-review ~/.claude/skills/async-pr-review
```

## From README

Async PR Review This skill provides a set of tools to asynchronously review a Pull Request. It will create a background job to run the project's preflight checks, execute Gemini-powered test plans, and perform a comprehensive code review using custom prompts. This skill is designed to showcase an advanced "Agentic Asynchronous Pattern": Native Background Shells vs Headless Inference: While Gemini CLI can natively spawn and detach background shell commands (using the runshellcommand tool with isbackground: true), a standard bash background job cannot perform LLM inference. To conduct AI-driven code reviews and test generation in the background, the shell script must invoke the gemini executable headlessly using -p. This offloads the AI tasks to independent worker agents. Dynamic Git Scoping: The review scripts avoid hardcoded paths. They use git rev-parse --show-toplevel to automatically resolve the root of the user's current project.

## Links

- HTML page: https://omgskills.com/skills/google-gemini/gemini-cli/async-pr-review/
- GitHub: https://github.com/google-gemini/gemini-cli
- Author: [@google-gemini](https://omgskills.com/library/google-gemini/index.md)

## More from this repo

- [code-reviewer](https://omgskills.com/skills/google-gemini/gemini-cli/code-reviewer/index.md) — Used to review code.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [agent-tui](https://omgskills.com/skills/google-gemini/gemini-cli/dot-gemini/skills/agent-tui/index.md) — Main Agents: Do NOT use this skill directly.
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
- [antigravity-support](https://omgskills.com/skills/google-gemini/gemini-cli/packages/core/src/skills/builtin/antigravity-support/index.md) — Used when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating...
   - [@google-gemini](https://omgskills.com/library/google-gemini/index.md) · 107k stars
