What problem does it solve? Manually auditing UI code for accessibility, design, and UX best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and checking 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 best practices. - File or Pattern Targeting: Accepts a specific file or glob pattern as an argument, or prompts you to specify which files to review. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixing. - Use Case: Before shipping a new landing page, run the review on your React components to catch accessibility and UX issues like missing labels or poor interaction patterns. ## Quick Start Ask the assistant to review my UI files in src/components against the web interface guidelines.