What problem does it solve? After implementing frontend changes, it is easy to ship visual regressions, viewport-specific layout bugs, or design drift that unit tests never catch. This Skill provides a structured browser-level validation methodology so every UI change is verified before a PR is created. ## Core Features & Use Cases - Six-stage validation checklist: Covers page load, visual correctness at desktop and mobile viewports, Figma design comparison with token-level fidelity checks, runtime health, regression on adjacent UI, and analytics tracking verification. - Recovery and experiment protocols: Defines concrete recovery steps when the target UI is unreachable (broken localhost, missing preview, hidden sections) and override procedures for feature flags, experiments, and A/B tests. - Structured verdict format: Produces a Pass / Pass with notes / Fail verdict with evidence, including a checklist of what was tested and what was not verified. - Use Case: After finishing a ticket that changes a product page component, run this Skill to navigate the page with playwright-cli, compare computed styles against the Figma node at both 1280px and 375px viewports, check console and network health, and produce an evidence-backed verdict before opening the PR. ## Quick Start Validate the UI changes from my current branch in the browser at desktop and mobile viewports and give me a pass or fail verdict with evidence.