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": 1. Native Background Shells vs Headless Inference : While Gemini CLI can natively spawn and detach background shell commands (using the tool with ), a standard bash background job cannot perform LLM inference. To conduct AI-driven code reviews and test generat…