web-design-guidelines

Review UI code files against Web Interface Guidelines for accessibility and best practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility, performance, and design best practices is time-consuming and easy to get wrong. This Skill automates the review by fetching the latest Web Interface Guidelines and checking your files against every rule. ## Core Features & Use Cases - Guideline-Based Auditing: Fetches the latest rules from the vercel-labs web-interface-guidelines repository before each review, so checks are always current. - File or Pattern Review: Accepts a specific file or glob pattern as an argument, or prompts you for files to review. - Terse Findings Output: Reports violations in a compact file:line format for quick triage and fixing. - Use Case: After building a new landing page, run the review on your HTML/JSX files to catch accessibility issues, missing alt text, and UX anti-patterns before shipping. ## Quick Start Ask the assistant to review my UI files in the components directory against the web interface guidelines.

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 or glob pattern as an argument, and the Skill fetches the latest Web Interface Guidelines, reads your files, and checks them against every rule. Findings are reported in a terse file:line format for quick fixing.

What is the web-interface-guidelines audit workflow?▼

The workflow has four steps: fetch the latest guidelines from the source URL, read the specified files, apply all rules from the fetched guidelines, and output findings in the format specified by the guidelines.

Does the UI review use up-to-date design rules?▼

Yes. The guidelines are fetched fresh from the vercel-labs web-interface-guidelines repository before each review, so the audit always uses the latest published rules rather than a cached copy.

What happens if I don't specify files to review?▼

If no file or pattern argument is provided, the Skill asks you which files to review. You can then name specific files or provide a glob pattern covering the UI code you want audited.

When should I run a design guidelines audit in my workflow?▼

Run it after coding and before release. The recommended workflow is to learn design principles first, implement the design, then audit with this review, and finally fix the reported findings.