website-change-verifier

website-change-verifier is a skill for Codex from jqaisystems/jqai-ai-skills. It costs 71 tokens per session (728 once invoked), scanned A, original, MIT.

A set of instructions for checking whether a website change works throughout the whole site and in production, the publicly deployed version.

In plain words
What is it for?
Use it to verify edited pages, URLs, navigation, search metadata, accessibility text, media, mobile layouts, and the live site.
Why use it?
It helps catch problems where the source code changed but the route, links, metadata, sitemap, responsive layout, or live deployment did not.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to verify edited pages, URLs, navigation, search metadata, accessibility text, media, mobile layouts, and the live site.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jqaisystems/jqai-ai-skills/website-change-verifier
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 jqaisystems/jqai-ai-skills --skill website-change-verifier
Clone the repo
git clone --depth 1 https://github.com/jqaisystems/jqai-ai-skills

Made for: Codex.

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 website-change-verifier

README.md
[![agentmods](https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/website-change-verifier/github.svg)](https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/website-change-verifier)
Your own site
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/website-change-verifier"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/website-change-verifier/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 website-change-verifier

Your own site · 80×15
<a href="https://agentmods.dev/skills/jqaisystems/jqai-ai-skills/website-change-verifier"><img src="https://agentmods.dev/badge/skills/jqaisystems/jqai-ai-skills/website-change-verifier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 728 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.00071 $0.00728
Opus 5 $0.00036 $0.00364
Sonnet 5 $0.00014 $0.00146
Haiku 4.5 $0.00007 $0.00073

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

Security

Grade A, and why

website-change-verifier 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/verify_routes.py), 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/website-change-verifier/SKILL.md · 69 lines

How it starts

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

Website Change Verifier

Verify the complete user-visible result of a website change. Default to read-only checks and report the highest completion state supported by evidence.

1. Identify the change and platform

  • Confirm the project root, target route, requested outcome, source of truth, and expected visibility.
  • Inspect project instructions, manifests, entrypoints, routing, and nearby implementation patterns.
  • Read references/framework-checks.md for the detected stack.
  • Preserve existing public URLs and unrelated behavior unless the request explicitly changes them.

2. Map affected surfaces

Check which parts of this chain apply:

  1. content or data source
  2. route or page rendering
  3. navigation, listings, related content, and internal links
  4. title, description, canonical, Open Graph, structured data, and accessibility text
  5. sitemap, robots rules, llms.txt, feeds, search indexes, or static export
  6. images, video, downloads, and responsive variants
  7. local server, deployment, cache, and live state

For hidden content, distinguish navigation removal from direct access, sitemap presence, and search visibility.

3. Verify in layers

  • Read references/verification-matrix.md and select checks proportional to the change.
  • Run syntax, type, lint, test, or production-build checks supported by the project.
  • Confirm the correct listener and make a real request to each affected route.
  • Use scripts/verify_routes.py for deterministic status and response-text checks.
  • Inspect rendered desktop and mobile behavior when layout, interaction, forms, or media changed.
  • Confirm required text is present and replaced text is absent.
  • Check discovery surfaces only when the content is intended to appear there.

Example:

python scripts/verify_routes.py `
  --url http://127.0.0.1:8766/example `
  --contains "http://127.0.0.1:8766/example::Expected heading" `
  --not-contains "http://127.0.0.1:8766/example::Old wording"

Read the full file on GitHub · 69 lines

Files

What ships with it

4 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. 12d ago First seen · 69 lines · 71 tokens per session scan A 2768bdcfea54

Subscribe to this mod's changes

website-change-verifier is a skill published in the GitHub repository jqaisystems/jqai-ai-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 728 once invoked, about $0.0004 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

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

datit309/supergraph · 35 tokens

web-e2e

Full end-to-end browser testing for local web apps with a persistent logged-in session. Log in once into a named Chrome profile, then drive real flows with trace evidence against your locally served app - Laravel/Herd, docker compose, FastAPI+SPA, Vite. Adds per-project orchestration via .e2e/config.json - boot +…

vanducng/skills · 141 tokens

ui-test

Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…

mostafa-drz/claude-skills · 190 tokens

audit-ui-e2e

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

mostafa-drz/claude-skills · 152 tokens

capture-screens

Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…

mostafa-drz/claude-skills · 101 tokens