website-qa
Installation
SKILL.md
Website QA
The gate every page passes before launch, and the check re-run after any edit. Two parts: the automated basic tests, then the performance handoff.
1. Basic tests (fix to green)
npm test runs the Playwright suite from the new-website skill's
templates/astro/ overlay against a production build (astro build && astro preview — the static output Cloudflare serves). Test the contract, not the
cosmetics; red → green → commit.