Add 11-seo-comprehensive-audit orchestrator skill

New skill that runs a 6-stage SEO audit pipeline (Technical, On-Page,
Core Web Vitals, Schema, Local SEO, Search Console) and produces a
unified health score (0-100) with weighted categories. Includes Python
orchestrator script, slash command, and Notion integration for Korean
audit reports.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-13 02:37:51 +09:00
parent 7c5efea817
commit 930167dbbe
7 changed files with 777 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# 11-seo-comprehensive-audit dependencies
# Sub-skill dependencies are managed in their own requirements.txt files
requests>=2.31.0
python-dotenv>=1.0.0
rich>=13.7.0