Vrt Check

Runs the project's visual regression testing (VRT) workflow, detects whatever tooling the repo actually uses (justfile/Makefile/package.json targets like visual-diff or visual-update, Storybook test-runner, Playwright screenshot tests, Chromatic, Loki, Percy), executes the diff, and triages every failure as a real regression or an intended change by inspecting the diff images and the components that changed on this branch. Only updates snapshots for changes confirmed intended; never blanket-approves a diff run. Use when the user says "run the visual diff", "check for visual regressions", "VRT", "did I break the UI", "update snapshots", "storybook snapshot tests failing", or before merging a branch that touches UI components. Not for a subjective UX/design critique with no baseline (use review-design) or writing new tests from scratch (use test-suite).

mgiovani 0b4b889 3 files · 13.0 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/vrt-check commit 0b4b889dcd

Frequently asked questions

npx skillmds@latest add mgiovani/vrt-check