web-design-guidelines

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

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/quangtuyennguyen/loan-application-workflow --skill web-design-guidelines-quangtuyennguyen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/quangtuyennguyen/loan-application-workflow/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/quangtuyennguyen/loan-application-workflow --skill web-design-guidelines-quangtuyennguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code against web interface best practices is slow and inconsistent, and teams often miss accessibility and design rule violations before shipping. ## Core Features & Use Cases - Guideline-Based Review: Fetches the latest Web Interface Guidelines from the vercel-labs repository and applies every rule to your files. - Flexible File Targeting: Accepts a specific file or glob pattern as an argument, or prompts you to specify which files to review. - Terse Findings Output: Reports violations in a compact file:line format so issues are easy to locate and fix. - Use Case: Before merging a pull request that touches React components, run the review on the changed files to catch accessibility and UX guideline violations early. ## Quick Start Ask the assistant to review your UI files against the web interface guidelines, for example by saying "review my UI in src/components/CheckoutForm.tsx".

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 a file path or glob pattern for your UI files, and the skill fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a compact file:line format for quick fixes.

What are the Vercel Web Interface Guidelines?▼

They are a set of UI, accessibility, and UX rules maintained in the vercel-labs/web-interface-guidelines repository. The skill fetches the latest version from the raw command.md file before each review so rules stay current.

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 web design review work offline?▼

No, the skill requires network access because it fetches the latest guidelines from the vercel-labs GitHub repository via WebFetch before each review. Without connectivity it cannot retrieve the current rule set.

What output format does the UI review produce?▼

Findings are output in a terse file:line format as specified by the fetched guidelines. Each finding points to the exact location of the violation so you can navigate directly to the issue.