Writing & Content geoseo-auditchatgpt-optimizationperplexity-optimizationgoogle-ai-overviewsbing-copilotschema-markupscoring-rubric

GEO Platform Optimizer

Audits and scores a website against five AI search platforms — Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot — with per-platform checklists and a consolidated optimization report.

FollowSkills review · FSRS-2.0
Not recommended
44/ 100 5-point scale 2.2 / 5
1 2 3 4 5 6
1Trust14 / 25 · 2.8/5

The skill mainly produces checklists and scoring rubrics; declared tools are Read/Grep/Glob/Bash/WebFetch/Write, with no sensitive-data collection or destructive operations, so the risk surface is small. Deducted for: no disclosure of external fetch data flow, no user-confirmation mechanism or rollback notes, and Bash/Write permissions not scoped to least privilege.

2Reliability8 / 20 · 2.0/5

The five platform checklists and 0-100 rubrics are structurally consistent and self-coherent with a defined output format. Deducted for: no test coverage of this skill itself (repo tests only cover fetch_page.py SSR heuristics), many rubric items rely on subjective human judgment, and no defined behavior or failure feedback on abnormal input; per calibration, reliability above 10 is unreachable in a static review.

3Adaptability7 / 15 · 2.3/5

Scenario is clear (platform-specific AI search audits across five platforms) with reasonable trigger semantics and stated audiences. Deducted for: no declared capability boundaries or non-fit ranges, no Chinese-language support, and core function depends on Google/ChatGPT/Bing Copilot platforms that are not directly reachable from mainland China networks, which matters for FollowSkills users.

4Convention7 / 15 · 2.3/5

Has version 1.0.0, MIT license, structured frontmatter, and a well-layered flow (checklists → rubrics → summary → output template). Deducted for: author field is only 'geo-seo-claude', no changelog, no explicit maintenance ownership or update path, and README mixes in Skool community marketing plus uncited market statistics, leaving hidden assumptions.

5Effectiveness5 / 15 · 1.7/5

As a static checklist it can guide a structured audit and emit a fixed-format GEO-PLATFORM-OPTIMIZATION.md report, offering some marginal value. Deducted for: many scoring items depend on unverifiable subjective judgment, headline claims lack sources, and no evidence that outputs are directly usable without significant rework; static-only confidence caps this at a conservative score.

6Verifiability3 / 10 · 1.5/5

All key statistics (92% AIO citations from top-10, Wikipedia 47.9%, Reddit 46.7%, 11% overlap) are unattributed and untraceable. No repo tests cover this skill path, no third-party execution evidence, no cross-source corroboration, and fact/inference are not separated, so only a low score is supportable.

Evidence confidence:Low Reviewed Sep 09, 2026 Reviewed revision 43c98eccc9bb
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Static review only; no checklist flow was executed. Scores reflect source files at the pinned revision with low confidence.
  • All platform citation statistics (92%, 47.9%, 46.7%, 11%, etc.) are unattributed and should be independently verified before reliance.
  • Many rubric items require subjective human judgment; different assessors may produce widely divergent scores.
  • The skill depends on Google, ChatGPT, and Bing Copilot, which are not directly reachable from mainland China; Chinese users need their own network arrangements.
  • No Chinese-language support or guidance for auditing Chinese-language content.
  • The README's Skool community promotion and market statistics are marketing material, not evidence of skill quality, and should not drive adoption decisions.
Review evidence [1][2][3][4][5][6]
See the full review method →

What does this skill do, and when should you use it?

This is one of the bundled sub-skills in the geo-seo-claude repository, located at skills/geo-platform-optimizer/SKILL.md, version 1.0.0. Its premise: only about 11% of domains are cited by both ChatGPT and Google AI Overviews for the same query, because each platform uses different indexes and source preferences. The skill provides, per platform, an explanation of how sources are selected, a ten-item optimization checklist, and a 0-100 scoring rubric, then synthesizes everything into a GEO-PLATFORM-OPTIMIZATION.md report with scores, gaps, and a phased action plan. It is fundamentally a structured audit playbook that Claude executes step by step against a target website.

Given a target URL and its industry, it audits the site platform by platform: Google AIO (question-based headings, direct first-paragraph answers, tables/lists, FAQ sections, cited statistics, dates and author bylines, page depth); ChatGPT (Wikipedia/Wikidata entity presence, Bing index coverage, Reddit and YouTube footprint, entity consistency, 2000+ word comprehensive content); Perplexity (Reddit activity, forum mentions, content freshness, original research, quotable standalone paragraphs); Gemini (Knowledge Panel, Google Business Profile, YouTube chapters, Schema.org markup, image optimization, E-E-A-T signals); Bing Copilot (Bing Webmaster Tools, IndexNow, LinkedIn/GitHub presence, meta descriptions, exact-match keywords, sub-2-second page load). Each platform receives a 0-100 score from its rubric, and the skill writes a Markdown report with a combined GEO score, status tiers (Strong 70+, Moderate 40-69, Weak 0-39), and quick-win/medium-term/strategic action items.

  1. A GEO/SEO consultant preparing an AI search visibility diagnosis who needs per-platform scores and a client-ready deliverable
  2. A content team whose site ranks well on Google but gets no ChatGPT citations and wants to pinpoint cross-platform gaps
  3. A SaaS company assessing its entity coverage across Wikipedia, Wikidata, Reddit, and YouTube
  4. A local business owner wanting to know which Google/Microsoft ecosystem assets are missing for Gemini and Bing Copilot citations
  5. A marketing team building a quarterly plan who needs actions tiered into this-week quick wins, this-month, and this-quarter

What are this skill's strengths and limitations?

Pros
  • Covers five major AI search platforms and spells out how their selection logic differs (e.g., ChatGPT builds on Bing's index, Perplexity leans heavily on Reddit)
  • Each platform gets an actionable ten-item checklist plus a quantified rubric, making outputs reproducible and client-deliverable
  • Distinguishes universal optimization actions from platform-specific priorities, avoiding one-size-fits-all advice
  • Fixed report format with status thresholds and a phased action plan, easy to track against over time
Limitations
  • Key statistics in the checklists (e.g., Wikipedia at 47.9% of ChatGPT citations, Reddit at 46.7% for Perplexity) are unsourced and unverifiable
  • Audit quality depends on Claude's live inspection and judgment; scores include subjective elements and the repo ships no test suite
  • Several rubric items (original research, community activity, Knowledge Panel) cannot be assessed automatically from code alone; execution quality depends on the operator
  • Frontmatter uses Claude Code's allowed-tools declaration, which needs manual edits to port elsewhere
  • The repo description pushes a paid Skool community; evaluate independently before adopting the commercial angle

How do you install this skill?

The skill ships inside the geo-seo-claude collection. Install the whole repo: on macOS/Linux run curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/geo-seo-claude/main/install.sh | bash, or git clone and run ./install.sh; on Windows use install-win.sh from Git Bash. Requires Python 3.8+, Claude Code CLI, and Git; Python dependencies install into an isolated venv at ~/.claude/skills/geo/.venv/. The repo does not document installing a single sub-skill out of the 16 on its own.

How do you use this skill?

Inside Claude Code, invoke the collection's /geo platforms <url> command to trigger platform-specific optimization. Alternatively, give Claude a target URL and industry and ask it to follow this skill's flow: collect URL and topic → run each platform checklist → score each on the 0-100 rubric → generate GEO-PLATFORM-OPTIMIZATION.md. SKILL.md defines no trigger beyond the collection's slash commands and does not specify how platform data points (Bing indexing, Reddit mentions) are actually fetched.

How does this skill compare with similar options?

It is one of 16 sub-skills in the geo-seo-claude collection, complementary to but distinct from siblings like geo-citability (AI citation readiness scoring), geo-brand-mentions (brand mention scanning), and geo-schema (structured data); the README names no external competitors.

FAQ

Is it free?
Yes — the skill is MIT-licensed and free. The author also runs a paid Skool community teaching how to sell GEO services, but using the skill itself costs nothing.
Does it fix my website automatically?
No. Its output is an audit report with recommendations written to GEO-PLATFORM-OPTIMIZATION.md; actually editing content, deploying schema, or registering with Bing Webmaster Tools is manual work.
How trustworthy are the scores?
The rubrics themselves are transparent and repeatable, but each judgment is executed by Claude, and some data points (Bing indexing, Reddit mentions) depend on what is reachable at runtime — verify critical findings manually.
Can I install just this one sub-skill?
The repo only documents collection-level installation. In principle you could copy the skills/geo-platform-optimizer folder into your skills directory standalone, but that approach is not documented in the source material.

More skills from this repository

All from zubair-trabzada/geo-seo-claude

Writing & Content

GEO Full-Site Audit

A GEO+SEO audit skill for Claude Code that scores any website's citability and visibility in AI engines like ChatGPT and Perplexity on a 0-100 scale, with a prioritized action plan.

Writing & Content

GEO-SEO AI Search Optimization Audit Skill

A GEO-first SEO audit skill for the AI search era: scores how citable your site is to ChatGPT, Perplexity, and Google AI Overviews, and produces client-ready reports.

Writing & Content

GEO Client Report Generator (geo-report)

Consolidates multiple GEO audit results into one client-facing report with scores, findings, and a prioritized action plan — ready to deliver as-is.

Writing & Content

llms.txt Analysis & Generation Skill

Validates or generates llms.txt files so AI search engines can understand your site's structure and key facts at a glance.

Writing & Content

GEO Crawlers Access Analysis Skill

Checks robots.txt, meta tags, and HTTP headers to determine which of 14 major AI crawlers can reach your site — then tells you exactly how to maximize AI search visibility.

Dev & Engineering

GEO Schema Structured Data Audit Skill

Detect, validate, and generate Schema.org structured data optimized for AI discoverability, with JSON-LD output and a scored report.

Writing & Content

GEO Content Quality & E-E-A-T Assessment

Scores web content on E-E-A-T and AI citability, producing a structured GEO-CONTENT-ANALYSIS.md report.

Writing & Content

GEO Citability Scoring Skill

Scores any web page 0-100 for how likely ChatGPT, Perplexity, Claude or Gemini will cite it, then hands you sentence-level rewrite suggestions.

Productivity & Collaboration

GEO Monthly Delta Report Generator

Compares two GEO audits, calculates score improvements and action-item completion, and produces a "here's your progress" retention report for agency clients.

Writing & Content

GEO Brand Mentions Scanner

Scans brand presence across AI-cited platforms (YouTube, Reddit, Wikipedia, LinkedIn) and produces a 0-100 Brand Authority Score with platform-specific recommendations.

Productivity & Collaboration

GEO Proposal Generator

Turns GEO audit data into a client-ready service proposal with tiered pricing, ROI projections, and a delivery timeline — automatically.

Writing & Content

GEO Technical SEO Audit Skill (geo-technical)

Runs a technical SEO audit on any website with AI-search focus: server-side rendering, AI crawler access, Core Web Vitals, and security headers.

Productivity & Collaboration

GEO PDF Report Generator

Turns a GEO audit markdown report into a client-ready PDF with a cover page, color-coded score tables, and a 90-day roadmap.

Automation & Ops

GEO-SEO Skill Updater

One command syncs your locally installed GEO-SEO skills, agents, scripts and schema templates to the latest upstream release, with a change summary before and after.

Productivity & Collaboration

GEO Prospect Manager (geo-prospect)

A CRM-lite for GEO agencies: track prospects through the full sales pipeline inside Claude Code, from first contact to signed contract.

Related skills