--- name: seo-reporting-dashboard description: | SEO reporting dashboard and executive report generation. Aggregates data from all SEO skills into stakeholder-ready reports and interactive HTML dashboards. Triggers: SEO report, SEO dashboard, executive summary, 보고서, 대시보드, performance report. allowed-tools: - Bash - Read - Write - WebFetch - WebSearch --- # SEO Reporting Dashboard ## Generate HTML Dashboard ```bash python custom-skills/34-seo-reporting-dashboard/code/scripts/dashboard_generator.py --report [JSON] --output dashboard.html ``` ## Generate Executive Report (Korean) ```bash python custom-skills/34-seo-reporting-dashboard/code/scripts/executive_report.py --report [JSON] --audience c-level --output report.md ``` ## Aggregate All Skill Outputs ```bash python custom-skills/34-seo-reporting-dashboard/code/scripts/report_aggregator.py --domain [URL] --json ```