geo-compare

Compares two GEO audits and generates monthly client progress reports with score deltas.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/finedesignz/geo-seo-claude --skill geo-compare-finedesignz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: geo-compare
Source: https://github.com/finedesignz/geo-seo-claude/tree/main/skills/geo-compare
Command: npx skills add https://github.com/finedesignz/geo-seo-claude --skill geo-compare-finedesignz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agencies running GEO (Generative Engine Optimization) engagements need to prove ongoing value to clients each month, but manually diffing two audit reports and building a progress document is slow and error-prone. This Skill automates the comparison of a baseline audit against a current audit and produces a ready-to-share monthly progress report. ## Core Features & Use Cases - Audit Delta Calculation: Parses two GEO audit files and computes per-category, per-platform, and per-crawler score changes with trend indicators. - Action Item Tracking: Reports completion status of quick-win, medium-term, and strategic action items from the previous plan. - Client Report Generation: Writes a structured Markdown monthly report (score trajectory, wins, new issues, next-month priorities, business impact estimates) to ~/.geo-prospects/reports/. - Use Case: An agency runs /geo compare electron-srl.com before a monthly client check-in; the Skill locates the oldest and newest audits for that domain, calculates that the GEO score rose from 32 to 44, and outputs a formatted progress report ready to send. ## Quick Start Ask the assistant to compare the baseline and current GEO audits for a client domain and generate the monthly progress report.

Frequently Asked Questions about geo-compare

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare two GEO audit reports?▼

Run the compare command with a domain name or with two audit file paths. The Skill parses both audits, extracts overall and per-category scores, and calculates deltas with trend indicators for each metric.

How to generate a monthly GEO progress report for a client?▼

Provide the client domain and the Skill finds the oldest and newest audits in the audits directory, then writes a Markdown monthly report covering score changes, action item status, wins, new issues, and next-month priorities.

What happens if only one audit file exists for a domain?▼

The single existing audit is used as the baseline and a fresh quick audit is run as the current state. If no audit files exist, the Skill suggests running a prospect audit first.

What metrics does the GEO delta report track?▼

It tracks the overall GEO score, six category scores, five AI platform readiness scores, AI crawler access status for crawlers like GPTBot and ClaudeBot, and completion status of action items.

What if the audit files do not contain exact numeric scores?▼

The Skill falls back to contextual analysis of the written findings in the audit files to estimate approximate scores based on the issues described, so reports can still be generated from less structured audits.