stratcore-website-inspectionlisted
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