What problem does it solve? UI changes often ship with visual regressions, broken layouts, clipped CJK text, or faked mock-only implementations that self-review misses. This Skill enforces rigorous, evidence-based visual verification before any UI is called done. ## Core Features & Use Cases - Objective evidence capture: Runs bundled Node scripts for pixel-level PNG image diffs (diffRatio, similarityScore, hotspots) and TUI width/border/wide-character checks, producing structured JSON. - Dual independent review passes: Dispatches a design-system/functional integrity advisor and a visual-fidelity/CJK-precision reviewer in parallel, then synthesizes one good/bad verdict with a completion gate that loops until an independent PASS on fresh captures. - Reference-fidelity mode: For clone-this-site or Figma-to-code tasks, adds mandatory pixel-perfect design-compare and code-level design-system fidelity verifications. - Use Case: After rebuilding a landing page from a Figma export, capture same-viewport screenshots, run the image-diff script, dispatch both reviewer passes, and loop fixes until the page matches the target region by region. ## Quick Start Ask the agent to run visual QA on the UI you just built, for example: verify this page matches the reference mockup and check for layout or CJK text issues.