What problem does it solve? Manually auditing UI code for accessibility, performance, typography, and interaction best practices is slow and error-prone. This Skill automates the review of frontend files against the Vercel Web Interface Guidelines, producing concise, actionable findings. ## Core Features & Use Cases - Guideline-Based Code Review: Checks files against rules covering accessibility, focus states, forms, animation, typography, images, performance, dark mode, i18n, and hydration safety. - Remote-First with Local Fallback: Fetches the latest guidelines from the vercel-labs GitHub repository, falling back to a local cache (guidelines-cache.md) when the network is unavailable. - Terse file:line Output: Reports violations grouped by file in VS Code-clickable format, flagging anti-patterns like transition: all, missing aria-label, and unvirtualized large lists. - Use Case: Before shipping a React feature, run the review on your changed components to catch missing focus-visible styles, unlabeled icon buttons, and images without dimensions. ## Quick Start Ask the assistant to review src/components/Button.tsx against the web interface guidelines and list all violations.