web-design-guidelines
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".
Author
Category
Development ToolsInstall
Hot:7
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-web-design-guidelines&locale=en&source=copy
Web Design Guidelines - UI Code Design Specification Review Skill
Overview
Web Design Guidelines is an automated UI code review skill that helps developers check whether their code complies with the Vercel Web Interface Guidelines standards, quickly identifying design specification issues and accessibility defects.
Use Cases
Core Features
file:line format. Supports batch reviewing by specifying files or file glob patterns, making it easier to quickly locate and fix issues.Common Questions
What file formats does the Web Design Guidelines skill support?
The skill can review any text file that contains UI code, including component files for HTML, JSX/TSX (React), Vue, Svelte, and more frontend frameworks. The checks are based on the code content rather than the file extension, so it supports any markup language and template files.
How do I check the UI code for an entire project?
When invoking the skill, use file glob patterns such as
src/**/*.tsx or components/**/*.vue. The skill recursively scans all matching files under the specified directories. If you’re unsure where the files are located, you can omit parameters, and the skill will prompt you to choose which files or directories to review.What does the review output include?
The check items come from the Vercel Web Interface Guidelines and cover multiple dimensions such as component structure, naming conventions, accessibility attributes, and style organization. Before each review, the skill fetches the latest guideline content, so the check items dynamically update in line with official standards.