This skill performs automated reviews of UI implementations against Web Interface Guidelines from Vercel. Use after implementation to audit for accessibility, performance, and best practices.
What This Skill Provides
The Web Design Guidelines skill provides automated UI code review capabilities based on Vercel’s Web Interface Guidelines. It fetches the latest rules and checks implementations for compliance.Core Functionality
Automated Compliance Checking
Fetches fresh guidelines from Vercel’s repository and applies all rules to specified files, outputting findings in
file:line format for easy navigation.When This Skill Is Loaded
Agents load this skill when:- Asked to “review my UI”
- Checking accessibility compliance
- Auditing design implementations
- Reviewing UX best practices
- Checking site against web standards
- Performing post-implementation quality checks
How It Works
Fetch Latest Guidelines
Retrieves current Web Interface Guidelines from the Vercel Labs repository to ensure reviews use up-to-date rules.
Read Specified Files
Reads the UI files provided by the user (or prompts for file patterns if not specified).
Use Cases
Post-Implementation Audit
After building UI components or pages:- Complete implementation
- Ask agent to review using this skill
- Receive findings with specific file/line references
- Fix identified issues
- Re-review to confirm fixes
Accessibility Verification
Check implementations for:- ARIA labels and semantic HTML
- Keyboard navigation support
- Focus management and visible focus states
- Screen reader compatibility
- Color contrast ratios
- Responsive touch targets
Performance Best Practices
Verify optimizations:- Image loading strategies
- Animation performance (GPU acceleration)
- Layout shift prevention
- Resource loading patterns
Design Consistency
Ensure adherence to:- Focus state visibility
- Interactive element feedback
- Consistent spacing and sizing
- Proper semantic markup
Related Skills
Frontend Design
Use BEFORE coding to learn design principles
Next.js React Expert
Performance optimization patterns
Tailwind Patterns
Implementation patterns for styling
Complete Design Workflow
Full Process:
- DESIGN → Read
frontend-designprinciples - CODE → Implement the design
- AUDIT → Run
web-design-guidelinesreview ← YOU ARE HERE - FIX → Address findings from audit
Which Agents Use This Skill
Frontend Specialist
The Frontend Specialist loads this skill to perform UI audits and compliance reviews. It’s part of the comprehensive frontend toolkit alongside design and implementation skills.
Guidelines Source
The skill fetches rules from:Always Fresh
By fetching guidelines on each review, the skill ensures it’s checking against the most current web standards and best practices from Vercel.
Usage Pattern
When a user requests a review:Provide Files or Pattern
User specifies which files to review (e.g., “review components/Button.tsx” or “review all tsx files”)
If no files are specified, the agent will ask the user which files or patterns to review.
Review Categories
The guidelines typically cover:Accessibility
- Semantic HTML usage
- ARIA attributes and roles
- Keyboard navigation
- Screen reader support
- Focus management
- Color contrast
Performance
- Image optimization
- Animation efficiency
- Resource loading
- Layout stability
- Core Web Vitals considerations
User Experience
- Interactive feedback
- Loading states
- Error handling
- Touch target sizes
- Responsive design
Best Practices
- HTML validity
- CSS organization
- JavaScript patterns
- Progressive enhancement
- Cross-browser compatibility
Output Format
Findings are reported in a terse, actionable format:Complementary Approach
Before Implementation
Frontend Design SkillTeaches principles:
- Color psychology
- Typography rules
- UX psychology
- Layout principles
After Implementation
Web Design Guidelines SkillAudits compliance:
- Accessibility checks
- Performance verification
- Best practices review
- Standards compliance
Author: Vercel
Version: 1.0.0
Source: Web Interface Guidelines (fetched fresh on each review)
Version: 1.0.0
Source: Web Interface Guidelines (fetched fresh on each review)
