web-design-guidelines

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually auditing UI code for accessibility and design best practices is slow and inconsistent. 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 Review: Fetches the latest Web Interface Guidelines from the vercel-labs repository before each audit, so rules are always current. - File or Pattern 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 for quick triage. - Use Case: Before shipping a new Next.js page, ask for a UI review to catch accessibility issues and design guideline violations across your components. ## Quick Start Ask the assistant to review my UI files in the app 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 path or pattern to the skill, which fetches the latest Web Interface Guidelines and checks your code against every rule. Findings are reported in a compact file:line format so you can jump directly to each violation.

How to audit a Next.js site against design best practices?▼

Point the skill at your Next.js page or component files and it will fetch the current guidelines from the vercel-labs repository, then apply all rules to your code. If you omit files, it asks which ones to review.

Does the web interface guidelines review need internet access?▼

Yes, the skill fetches the latest guidelines from a raw GitHub URL before each review using WebFetch. Without network access it cannot retrieve the current rule set to evaluate your files.

What output format does a UI guidelines review produce?▼

The review outputs findings in a terse file:line format, with each violation tied to its exact location in your source code. The precise output format is defined by the fetched guidelines document.

What are the limitations of automated UI guideline checks?▼

Automated checks only cover rules expressible in the fetched guidelines and cannot judge subjective visual quality or runtime behavior. Manual design review and browser testing are still needed for full UX validation.