From web-frontend
This skill should be used when the user asks to "review my UI", "check accessibility", "audit design", "review UX", "check against Web Interface Guidelines", "review my site", "check best practices", "audit web interface", "review frontend code", "check UI compliance", or needs to review UI code for compliance with Vercel's Web Interface Guidelines covering accessibility, performance, semantic HTML, ARIA patterns, responsive design, and modern web best practices.
How this skill is triggered — by the user, by Claude, or both
Slash command
/web-frontend:web-design-guidelinesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review files for compliance with Web Interface Guidelines.
Review files for compliance with Web Interface Guidelines.
file:line formatFetch fresh guidelines before each review:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
When a user provides a file or pattern argument:
If no files specified, ask the user which files to review.
npx claudepluginhub j2h4u/oh-my-claude-plugins --plugin web-frontendGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.