doctor

Installation
SKILL.md

Check local setup

Run doctor before blaming a report for an authentication or configuration failure. It reads local setup state and separates missing credentials, missing Google scopes, and absent defaults from actual SEO evidence. A passing result means the local prerequisites look present. It does not prove that a token is still accepted by Google or that the account can access a particular property.

Run the report

With MCP, call seo_list_reports with {"category":"setup"}. Then call seo_describe_report with {"id":"doctor"} and use the returned schema. Finally call seo_run_report with {"id":"doctor","params":{}}. The report accepts no parameters, so do not invent a site, project, or refresh field.

The CLI exposes the same registry and schema:

Installs
1
Repository
iannuttall/seo
GitHub Stars
464
First Seen
Jul 11, 2026
doctor — iannuttall/seo