web-design-guidelines

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

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026 --skill web-design-guidelines-helcio-nogueira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026 --skill web-design-guidelines-helcio-nogueira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing web 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 always reflect current best practices. - File or Pattern Review: Reads the files you specify (or prompts you for a file pattern) and applies all rules from the fetched guidelines. - Structured Findings Output: Reports violations in a terse file:line format so issues are easy to locate and fix. - Use Case: After building a new landing page, ask for a UI review to catch accessibility issues, missing alt text, or design guideline violations before shipping. ## Quick Start Ask the assistant to review my UI files in the components folder 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 the file paths or a glob pattern for your UI files, and the review 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 are Web Interface Guidelines for frontend code review?▼

They are a maintained set of UI best practice rules from vercel-labs covering accessibility, performance, and design quality. The guidelines are fetched fresh from the source repository before each review so audits always use current rules.

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

Yes, you can pass a file pattern instead of a single file, and all matching files are read and checked against the full rule set. If you provide no files, you will be asked which files to review.

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

Run it after coding your UI, as the audit step between implementation and fixing. For design principles before coding, use a frontend design skill first, then audit the finished code with this review.

Why does the review need internet access?▼

The guidelines are fetched from a remote GitHub raw URL before each review to ensure rules are up to date. Without network access via WebFetch, the latest rule set cannot be retrieved.