audit-roadmap

audit-roadmap is a skill for Claude Code from PavloSEO/seohead-seotools. It costs 168 tokens per session (1,758 once invoked), scanned A, original, MIT.

A short planning check for a website domain before a full SEO audit. It inspects the site’s basic setup and decides what evidence the audit needs.

In plain words
What is it for?
Use it to plan an SEO audit, estimate the work involved, and choose which checks to run or skip for a particular website.
Why use it?
It prevents expensive checks from running unnecessarily and reduces the chance of missing important issues. It also clarifies the audit’s scope before work begins.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to plan an SEO audit, estimate the work involved, and choose which checks to run or skip for a particular website.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pavloseo/seohead-seotools/audit-roadmap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PavloSEO/seohead-seotools --skill audit-roadmap
Clone the repo
git clone --depth 1 https://github.com/PavloSEO/seohead-seotools

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for audit-roadmap

README.md
[![agentmods](https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/audit-roadmap/github.svg)](https://agentmods.dev/skills/pavloseo/seohead-seotools/audit-roadmap)
Your own site
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/audit-roadmap"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/audit-roadmap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for audit-roadmap

Your own site · 80×15
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/audit-roadmap"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/audit-roadmap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 168 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,758 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00168 $0.01758
Opus 5 $0.00084 $0.00879
Sonnet 5 $0.00034 $0.00352
Haiku 4.5 $0.00017 $0.00176

Measured 9d ago against content hash d4d64490e8a2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

audit-roadmap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/audit-roadmap/SKILL.md · 117 lines

How it starts

The opening of the file, as written. The whole thing — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Audit Roadmap — planner: domain -> what to collect

The seo-deep-audit orchestrator immediately runs everything. This skill operates one step earlier: use quick reconnaissance to create a plan for exactly what to collect for a specific site, so that expensive work is not run unnecessarily and critical issues are not missed. The terms-of-reference principle is: "rushing is prohibited" — plan first, collect second.

When to use it

  • You were given a domain and asked to analyze it, but the scope/focus is unknown.
  • You need a work plan and estimate before starting (for yourself, a client, or a team).
  • Before seo-deep-audit: determine which phases are needed and which should be skipped.

Workflow

Phase 0 — Recon lite (5 commands, a few minutes)

Quick reconnaissance without a crawl. Each item is a single call:

seohead domain-profile --domain <domain>     # registration, hosting, ASN, TLS expiry, flags
seohead tech-detect     --url https://<domain>   # CMS, framework, server, analytics
seohead robots-check    --url https://<domain>   # what is allowed, sitemap location, junk directives
seohead sitemap-crawl   --url https://<domain>/sitemap.xml   # scale — number of URLs in the sitemap
seohead ai-bots-check   --url https://<domain>   # which AI crawlers are allowed

If the sitemap was not found through robots, try /sitemap.xml and /sitemap_index.xml. If the network or site is unavailable, work with what the user provided (domain, access, objective).

Phase 1 — Interpret signals as categories

Use the Phase 0 output to determine four dimensions — they shape the entire roadmap:

Dimension Signals Decision
Scale sitemap: <500 / 500–5,000 / 5,000–50,000 / >50,000 URLs small -> full analysis; medium -> templates; large -> Dynamic Sampling, near-duplicate analysis required
Stack tech-detect: SPA (React/Vue/Next/Nuxt) vs server rendering (WP/Bitrix/static) SPA -> JS rendering (raw vs DOM) + CWV required; static -> JS rendering optional
Site type based on URLs/content: e-commerce / blog-media / services-local / corporate / SaaS / portal each type -> its own schema set and common issues (see Phase 2)
Access and health TLS expiry <30 days, security D–F, noindex in robots, no llms.txt, retrieval bots blocked include these in the roadmap's critical tasks

Read the full file on GitHub · 117 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 117 lines · 168 tokens per session scan A d4d64490e8a2

Subscribe to this mod's changes

audit-roadmap is a skill published in the GitHub repository PavloSEO/seohead-seotools (0 stars, last pushed 6d ago), licensed MIT. It adds 168 tokens to every session and 1,758 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories