Reviews and optimizes frontend code for accessibility, performance, and UX based on Vercel's industry-leading best practices.
This skill implements a rigorous set of rules based on Vercel's Web Interface Guidelines to ensure your frontend code meets the highest standards of production-grade quality. It automates the review process by scanning components for accessibility gaps, inefficient animations, poor focus management, and performance anti-patterns. By providing high-signal, terse feedback, it helps developers quickly identify and fix issues like Cumulative Layout Shift (CLS), missing ARIA attributes, and non-semantic HTML, resulting in faster, more inclusive, and more polished web applications.
主な機能
01Performance checks for image layout shifts, virtualization, and DOM read/write batching.
02Form pattern enforcement including autocomplete, input types, and error handling.
030 GitHub stars
04Typography and content-handling rules for professional UI polish and i18n safety.
05Automated accessibility audits for ARIA labels, semantic HTML, and keyboard navigation.
06Animation validation for compositor-friendly properties and prefers-reduced-motion support.
ユースケース
01Standardizing UX behaviors across a large frontend codebase to match Vercel's design standards.
02Identifying and fixing performance bottlenecks related to layout shifts and inefficient rendering.
03Performing a pre-commit audit on React or Next.js components to ensure a11y compliance.