web-design-guidelines

Review UI code files against Vercel Web Interface Guidelines for accessibility and design compliance.

Updated May 28, 2026
One-click install
npx skills add https://github.com/changfengpro/agent-skills --skill web-design-guidelines-changfengpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/changfengpro/agent-skills/tree/main/skills/web-design-guidelines
Command: npx skills add https://github.com/changfengpro/agent-skills --skill web-design-guidelines-changfengpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking UI code against design and accessibility best practices is slow and inconsistent. This Skill automates the review by fetching the latest Web Interface Guidelines and auditing your files against every rule. ## Core Features & Use Cases - Guideline-Based UI Review: Fetches the latest Web Interface Guidelines from the official Vercel repository and applies all rules to your code. - Precise Findings Output: Reports violations in a terse file:line format so issues are easy to locate and fix. - Use Case: Before shipping a new landing page, ask the Skill to review your React components and receive a list of accessibility and design violations with exact line references. ## Quick Start Ask the assistant to review your UI files against web interface guidelines, for example: review src/components/Button.tsx for accessibility and design best practices.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my UI code for accessibility issues?

Provide the file or pattern you want reviewed, and the Skill fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a concise file:line format for quick fixes.

What guidelines does this UI review use?

It fetches the Web Interface Guidelines maintained by vercel-labs from their GitHub repository before each review. This ensures the audit always uses the most current rules rather than a stale local copy.

Can I review multiple files or a whole directory at once?

Yes, you can pass a file pattern as the argument to review multiple matching files in one run. If you provide no argument, the Skill asks which files you want reviewed.

Does the UI review work offline?

No, the Skill requires network access because it fetches the latest guidelines from a remote GitHub URL before each review. Without connectivity, the rules cannot be retrieved and the review cannot proceed.