second-opinion

Solid

Cross-model audit via Gemini (review / challenge / consult modes). Defends against same-model self-bias. Used before high-impact decisions (publish gate, /init final review).

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
55
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
53
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Second Opinion Independent judgment from a different model (Gemini) than the one that produced content (Claude). ## 3 modes ### review Same as quality-gate but using different model. Pass/fail gate. ```bash python -m scripts._core.llm_judge --prompt-file task.txt --output-file draft.md \ --criteria "criterion1" "criterion2" --model gemini-2.5-flash --json ``` ### challenge Adversarial: "find what's wrong with this article". Used when an article passed all quality gates but feels suspicious. ### consult Open-ended Q&A: "Is this strategy / decision right?" ## When to use - Pre-publish (with target_score=95+): supplemental review - Repair Round 5 (from-scratch): get challenge view before accepting - /init Stage 11 synthesis: consult on whether the project profile is accurate - /article when target_surfaces includes AI engines (use the actual engine to judge) ## Cost Cheaper than the main Claude Opus call. Gemini 2.5 Flash = $0.30/$2.50 per M tokens. Typical review = $0.01-0.05. ## See also - `scripts/_core/llm_judge.py` (the underlying tool)

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

gemini

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.

3,356 Updated 1 weeks ago
nowork-studio
AI & Automation Solid

second-opinion

Cross-check the agent's own answer with independent reviewers before bringing it to the user. Use when the user says 'second opinion', 'sanity check', 'cross-check', 'am I missing something', 'stress-test', 'devil's advocate', 'run a full review', 'this is important', 'high-stakes', 'help me choose between', 'critique this', or similar. Three review styles: Devil's Advocate (single critique), Boardroom Debate (parallel multi-reviewer validation), Round-Table (multi-round brainstorm for choosing between paths). Not for factual lookups — use WebSearch for those.

29 Updated 2 days ago
awrshift