explain-issue

Installation
SKILL.md

Explain a crawler rule

Crawler findings use stable rule ids so agents can join summaries, affected URLs, and guidance without parsing prose. This report explains the rule definition; it does not inspect a site or prove that the rule triggered on any particular page.

Run it

If the id is unknown, use list-rules first. For MCP report discovery, call seo_list_reports with category crawl only when needed. Then call seo_describe_report with { "id": "explain-issue" } and seo_run_report with:

{
  "id": "explain-issue",
  "params": { "ruleId": "missing_title" }
}

Check MCP isError, then read structuredContent. The exact CLI equivalent is:

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