What problem does it solve?
This Skill solves the problem of shipping frontend changes that accidentally break accessibility, performance, UI layout, or site integrity without anyone noticing until late.
Core Features & Use Cases
- Deterministic CI verification gate: Runs a single aggregated quality pipeline that fails on regressions across performance, accessibility, and correctness checks.
- Automated accessibility and quality auditing: Combines Lighthouse CI and axe-core (via Playwright) with static analyzers and page-level checks.
- Visual regression and interaction validation: Uses Playwright screenshot diffs (with masking) plus targeted interaction assertions like menu toggling and web vitals for INP/CLS.
- Build integrity checks: Adds bundle size limits, unused CSS detection, broken-link checks, and HTML validation to prevent degraded production output.
- Use case: After an agent edits a site, run npm run verify to ensure the build meets strict quality thresholds before merging or deploying.
Quick Start
Run the web-qa-2026 skill to set up and execute your full automated verification suite via npm run verify on your built dist output.