What problem does it solve? Unintended UI changes often slip into production because functional tests cannot detect visual differences like layout shifts, broken styles, or theme regressions. This Skill sets up automated screenshot comparison so visual changes are caught and reviewed before merging. ## Core Features & Use Cases - Playwright Visual Testing: Configure snapshot directories, diff thresholds, and screenshot assertions for pages, components, and interactive states like hover and focus. - Responsive and Dark Mode Coverage: Capture screenshots across mobile, tablet, and desktop viewports plus light and dark color schemes. - Chromatic and CI Integration: Wire Chromatic into Storybook and GitHub Actions, upload diff artifacts on failure, and manage baseline updates. - Use Case: A team merging a CSS refactor runs visual tests in CI; the pipeline flags a 2-pixel navigation shift, uploads the diff image as an artifact, and blocks the merge until the change is approved or the baseline is updated. ## Quick Start Set up Playwright visual regression tests for my homepage with multi-viewport screenshots and a GitHub Actions workflow.