Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Review UI code for compliance with Vercel's Web Interface Guidelines on accessibility and UX best practices.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: web-design-guidelines3description: 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".4metadata:5author: vercel6version: "1.0.0"7argument-hint: <file-or-pattern>8---910# Web Interface Guidelines1112Review files for compliance with Web Interface Guidelines.1314## How It Works15161. Fetch the latest guidelines from the source URL below172. Read the specified files (or prompt user for files/pattern)183. Check against all rules in the fetched guidelines194. Output findings in the terse `file:line` format2021## Guidelines Source2223Fetch fresh guidelines before each review:2425```26https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md27```2829Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.3031## Usage3233When a user provides a file or pattern argument:341. Fetch guidelines from the source URL above352. Read the specified files363. Apply all rules from the fetched guidelines374. Output findings using the format specified in the guidelines3839If no files specified, ask the user which files to review.40