Writing & Content geoseo-reportingclient-deliverableexecutive-summaryaction-planai-search-optimizationschema-markup

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.

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

The skill only aggregates local upstream audit outputs and writes one markdown file; permissions (Read/Grep/Glob/Bash/WebFetch/Write) are roughly proportionate with no sign of data exfiltration; but Bash and WebFetch usage is unscoped, the template encourages speculative client-facing revenue-impact figures (e.g. estimated $X,XXX/month) that could mislead end clients without human review, and there is no rollback or data-flow disclosure.

2Reliability9 / 20 · 2.3/5

The workflow, scoring formula and template are self-consistent; but the whole flow depends on four (or six) upstream skill output files existing in consistent formats, the skill lacks error handling for missing upstream files, and static review finds no executable test evidence for this skill's key path (repo tests cover only the shared fetch_page.py).

3Adaptability8 / 15 · 2.7/5

The target scenario (client-facing GEO report delivery) and output format (GEO-CLIENT-REPORT.md) are clear, with defined inputs; but capability boundaries and non-fit ranges are undeclared, there is no Chinese-language support statement, and the report leans heavily on platforms (Wikipedia, Reddit, etc.) that are hard to reach from mainland China networks.

4Convention8 / 15 · 2.7/5

SKILL.md has version, tags, frontmatter, a complete template and glossary, well layered; but no changelog, no known-limitations disclosure, no maintenance responsibility statement; the author field is a repository alias rather than a verifiable identity, and unrelated skool community marketing in the repo dilutes documentation quality.

5Effectiveness6 / 15 · 2.0/5

The template is thorough (score tables, dashboards, action plan, glossary) and looks directly usable; but the "ready to send without editing" claim rests on upstream scores being correct and revenue estimates being credible, the built-in dollar-value framing requires human correction, and static review cannot verify full report quality — scores above the static anchor of 7 cannot be awarded.

6Verifiability3 / 10 · 1.5/5

The template embeds multiple statistics with no verifiable source in this repo ("47.9% of ChatGPT citations are Wikipedia", "46.7% of Perplexity citations are Reddit", "10-point improvement correlates with 15-25% citation increase"), citing only vaguely named industry studies; repo tests do not cover this skill path, so static evidence is thin.

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
  • This is a static source review only; nothing was executed and confidence is low.
  • The report template bakes in speculative revenue-impact figures ($X,XXX/month etc.); these must be manually verified and edited before client delivery or they may constitute misleading business claims.
  • The skill fully depends on output files from upstream skills (geo-platform-optimizer, geo-schema, geo-technical, geo-content); behavior is undefined when those are missing or change format — run upstream audits first and verify the files exist.
  • Brand authority analysis relies on Wikipedia, Reddit, LinkedIn and similar platforms that may be unreachable from mainland-China networks, potentially distorting conclusions.
  • Citation statistics embedded in the template (47.9%, 46.7%, etc.) have no verifiable source within this repository; verify independently before use.
  • Publisher is unverified by the FollowSkills registry and treated as unknown; assess maintenance continuity yourself.
Review evidence [1][2][3][4][5][6]
See the full review method →

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

geo-report is the closing skill in the 16-skill geo-seo-claude repository, living at skills/geo-report/SKILL.md. It performs no audits itself; instead it aggregates the output files of prerequisite skills (geo-platform-optimizer, geo-schema, geo-technical, geo-content, optionally geo-llmstxt and geo-brand-mentions) and computes a weighted composite GEO Readiness Score from 0 to 100. The report follows a fixed 12-section template — executive summary, AI visibility dashboard, AI crawler access, brand authority, citability analysis, technical health, prioritized action plan, and more — written for business owners rather than developers. The deliverable is a self-contained 3,000–6,000 word GEO-CLIENT-REPORT.md that can be sent to a client without editing.

Reads markdown audit outputs (GEO-PLATFORM-OPTIMIZATION.md, GEO-SCHEMA-REPORT.md, GEO-TECHNICAL-AUDIT.md, GEO-CONTENT-ANALYSIS.md, and optional files); computes the composite score as Platform 25% + Content/E-E-A-T 25% + Technical 20% + Schema 15% + Brand Authority 15%; maps the score to a five-tier client-facing label (Excellent through Needs Attention); fills a 12-section template covering per-platform readiness for Google AI Overviews, ChatGPT, Perplexity, Gemini, and Bing Copilot, access status for AI crawlers, brand entity presence on Wikipedia, Reddit, LinkedIn and others, and a timeline-based action table (quick wins / month / quarter) with conservative dollar-value estimates; writes GEO-CLIENT-REPORT.md as the final output.

  1. A GEO/SEO consultant who has finished a full audit and needs a polished, client-ready deliverable instead of raw technical data
  2. An agency that wants standardized scoring and a fixed 12-section template so multiple team members produce consistent reports
  3. A marketing lead who must translate technical gaps (missing SSR, blocked crawlers) into business impact for an executive audience
  4. A service provider building renewal conversations around a timeline action plan split into quick wins (<4h), medium-term (1–5 days), and strategic initiatives
  5. An analyst with competitor URLs who needs a side-by-side comparison table of AI platform readiness gaps

What are this skill's strengths and limitations?

Pros
  • Explicitly written for business owners: technical findings are translated into business impact with no jargon or hedging
  • Scoring weights and formula are public and deterministic, with five tiers each paired with client-readable interpretation copy
  • Action plan is tiered by quick wins (<4 hours), medium-term (1–5 days), and strategic (weeks), with impact, effort, and affected platforms per item
  • Built-in glossary and methodology appendix make the report self-contained and printable
  • Mandates conservative estimates, explicit assumptions, and forbids guaranteeing specific results
Limitations
  • Performs no audits itself — if prerequisite audit files are missing or weak, the report cannot be generated accurately
  • Dollar-value estimates (e.g., $X,XXX/month uplift) rest on industry benchmark inference not verifiable from the repo
  • Third-party statistics cited in the template (e.g., '47.9% of ChatGPT citations are Wikipedia') come from external studies and cannot be verified in-repo
  • Competitor comparison, llms.txt, and brand authority sections are optional; report completeness degrades without competitor URLs
  • Prerequisite skill output filenames and formats must match exactly; no fallback behavior is documented for mismatches
  • Output is markdown only; the PDF chart version requires the separate geo-report-pdf skill

How do you install this skill?

Install the whole skill collection first: on macOS/Linux run curl -fsSL https://raw.githubusercontent.com/zubair-trabzada/geo-seo-claude/main/install.sh | bash; on Windows run install-win.sh from Git Bash. Requires Python 3.8+, Claude Code CLI, and Git; Python dependencies go into an isolated venv at ~/.claude/skills/geo/.venv/. This skill installs as part of the collection — no separate step is documented.

How do you use this skill?

In Claude Code, first run the prerequisite audits (/geo platforms, /geo schema, /geo technical, /geo content, optionally /geo llmstxt and /geo brands) and confirm their output files exist; then run /geo report <url> to trigger this skill, or ask Claude to follow the template in skills/geo-report/SKILL.md directly. Output is GEO-CLIENT-REPORT.md. For a chart-rich PDF version, the repository ships a separate geo-report-pdf skill.

How does this skill compare with similar options?

The repo positions traditional SEO tooling as being displaced by GEO (citing a Gartner forecast of a 50% search traffic drop by 2028) but names no specific competitor, so no comparison is fabricated here.

FAQ

Can I generate a report without running the prerequisite audits first?
Not meaningfully. The skill requires outputs from geo-platform-optimizer, geo-schema, geo-technical, and geo-content (optionally geo-llmstxt and geo-brand-mentions); without those files there are no scores or findings to populate the template.
What format does the report come in, and is it really client-ready?
Output is GEO-CLIENT-REPORT.md, roughly 3,000–6,000 words, self-contained, printable, and designed to be sent without editing. A chart-rich PDF requires the separate geo-report-pdf skill.
How trustworthy are the revenue estimates in the report?
The template mandates conservative estimates with stated assumptions and forbids guaranteeing results. They are inferences — actual outcomes depend on the client's site and industry, and this should be communicated on delivery.
What permissions and environment does it need?
A Claude Code environment; the skill declares Read, Grep, Glob, Bash, WebFetch, and Write as its allowed tools, so it needs local filesystem access and network fetching. Installing the collection also requires Python 3.8+ and Git.

More skills from this repository

All from zubair-trabzada/geo-seo-claude

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

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

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.

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.

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