audit-page

audit-page is a skill for Claude Code from GabrielAmz/web-anatomy. It costs 182 tokens per session (4,856 once invoked), scanned A, original, MIT.

A page-auditing skill that evaluates landing, homepage, pricing, feature, and comparison pages section by section. It uses a 49-point conversion checklist; conversion means getting visitors to take the intended action.

In plain words
What is it for?
Use it to diagnose a page, score its sections, prioritize improvements, and prepare the findings for a later rewrite.
Why use it?
It identifies where a page loses potential customers and ranks the most important problems to fix first.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the web-anatomy plugin — 7 skills, 1 MCP server shipped together

Good fit Use it to diagnose a page, score its sections, prioritize improvements, and prepare the findings for a later rewrite.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gabrielamz/web-anatomy/audit-page
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 GabrielAmz/web-anatomy --skill audit-page
Clone the repo
git clone --depth 1 https://github.com/GabrielAmz/web-anatomy

Made for: Claude Code.

Or install web-anatomy, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/audit-page/github.svg)](https://agentmods.dev/skills/gabrielamz/web-anatomy/audit-page)
Your own site
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/audit-page"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/audit-page/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-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/gabrielamz/web-anatomy/audit-page"><img src="https://agentmods.dev/badge/skills/gabrielamz/web-anatomy/audit-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 182 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,856 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.00182 $0.04856
Opus 5 $0.00091 $0.02428
Sonnet 5 $0.00036 $0.00971
Haiku 4.5 $0.00018 $0.00486

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

Security

Grade A, and why

audit-page 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/score.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/audit-page/SKILL.md · 373 lines

How it starts

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

Audit Page

Diagnose the current state of a page, section by section, and tell the user which sections to revamp first and why. Apply a proven CRO framework as the lens, but organize the audit by SECTION so the output routes straight into the fix.

This is the Audit altitude of Web Anatomy: a whole-page diagnosis that runs standalone, with no benchmark data required. It feeds the grounded rework in write-page.

You do NOT write copy, headlines, or rewrites here, and you do NOT need benchmark data. Output is problem framing and prioritization: where conversion leaks and what to fix first. This is the on-ramp. The grounded next step is where the real edge is, so always end by handing off to it. There are two grounded paths and they answer different questions, so Step 6 asks the user which one they want.

Output Behavior

When file access is available, always write the orchestration handoff:

  • .webanatomy/audit-page/{page-or-section}-{YYYY-MM-DD}/scorecard.json (your per-item judgments)
  • .webanatomy/audit-page/{page-or-section}-{YYYY-MM-DD}/score.json (written by the scorer)
  • .webanatomy/audit-page/{page-or-section}-{YYYY-MM-DD}/audit.json
  • .webanatomy/audit-page/{page-or-section}-{YYYY-MM-DD}/report.md

audit.json is the machine handoff that write-page reads so it does not re-diagnose. The score block is copied verbatim from score.json (Step 3); do not hand-edit those numbers. Use this exact shape:

{
  "schema": "webanatomy.audit-page.v2",
  "target": "<url or page name>",
  "industry": "<resolved or inferred industry>",
  "locale": "en|fr",
  "score": {
    "overall": 0,
    "band": [0, 0],
    "coverage": 1,
    "evidenceBacked": 1,
    "evaluated": 49,
    "naCount": 0,
    "categoryScores": [
      { "category": "Hero", "score": 0, "passCount": 0, "failCount": 0, "naCount": 0, "failedItemIds": [] }
    ]
  },
  "currentSnapshot": [{ "label": "Headline", "text": "..." }],
  "strengths": [
    { "section": "trust", "what": "Recognizable customer logos sit above the fold", "why": "fast credibility for a cold visitor; keep it" }
  ],
  "recommendations": [
    {
      "section": "hero",
      "severity": "HIGH",
      "kind": "copy",
      "opportunity": "Lead the H1 with the outcome, not the product name",
      "why": "what it unlocks, tied to the real page",
      "failedItemIds": ["hero.outcome_focus"]
    }
  ],
  "pageLevel": [
    { "section": "page", "opportunity": "Fix the narrative order (pain then outcome then product)", "why": "..." }
  ],
  "sectorSpecific": [
    { "section": "contact", "opportunity": "Surface the capital-loss risk notice near the form", "why": "regulated finance; judgment, not the rubric" }
  ],
  "startHere": "hero",
  "notes": "industry inferred; capture method + confidence"
}

Read the full file on GitHub · 373 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 373 lines · 182 tokens per session scan A 4bff4eba4cf4

Subscribe to this mod's changes

audit-page is a skill published in the GitHub repository GabrielAmz/web-anatomy (8 stars, last pushed 2mo ago), licensed MIT. It adds 182 tokens to every session and 4,856 once invoked, about $0.0009 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

Build Landing Page

The ultimate landing page builder. Through a conversational interview, autonomously produces a complete, deployable Next.js landing page with TypeScript, Tailwind CSS, SEO metadata, JSON-LD structured data, and conversion-optimized copy. Consolidates intelligence from landing-page-designer, copywriting, page-cro…

eddiebelaval/squire · 145 tokens

icp-research

Scrapes case studies, testimonials, and solutions pages from a target website to build structured ICP documentation. Produces TAM analysis, firmographic segments, champion and economic buyer personas, use case mapping, customer proof points, and voice-of-customer synthesis with normalized attributes. Requires website…

growthack88/growth-marketing-os · 95 tokens

marketing-skills

42 marketing agent skills and plugins for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw, and 6 more coding agents. 7 pods: content, SEO, CRO, channels, growth, intelligence, sales. Foundation context + orchestration router. 27 Python tools (stdlib-only).

h3rb3rn/moe-sovereign · 66 tokens

cod-operations-analyst

COD (cash-on-delivery) e-commerce operations skill. Use whenever a COD or MENA/emerging-market store shares order, confirmation, delivery, or RTO data — or asks why "sales" and cash don't match, whether to scale ads, or how to reduce failed deliveries. Extends funnel analysis past checkout: computes real revenue…

growthack88/growth-marketing-os · 115 tokens

E-commerce Manager

Online store management, product optimization, conversion analysis, and digital retail strategy.

eddiebelaval/squire · 18 tokens

launch-tier-framework

Classify product launches into defensible tiers and turn roadmap inputs into a season-of-launch plan that aligns Product, Campaigns, PR/AR, Sales, and customer-facing teams.

growthack88/growth-marketing-os · 40 tokens