Gemini Code Review
Review current code changes by delegating to the gemini-reviewer agent.
Instructions
Gather the diff to review:
- Run
git diffto get unstaged changes - Run
git diff --cachedto get staged changes - Combine both into a single diff
- Run
If the diff is empty, inform the user there are no changes to review.
Launch the
gemini-revieweragent with the diff content. The agent handles the Gemini prompt structure and output formatting.
Source: Lykhoyda/ask-llm — distributed by TomeVault.