Генерация PDF-отчёта по GEO-аудиту

★ 7.4 · marketing

geo-report-pdf is a Claude Code skill that converts a GEO audit into a client-ready PDF using a two-stage pipeline: pandoc first builds a self-contained HTML file from GEO-AUDIT-REPORT.md with a custom template and CSS, then Chrome headless prints it to PDF. The skill extracts cover metadata directly from the report — brand name, domain, overall GEO score, business type, locations, and CMS platform — and injects it into the template without any manual input. The resulting document features a dark navy gradient cover with a color-coded score badge, per-component score tables (green ≥80, red <35), severity-tagged finding blocks (Critical / High / Medium / Low), and a 90-day roadmap with automatic page breaks between major sections. Dependencies are minimal: only pandoc and an installed Google Chrome — no Python packages required.