web-design-guidelines

Reviews UI code files against fetched Web Interface Guidelines and reports findings.

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

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 UI Review: Fetches the latest Web Interface Guidelines from the vercel-labs repository and applies all rules to your code. - Terse Findings Output: Reports violations in a compact file:line format so issues are easy to locate and fix. - Use Case: Before shipping a new React page, ask for a review of your component files to catch accessibility and UX issues against current best practices. ## Quick Start Review my UI components in src/App.jsx 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 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 terse file:line format for quick fixes.

What guidelines does the web design 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 files, the Skill asks which files you want reviewed.

Does the UI review work without internet access?▼

No, the Skill fetches fresh guidelines from a remote URL before each review, so network access is required. Without connectivity it cannot retrieve the rules needed to perform the audit.

What output format does the design audit produce?▼

Findings are output in a terse file:line format as specified by the fetched guidelines. Each finding points directly to the location in your code where a rule is violated.