gemini-review · git:20260319.38a748f · 2026-03-19 · sha256 7fa8dccb5d72fac3
gemini-review git:20260319.38a748fA
Immutable. This exact content is served forever at /api/v1/blob/7fa8dccb5d72fac3.
--- name: gemini-review description: Get a second opinion from Gemini on your current code changes. Analyzes staged/unstaged diffs and returns prioritized findings. user_invocable: true --- # Gemini Code Review Review current code changes by delegating to the `gemini-reviewer` agent. ## Instructions 1. Gather the diff to review: - Run `git diff` to get unstaged changes - Run `git diff --cached` to get staged changes - Combine both into a single diff 2. If the diff is empty, inform the user there are no changes to review. 3. Launch the `gemini-reviewer` agent with the diff content. The agent handles the Gemini prompt structure and output formatting.