Crawl one public website from a supplied URL, select up to ten representative page types, score evidence-lined GEO readiness, and generate a standalone visual HTML report. Use for 网站 GEO 诊断、全站 GEO 体检、网站 GEO 审计, or requests such as “帮我诊断网站GEO并附上网址”. Excludes single-page or brand-only diagnosis, live AI ranking or citation measurement, authenticated sites, and website modification.
Resources
8Install
npx skillscat add yaojingang/geohub/geo-site-diagnose Install via the SkillsCat registry.
GEOHub Website Diagnosis
Workflow
- Read
references/site-diagnosis-method.md,references/crawler-policy.md, andreferences/scoring-policy.md. - Extract the single public URL. Ask only for the URL when it is missing.
- Run
python3 scripts/run_site_diagnose.py --url <URL> --output <runs-root> --locale <locale> --max-pages 10 --render auto. - Inspect
quality-report.json, diagnostic confidence, source gaps, and limitations before presenting scores. - Validate the report against
references/report-module-contract.mdandreferences/report-design-system.md. - Deliver the complete Artifact Bus run directory and open
report.htmlfor the user.
Output contract
Return a bounded run containing source snapshots, crawl and sampling manifests, structured site and page diagnoses, evidence ledger, remediation backlog, quality and lineage artifacts, and one offline report.html. Read references/report-contract.md for the file contract and report format boundary.
The offline report runtime is packaged under assets/. Governed trigger and output cases are stored under evals/.
Boundaries
Fetch only public HTTP(S) resources on the approved canonical host. Discovery is bounded to 500 inventory URLs, five sitemaps, ten representative pages, 15 MB, and 90 seconds. Preserve blocked or unavailable pages as source_gap. Scores describe observed readiness signals and never claim live AI ranking, recall, citations, traffic, or business effects.
Do not use this Skill for single-page diagnosis, brand-only diagnosis, authenticated sources, live citation measurement, or website modification.