website-change-verifierlisted
Install: claude install-skill jqaisystems/jqai-ai-skills
# 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](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](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.
- U