gemini

Orchestrates cross-model review of code, Google Ads, and SEO changes via the Gemini CLI.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/jeremybrasher/grokbot-skills --skill gemini-jeremybrasher
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/jeremybrasher/grokbot-skills/tree/main/collections/notfair/gemini
Command: npx skills add https://github.com/jeremybrasher/grokbot-skills --skill gemini-jeremybrasher

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @google/gemini-cli.

What problem does it solve? Getting a second opinion on Google Ads campaigns, SEO metadata, or code changes usually means relying on a single AI model's perspective, which can miss platform-specific issues. This Skill launches Google's Gemini CLI as an independent reviewer with native Google ecosystem knowledge, catching problems a single model might overlook. ## Core Features & Use Cases - Review Mode: Produces a structured PASS/FAIL verdict on Google Ads changes, SEO metadata updates, or code diffs, with blocking issues, warnings, and strengths. - Challenge Mode: Runs an adversarial stress test that questions assumptions, cites Google policy and auction mechanics, and rates each change as SOUND, RISKY, or RETHINK. - Consult Mode: Answers open strategy questions about Google Ads bidding, SEO best practices, or implementation with an opinionated recommendation. - Cross-Model Analysis: Compares Gemini's findings against a prior Claude review, highlighting overlapping findings, unique catches, and disagreements. - Use Case: After adding 50 broad-match keywords to a Search campaign, ask for a Gemini review to get a pass/fail gate covering match-type risks, budget efficiency, and missing negative keywords before shipping. ## Quick Start Ask the assistant to run a gemini review of your pending Google Ads or SEO changes and report the verdict.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a second opinion on Google Ads changes from another AI model?▼

Run the skill in review mode with your pending Ads changes in context. It summarizes the before/after state and business goal, sends them to the Gemini CLI, and returns a structured PASS/FAIL verdict covering policy compliance, budget efficiency, and keyword conflicts.

How to stress test SEO title tag changes before publishing?▼

Use challenge mode with the proposed title or meta description changes. Gemini acts as a skeptical advisor, questioning assumptions about ranking impact, CTR shifts, and cannibalization, then rates each change as SOUND, RISKY, or RETHINK with validation metrics to monitor.

What do I need installed to use the Gemini CLI for reviews?▼

You need the @google/gemini-cli npm package installed globally via npm install -g @google/gemini-cli, then run gemini once to authenticate with your Google account. The skill detects the CLI automatically and stops with install instructions if it is missing.

Can Gemini review code changes as well as marketing changes?▼

Yes, the skill detects code changes via git diff and sends the diff stat and full diff to Gemini for review. It checks correctness, edge cases, security issues, performance concerns, and breaking changes alongside the Ads and SEO review paths.

What happens when Gemini and Claude disagree on a review?▼

The skill produces a cross-model comparison listing overlapping findings, Claude-only findings, Gemini-only findings, and explicit disagreements. Overlapping findings carry higher confidence, while disagreements are flagged for the user to make a judgment call.