seo-geo-report-engine: Skill for Claude Code

.agents/skills/technical-seo-audit/SKILL.md

technical-seo-audit is a skill for Claude Code from prashishh/seo-geo-report-engine. It costs 111 tokens per session (1,614 once invoked), scanned A, original, MIT.

A technical SEO audit workflow for finding problems that stop search engines from crawling, indexing, or understanding a website. Indexing means storing a page in a search engine's database so it can appear in results.

In plain words
What is it for?
Use it to review crawl errors, redirects, robots.txt, sitemaps, duplicate or excluded pages, structured data, internal links, and other on-site SEO issues.
Why use it?
It turns crawl and indexing problems into a ranked list of fixes, instead of leaving developers to inspect technical issues without knowing which matter most.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: installed under .agents/ (shared by several agents).

This is prashishh/seo-geo-report-engine's own configuration. It tells Claude Code how to work on seo-geo-report-engine itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything seo-geo-report-engine configures →

Part of the seo-geo-report-engine plugin — 33 skills, 8 commands, 5 agents shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to prashishh/seo-geo-report-engine. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/prashishh/seo-geo-report-engine/main/.agents/skills/technical-seo-audit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/prashishh/seo-geo-report-engine

Made for: Claude Code.

Or install seo-geo-report-engine, the plugin that ships this one along with the rest of its 33 skills, 8 commands, 5 agents.

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 technical-seo-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/technical-seo-audit/github.svg)](https://agentmods.dev/skills/prashishh/seo-geo-report-engine/technical-seo-audit)
Your own site
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/technical-seo-audit"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/technical-seo-audit/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 technical-seo-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/prashishh/seo-geo-report-engine/technical-seo-audit"><img src="https://agentmods.dev/badge/skills/prashishh/seo-geo-report-engine/technical-seo-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,614 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.00111 $0.01614
Opus 5 $0.00056 $0.00807
Sonnet 5 $0.00022 $0.00323
Haiku 4.5 $0.00011 $0.00161

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

Security

Grade A, and why

technical-seo-audit 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 11d 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.

.agents/skills/technical-seo-audit/SKILL.md · 96 lines

How it starts

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

technical-seo-audit

Finds what stops a site from being crawled, indexed, and understood — then ranks fixes by impact. Engine is Ahrefs Site Audit (see knowledge/ahrefs-mcp-map.md); call doc before first use. For Core Web Vitals / load speed, defer to the user's existing core-web-vitals and performance skills — name them in the report and don't re-derive their work here.

Methodology (PERCEIVE → ANALYZE → VALIDATE → ACT)

PERCEIVE — pull the crawl. Resolve project (./bin/mkt config show --project <client>); confirm ahrefs.project_id in client.yml. List audits with site-audit-projects; pull issues with site-audit-issues (grouped by severity). Inspect specific pages with site-audit-page-content and site-audit-page-explorer. Cross-check what's actually indexed/ performing with gsc-pages and gsc-performance-by-position (owned truth beats inference).

ANALYZE — six dimensions. Bucket every finding into:

  1. Crawlability — robots.txt rules, crawl traps/depth, redirect chains, 4xx/5xx, orphan pages.
  2. Indexation — noindex conflicts, canonical conflicts/duplicates, thin/index-bloat pages, pagination & hreflang correctness, www/non-www & http/https consolidation.
  3. Sitemaps & robots — XML sitemap present, valid, fresh, referenced in robots.txt; no noindexed/redirected/4xx URLs in the sitemap. See Sitemap-validation pass below.
  4. Structured data — presence/validity of JSON-LD (hand depth to the schema-markup skill).
  5. Internal linking — orphan/under-linked money pages, weak hub→spoke flow, anchor relevance. Use site-explorer-pages-by-internal-links and site-explorer-linked-anchors-internal.
  6. Page experience — mobile-friendliness, HTTPS/mixed content, intrusive interstitials. For CWV/LCP/INP/CLS and speed, invoke core-web-vitals and performance — reference, don't duplicate.
  7. Image SEO — alt text, intrinsic dimensions, lazy-loading, modern formats. See Image-SEO sub-audit below.

Read the full file on GitHub · 96 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. 11d ago First seen · 96 lines · 111 tokens per session scan A 2500e980c091

Subscribe to this mod's changes

technical-seo-audit is a skill published in the GitHub repository prashishh/seo-geo-report-engine (5 stars, last pushed 2mo ago), licensed MIT. It adds 111 tokens to every session and 1,614 once invoked, about $0.0006 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

content-amplifier

Use when the user asks to "amplify influencer content with paid media", "set up whitelisting or Spark Ads", "decide which posts to boost", "repurpose influencer content", "turn one video into multiple ads", or "build a UGC asset library"; produces (paid mode) a content-selection scorecard, a paid amplification…

aaron-he-zhu/aaron-marketing-skills · 202 tokens

email-sequence-designer

Use when the user asks to "design a welcome flow", "set up an abandoned-cart sequence", "build a light re-engagement branch inside a lifecycle flow", or "plan a cold-outbound sequence"; produces general lifecycle automation flows (welcome, cart, browse-abandon, post-purchase, in-flow re-engagement, B2B cold outbound)…

aaron-he-zhu/aaron-marketing-skills · 197 tokens

reactivation-specialist

Use when the user asks to "build a win-back campaign", "re-engage lapsed subscribers", "run a re-permission / re-consent sweep", or "sunset my dead list"; produces a closed-loop reactivation program — a lapsed-cohort definition, a staged offer ladder, a re-consent (re-permission) capture step, and a sunset-confirm /…

aaron-he-zhu/aaron-marketing-skills · 215 tokens

campaign-planner

Use when the user asks to "plan an influencer campaign", "build a campaign blueprint", "track or close a creator campaign", or "record a late campaign correction"; produces the plan and, when requested, a non-canonical evidence tracker with scoped identity, publication, reconciliation, close, and reopen receipts. Not…

aaron-he-zhu/aaron-marketing-skills · 124 tokens

product-feed-optimizer

Use when the user asks to "optimize my Shopping feed", "fix product disapprovals", "improve product titles/attributes", or "build feed-driven PMax asset groups"; audits and rewrites the Shopping/Performance Max product feed — title/description patterns, required and recommended attributes, GTIN/availability/price…

aaron-he-zhu/aaron-marketing-skills · 144 tokens

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens