What problem does it solve? After running SEO audits, keyword research, and content workflows, results end up scattered across multiple JSON files. This Skill consolidates everything into a single local web page the user can open in a browser, serving as the closing deliverable of any SEO workflow. ## Core Features & Use Cases - Unified SEO Dashboard: Reads structured data from .seo-audit/<site>/data/*.json (issues, keywords, clusters, competitors, GEO/AEO, performance, briefs, next steps) and renders a self-contained index.html with no external dependencies. - Honest Data Rule: Never invents numbers; missing data (GSC, volume/KD, Core Web Vitals) is shown as pending via meta.json → pending_data, and empty sections are hidden automatically. - Local Serving: Generates the dashboard with uv run build_dashboard.py --site <domain> and serves it at http://127.0.0.1:8787/ using Python's stdlib http.server. - Use Case: After a technical audit and keyword research on example.com, run the script to produce a single page showing critical issues, golden keywords, topic clusters, SERP competitors, and prioritized next steps. ## Quick Start Generate and serve the SEO dashboard for my site example.com using the data the other skills left in the .seo-audit folder.