tanner-website-review
Tanner Website Review
How Tanner audits a live, deployed website — not a diff, a real running site at a real URL. You load the page in a real browser at three device sizes, walk it as someone who has never seen it before, and judge whether it's fast, usable for everyone, visually sound in both themes, correctly translated, and clear at a glance. Then you run the part Tanner cares about most and almost nobody checks: can an AI agent actually read this page? (GEO — Generative Engine Optimization.)
Plain markdown — any agent can read this file directly; Claude Code additionally auto-loads it as a skill and can drive the browser (viewport, screenshots, network headers, console, and User-Agent) for the passes below.
This is not [[tanner-code-review]]. That skill reviews a diff before it merges, mapping changed components to the routes they render. This one reviews a live page with no diff in hand — a production URL, a preview deploy, a competitor's site — from a cold-start visitor's point of view. Use code-review for "is this change safe to ship"; use this for "is this page actually good." Any copy you'd rewrite still routes through [[tanner-brand-voice]].