1.4 KiB
1.4 KiB
name, description
| name | description |
|---|---|
| ck-web-design-guidelines | Review UI code for Web Interface Guidelines compliance. Use when asked to review UI, check accessibility, audit design, review UX, or check a site against web interface best practices. |
Web Design Guidelines Review
Reviews files for compliance with the Vercel Web Interface Guidelines.
When to Use
- User asks "review my UI" or "audit my design"
- Checking accessibility compliance
- Reviewing UX patterns against best practices
- Auditing a site or component for quality issues
Don't Use When
- Reviewing backend or non-UI code
- Task is creative design work, not compliance review
How It Works
- Fetch the latest guidelines from the source URL
- Read the specified files (or prompt user for files/pattern)
- Check against all rules in the fetched guidelines
- Output findings in terse
file:lineformat
Guidelines Source
Fetch fresh guidelines before each review:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Use a web fetch tool to retrieve the latest rules. The fetched content contains all rules and output format instructions.
Usage
When a file or pattern is provided:
- Fetch guidelines from the source URL above
- Read the specified files
- Apply all rules from the fetched guidelines
- Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.