Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Fetches latest Vercel guidelines and checks files against all rules.
Install with Tessl CLI
npx tessl i github:supercent-io/skills-template --skill web-design-guidelines79
Quality
70%
Does it follow best practices?
Impact
92%
1.43xAverage score across 3 eval scenarios
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agent-skills/web-design-guidelines/SKILL.mdReview files for compliance with Vercel's Web Interface Guidelines.
file:line formatFetch fresh guidelines before each review:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.mdUse WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
Use WebFetch:
WebFetch URL: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Prompt: "Extract all UI rules and guidelines"Read and analyze the files or patterns provided by the user.
Files to analyze:
Apply all rules from the fetched guidelines to the files and output violations.
Review my UI code:
- File: src/components/Button.tsxCheck accessibility:
- Pattern: src/**/*.tsxFollow the format specified in the guidelines (typically file:line):
src/components/Button.tsx:15 - Button should have aria-label for icon-only buttons
src/components/Modal.tsx:42 - Modal should trap focus within itself
src/pages/Home.tsx:8 - Main content should be wrapped in <main> elementWhen a user provides a file or pattern argument:
If no files specified, ask the user which files to review.
file:line format#UI #review #web-interface #guidelines #vercel #design-audit #UX #frontend
2311988
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.