Takes the markdown report from a GEO audit and turns it into a client-ready PDF with a styled cover page, color-coded score tables, and severity-tagged findings. Uses pandoc to convert the markdown and Chrome headless to render the final PDF, so no Python dependencies to wrangle. The template injects metadata like brand name, domain, and GEO score automatically by parsing the audit report header. Nice if you're already running GEO audits and need something you can send to clients without manually formatting everything. The color-coding logic runs in JavaScript before Chrome prints, which is a clever way to style dynamic content without preprocessing the markdown.
npx skills add https://github.com/zubair-trabzada/geo-seo-claude --skill geo-report-pdf