geo-report-pdf
geo-report-pdf automates the conversion of GEO audit markdown documentation into professional PDF reports complete with custom cover pages and visually organized, color-coded tables. Perfect for teams delivering client-ready GEO analysis and optimization findings in a polished, branded format.
geo-report-pdf automates conversion of your GEO audit markdown documentation into professional PDF reports. The skill processes structured audit data and generates client-ready deliverables with custom cover pages, color-coded tables, and severity-tagged findings—all formatted for immediate client delivery without manual styling.
AI-generated summary based on this skill's SKILL.md
Install
zubair-trabzada/geo-seo-claude/geo-report-pdf · repository language: Python
git clone https://github.com/zubair-trabzada/geo-seo-claude
cp -r geo-seo-claude/skills/geo-report-pdf ~/.claude/skills/geo-report-pdfFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I convert a GEO audit report to PDF?
geo-report-pdf automates conversion of your GEO audit markdown documentation into professional PDF reports. The skill processes structured audit data and generates client-ready deliverables with custom cover pages, color-coded tables, and severity-tagged findings—all formatted for immediate client delivery without manual styling.
Can geo-report-pdf generate professional PDF from markdown audit?
Yes. geo-report-pdf transforms markdown audit reports into polished PDFs using pandoc and Chrome headless rendering. It automatically applies professional formatting, creates branded cover pages, color-codes severity levels in tables, and includes a 90-day optimization roadmap—delivering presentation-ready documents from your structured audit data.
What PDF report generation methods does geo-report-pdf support?
geo-report-pdf supports automated PDF generation via pandoc and Chrome headless rendering. This dual approach ensures reliable conversion of complex audit layouts, color-coded tables, and styled content into high-quality PDFs suitable for client presentations and deliverables.
Does geo-report-pdf support customization of audit report templates?
Yes. geo-report-pdf allows you to customize audit report templates and color schemes for branded PDF output. You can tailor the cover page design, adjust color coding for severity tags, and configure the overall visual presentation to match your agency or brand guidelines.
What's included in a geo-report-pdf client deliverable?
geo-report-pdf generates comprehensive client-ready PDFs featuring a professional cover page, color-coded findings tables organized by severity, detailed GEO audit analysis, and a structured 90-day optimization roadmap. All elements are automatically formatted and styled for immediate client distribution.
Is geo-report-pdf open source?
Yes. geo-report-pdf is released under the MIT license, making it freely available for commercial and personal use with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
GEO PDF Report Generator (pandoc pipeline)
Prerequisites
- pandoc —
brew install pandoc - Google Chrome — must be installed at
/Applications/Google Chrome.app/
No Python dependencies. No ReportLab. No JSON data wrangling.
How It Works
- Read
GEO-AUDIT-REPORT.mdin the current directory (created by/geo audit) - Extract cover metadata from the report (brand name, domain, GEO score, date, locations)
- Run
pandocwith the bundled CSS + HTML template to produce a self-containedGEO-REPORT.html - Run Chrome headless to print the HTML to
GEO-REPORT.pdf
The pandoc template (~/.claude/skills/geo/templates/geo-report-template.html) injects:
- A full-bleed dark navy cover section with the GEO score badge
- Per-section cover metadata
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/geo-report-pdf/SKILL.md