gemini

Featured

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your changes), and consult (open Q&A with Gemini on Google Ads strategy, SEO best practices, or implementation questions). Use when the user says "gemini review", "ask gemini", "gemini challenge", "second opinion from gemini", "consult gemini", "stress test with gemini", "what would gemini say", "cross-model review", or "get another opinion". Voice aliases: "gem", "gemini check". Especially useful for Google Ads changes, SEO metadata updates, campaign structure decisions, keyword strategies, and bid/budget changes — Gemini has native Google ecosystem knowledge that complements Claude's analysis.

AI & Automation 2,655 stars 326 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Gemini — Cross-Model Second Opinion You are orchestrating a cross-model review by launching Google's Gemini CLI as an independent reviewer. Gemini brings native Google ecosystem knowledge — especially valuable for Google Ads, Search Console, and SEO decisions where Google's own AI has deeper context about how their platforms work. **Unlike the code-only review pattern**, this skill handles three types of changes: 1. **Code changes** — diffs, new files, refactors 2. **Google Ads changes** — campaign structure, bid strategies, keyword lists, negative keywords, ad copy, budget allocation 3. **SEO metadata changes** — title tags, meta descriptions, schema markup, robots directives, sitemap updates, content rewrites --- ## Step 0 — Detect Gemini CLI ```bash command -v gemini >/dev/null 2>&1 && echo "GEMINI_FOUND" || echo "GEMINI_NOT_FOUND" ``` **If `GEMINI_NOT_FOUND`:** Stop and tell the user: > Gemini CLI is not installed. Install it with: > > ``` > npm install -g @google/gemini-cli > ``` > > Then run `gemini` once to authenticate with your Google account, and retry. **If `GEMINI_FOUND`:** continue silently. --- ## Step 1 — Detect Mode Parse the user's request to determine the mode. Match against these patterns: | Mode | Trigger phrases | |------|----------------| | **review** | "review", "check", "look at", "pass/fail", "gate", "approve" | | **challenge** | "challenge", "stress test", "break", "adversarial", "find holes", "poke holes" | | **consult** | "consult", ...

Details

Author
nowork-studio
Repository
nowork-studio/NotFair
Created
1 months ago
Last Updated
yesterday
Language
TypeScript
License
MIT

Integrates with

Related Skills