web-design-guidelines

Review UI code files against Vercel Web Interface Guidelines and report findings.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/malinovskiy-makar/qls --skill web-design-guidelines-malinovskiy-makar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/malinovskiy-makar/qls/tree/main/.claude/skills/web-design-guidelines
Command: npx skills add https://github.com/malinovskiy-makar/qls --skill web-design-guidelines-malinovskiy-makar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually checking UI code against accessibility and design 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 Audits: Fetches the latest rules from the vercel-labs web-interface-guidelines repository before each review, so checks always reflect current standards. - File and Pattern Targeting: Reviews specific files or glob patterns you provide, or prompts you to specify which files to check. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixes. - Use Case: Before shipping a new landing page, ask for a review of your React components to catch accessibility issues, UX anti-patterns, and design guideline violations. ## Quick Start Review my UI components in src/components against the web interface guidelines and list any violations.

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 files or a glob pattern you want checked, and the Skill fetches the latest Web Interface Guidelines and audits your code against every rule. Findings are reported in a compact file:line format so you can locate and fix each issue quickly.

What design guidelines does this UI review use?

It uses the Web Interface Guidelines maintained in the vercel-labs/web-interface-guidelines repository. The rules are fetched fresh from the source URL before each review, so audits always reflect the current version rather than a stale snapshot.

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 do not specify any files, the Skill asks which files you want reviewed before proceeding.

What output format does the UI audit produce?

Findings are output in a terse file:line format as specified by the fetched guidelines. Each entry points directly to the location of a violation, making it easy to jump to the offending code.

Why does the review require network access?

The Skill fetches the latest guidelines from a raw GitHub URL using WebFetch before each review. Without network access, it cannot retrieve the current rule set and cannot perform an up-to-date audit.