checking-wsh-vrt
Installation
SKILL.md
Checking WSH VRT
Prevents disqualification in Web Speed Hackathon by running Visual Regression Testing locally. VRT failures mean your optimizations broke the visual appearance — and that means disqualification, no matter how fast your app is.
Use this skill when you need to run VRT checks during WSH optimization, investigate VRT failures, or update baselines after intentional visual changes.
Supporting files:
- VRT-TROUBLESHOOTING.md — Common VRT failures and fixes
Quick Start
# 1. Install dependencies (first time only)
npx playwright install --with-deps chromium
# 2. Start the app
npm run build && npm run start &