← ClaudeAtlas

stratcore-website-inspectionlisted

Inspect a live website for content, claims, structure, brand-voice, visual, and accessibility issues and produce a ranked punch-list. Use when the user asks to review / inspect / audit / evaluate a website, web page, or site, or to re-check a page after a patch, or gives a URL and asks "what's wrong with this page" or "how do I improve this page". Requires a Playwright MCP server for the visual pass. Reports in-thread; only writes findings to a file when asked.
thestratcore/My-skills · ★ 0 · Web & Frontend · score 62
Install: claude install-skill thestratcore/My-skills
# Website inspection Review a **live, rendered website** and return a ranked punch-list of what to fix. Covers content accuracy, claim substantiation, honesty about status, confidentiality, compliance framing, information architecture, brand voice, the visual system, accessibility, and responsive layout. This is a general reviewer usable on any URL. The Stratcore-specific brand, positioning, and evidence checks are an **optional module** (`references/brand-and-positioning.md`) that switches on for Stratcore-owned or Stratcore-built sites. ## When not to use this skill - Reviewing source code or a pull request — that is ordinary code review. - Authoring or extending the Stratcore design system — use `stratcore-design`. - Extracting a brand kit from a site — use `brand-extract`. - Performance / Core Web Vitals audits — run Lighthouse; this skill does not measure load. ## Prerequisites 1. **Playwright MCP server, connected.** The visual and responsive passes depend on it. If `browser_navigate` / `browser_take_screenshot` / `browser_snapshot` / `browser_resize` / `browser_console_messages` / `browser_evaluate` are not available, stop and tell the user to run: ``` claude mcp add playwright -s user -- npx -y @playwright/mcp@latest --caps=vision ``` then `/mcp` to connect, then re-invoke. Do not attempt the visual pass without it and do not silently fall back to a text-only fetch unless the user explicitly accepts that. 2. **The target URL is reachabl