Writing & Content geoseocitability-scoringcontent-optimizationai-searchcontent-auditanswer-engine-optimization

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.

FollowSkills review · FSRS-2.0
Use with care
48/ 100 5-point scale 2.4 / 5
1 2 3 4 5 6
1Trust13 / 25 · 2.6/5

Uses only Read/Grep/Glob/Bash/WebFetch/Write, no destructive defaults, output is a local Markdown report, so main risks are visible; but the SKILL.md declares no confirmation mechanism, no URL scoping limits, no rollback or data-flow disclosure, and Write behavior (overwrites) is unspecified — deducted accordingly.

2Reliability9 / 20 · 2.3/5

The analysis procedure (fetch, segment, weighted scoring, output format) is internally self-consistent and well structured, but scoring rests entirely on subjective LLM judgment with vague 0-100 band criteria; no test coverage of this skill's key path (existing repo tests target fetch_page SSR heuristics only), and failure handling for timeouts, non-HTML, or paywalled pages is undefined — deducted.

3Adaptability9 / 15 · 3.0/5

Target scenario (content teams/agencies assessing AI-citation readiness) is clear and the 'citability' trigger is semantically precise with a fixed output format; but capability boundaries (JS-rendered pages, non-English content) are undeclared and there is no Chinese-language support statement — deducted.

4Convention8 / 15 · 2.7/5

SKILL.md is well layered (rubric → procedure → output template → reference data) with compliant frontmatter and good examples; however there is no versioning/changelog, no known-limitations disclosure, cited research figures lack checkable sources, and maintenance responsibility is only implicit at repo level — deducted.

5Effectiveness6 / 15 · 2.0/5

The rubric is concrete and the output template is directly deliverable; a static read suggests the core task (citability score plus rewrite suggestions) is plausibly achievable, but score reproducibility/accuracy is unverified, the quantified 'expected citability lift +X points' claims are unsupported, and marginal value over a careful manual review is limited — deducted.

6Verifiability3 / 10 · 1.5/5

Cites Princeton/Georgia Tech/IIT Delhi GEO research with specific percentages, but all are unverifiable secondhand restatements; the repo has tests and CI signals, yet none cover this skill's scoring path, leaving no independently reproducible conclusions — deducted.

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 code was executed — all scores are conservative, low-confidence estimates.
  • Citability scoring is fully LLM-subjective; repeated runs on the same page may yield different scores.
  • Claimed research figures (134-167 word optimum, +30-115% visibility) lack checkable primary sources; verify before relying on them.
  • The skill fetches arbitrary external URLs via WebFetch — mind target-site privacy/compliance; the output may overwrite an existing GEO-CITABILITY-SCORE.md.
  • Repository tests do not cover this skill's path; quantified '+X point lift' promises should not be trusted.
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 sub-skill inside the zubair-trabzada/geo-seo-claude monorepo (16 bundled skills), located at skills/geo-citability/SKILL.md. Grounded in 2024 GEO research from Princeton, Georgia Tech, and IIT Delhi, it estimates how likely AI systems are to extract and quote passages from a page. It segments content into blocks and scores five weighted dimensions: Answer Block Quality (30%), Passage Self-Containment (25%), Structural Readability (20%), Statistical Density (15%), and Uniqueness (10%). The output is a GEO-CITABILITY-SCORE.md report with per-section scores and specific rewrites. Unlike keyword-driven SEO, it optimizes for extractability — how easily an AI can lift a passage as a direct answer.

Fetches the target URL via WebFetch and parses the main content (excluding nav, footer, sidebar, ads); splits the page into blocks at each H2/H3 heading; scores each block 0-100 on the five dimensions and computes a weighted page score; identifies the three strongest and three weakest blocks and calculates the share of blocks above 70 (citability coverage); generates specific rewrites for blocks scoring below 60 (answer-first openings, suggested statistics, structural fixes); writes a GEO-CITABILITY-SCORE.md report with a weighted score table, per-section breakdown, and quick-win recommendations with expected point lifts.

  1. Content marketing teams checking whether long-form articles contain passages that ChatGPT or Perplexity can quote verbatim before publishing
  2. GEO/SEO consultants delivering AI-visibility diagnostics to clients, using the score and rewrite list as the deliverable
  3. SaaS companies optimizing documentation so AI assistants cite their product when answering related questions
  4. Bloggers whose answers get buried mid-paragraph, restructuring toward answer-first openings per the suggestions
  5. E-commerce teams optimizing product pages to become citation sources for AI shopping recommendations

What are this skill's strengths and limitations?

Pros
  • Fully transparent rubric: weights and per-band criteria for all five dimensions are written into SKILL.md and auditable
  • Actionable output: rewrite suggestions are sentence-level per weak block, with estimated point lifts
  • Includes platform-specific citation-preference reference for ChatGPT, Perplexity, Claude, Gemini, and Copilot
  • Ships reusable high/low-citability example passages and self-containment checklists
Limitations
  • The research claims (134-167 word optimal passages, uplift percentages) are third-party findings relayed in the doc; the repo provides no test suite or validation data
  • Scoring is heuristic and AI-judged; the same page can receive different scores across runs
  • No persistent storage among the allowed tools — results live only in the generated report file
  • Scope is citability scoring alone; crawler analysis, brand scanning, and PDF reports belong to sibling skills in the monorepo

How do you install this skill?

Install the whole collection first: on macOS/Linux run curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/geo-seo-claude/main/install.sh | bash, or git clone the repo and run ./install.sh; on Windows use install-win.sh from Git Bash. Requirements: Claude Code CLI, Python 3.8+, Git; Python dependencies go into an isolated venv at ~/.claude/skills/geo/.venv/. Note: the skill itself lives in skills/geo-citability/ — whether the installer enables this sub-skill individually is not documented in the source.

How do you use this skill?

Within the installed collection, the README exposes /geo citability <url> in Claude Code. If invoking the skill directly, ask Claude Code to analyze a URL for AI citability; the skill will fetch the page via WebFetch and follow the five-dimension procedure in SKILL.md, writing GEO-CITABILITY-SCORE.md at the end. Allowed tools: Read, Grep, Glob, Bash, WebFetch, Write.

How does this skill compare with similar options?

The repo positions the whole collection against traditional SEO: classic SEO optimizes keyword density and engagement metrics, while this skill optimizes extractability — whether an AI system can pull a passage out and present it as a direct answer.

FAQ

Is it free?
Yes — the skill and the repo are MIT-licensed and free. The repo separately promotes a paid Skool community for learning to sell GEO services, but that is unrelated to the skill's functionality.
What permissions and network access does it need?
Network access (WebFetch to retrieve the target page), local file read/write (to save the report), and Bash. Installation requires Claude Code CLI, Python 3.8+, and Git.
How does it relate to the other skills in the repo?
It is one of 16 skills in the monorepo and handles only citability scoring. Crawler analysis, schema, brand mentions, and PDF reporting are separate sibling skills — don't attribute those capabilities to this one.
How reliable is the score?
The weights and criteria are fully public, but they rest on 2024 GEO research and the scoring itself is an AI applying heuristics; the repo ships no test suite proving run-to-run consistency, so treat the score as directional, not absolute.

More skills from this repository

All from zubair-trabzada/geo-seo-claude

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-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 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.

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 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.

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.

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 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.

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.

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.

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 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