top-fixes
Installation
SKILL.md
Prioritize technical fixes
Large crawls need triage, but priority must remain explainable. This report groups issues by rule and ranks them using severity, affected-page count, estimated effort, and any available Search Console or analytics evidence. It is a deterministic queue from retained evidence, not a forecast of rankings, traffic, conversions, or revenue.
Run it
For MCP, call seo_list_reports with category crawl only when discovery is needed. Call seo_describe_report with { "id": "top-fixes" }, then call seo_run_report with:
{
"id": "top-fixes",
"params": {
"reportId": "crawl_example_20260710",
"category": "metadata",
"limit": 5
}
}