What problem does it solve? Manually checking UI code against design and accessibility best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and auditing your files against every rule. ## Core Features & Use Cases - Guideline-Based Review: Fetches the latest rules from the vercel-labs web-interface-guidelines repository before each audit, so checks always reflect current standards. - File or Pattern Targeting: Reviews specific files or glob patterns you provide, or prompts you to specify which files to check. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixing. - Use Case: Before merging a pull request, ask for a review of your React components to catch accessibility issues and design guideline violations early. ## Quick Start Ask the assistant to review your UI files against web interface guidelines, for example by saying: review the accessibility and design of my components in src/components.