Gemini Review banner
ankitdotgg ankitdotgg

Gemini Review

Code Quality community

Description

Use Gemini Pro to do a deep code review. Delegates the heavy reading to Gemini's 1M context so Claude stays lean. ## Instructions 1. Parse the target from $ARGUMENTS. Expect a folder path or file path. If no arguments, ask: "Which folder or file should Gemini review?" 2. Call `gemini_prompt` with: - `model`: `pro` - `thinking_level`: `high` - `working_directory`: The folder containing the target - `prompt`: Build this prompt: ``` Review all source files in this direct

Installation

Installs to ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-review && curl -fsSL https://raw.githubusercontent.com/ankitdotgg/making-gemini-useful-with-claude/HEAD/commands/gemini-review.md -o ~/.claude/skills/ankitdotgg-making-gemini-useful-with-claude-gemini-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository