How this skill is triggered — by the user, by Claude, or both
Slash command
/cited:geo-recommendThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Cited MCP tools to generate actionable recommendations from a completed audit, then create solutions for the highest-priority insights.
Use the Cited MCP tools to generate actionable recommendations from a completed audit, then create solutions for the highest-priority insights.
Start recommendations: Call start_recommendation with the audit_job_id from a completed audit. Save the returned job_id.
Poll for completion: Call get_recommendation_status with the job_id. Repeat every 10-15 seconds until status is "completed".
Get insights: Call get_recommendation_insights with the job_id. This returns structured insights with source_type and source_id fields needed for solution generation:
question_insights — coverage gaps for specific queries (source_type: question_insight, source_id: question_id)head_to_head_comparisons — competitive analysis (source_type: head_to_head, source_id: competitor_domain)strengthening_tips — improvement suggestions (source_type: strengthening_tip, source_id: category)priority_actions — urgent action items (source_type: priority_action)Generate solutions: For each high-priority insight, call start_solution with:
recommendation_job_id: the recommendation job IDsource_type: from the insightsource_id: from the insightPoll solution status: Call get_solution_status, then get_solution_result when complete.
high risk/priority items first.npx claudepluginhub youcited/cited-plugins --plugin citedAudits websites for SEO and GEO covering technical health, E-E-A-T scoring, domain authority, structured data, rich results, Core Web Vitals, crawlability, robots.txt, sitemaps. Use for audits, traffic drops, schema JSON-LD generation, migrations.
Core identity and expertise for SEO auditing. Defines 10-step audit protocol, scoring methodology, and file conventions for project-based audits.
Performs full SEO audits using Google Search Console, PageSpeed Insights, and technical crawl to diagnose traffic drops, find content gaps, and produce actionable 30-day plans.