geo-compare

Compare two GEO audits and generate a monthly delta report in Markdown format.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill geo-compare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: geo-compare
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/geo-compare
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill geo-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monthly delta tracking and progress reporting for GEO clients. Compares two GEO audits (baseline vs. current), calculates score improvements across all categories, tracks action item completion, and generates a "here's your progress" client report. Use when a client asks for progress updates or when conducting monthly GEO check-ins.

Core Features & Use Cases

  • Compare two GEO audits to surface delta in scores and actions
  • Generate a concise client-facing progress report with actionable items
  • Automate baseline/current discovery and output to a shareable Markdown document

Quick Start

Provide a baseline and current GEO audit files, or a domain, to 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 audits to calculate monthly score deltas?

To compare two GEO audits, provide baseline and current audit files to calculate per-category and per-platform score deltas, generating a client-ready Markdown progress report.

Can I generate a monthly progress report for GEO clients automatically?

Yes, you can automatically generate a monthly progress report by discovering baseline and current audit files, computing score deltas, and outputting a shareable Markdown document.

What is the best way to track GEO action item completion between audits?

Tracking GEO action item completion requires comparing two audit files to surface delta in scores and actions, which automatically generates a concise client-facing progress report.

Do I need to provide audit files manually to generate a GEO delta report?

You do not always need to provide audit files manually; you can supply a domain for file discovery, and the system handles parsing, delta calculations, and report output.

How does the GEO delta report handle validation and parsing errors?

The GEO delta report includes clear error handling and validation during file discovery, parsing, and delta calculations to ensure accurate per-category and per-platform progress tracking.