web-design-guidelines

Analyze UI code against Web Interface Guidelines and report accessibility violations.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/Yoriichi-Dang/dashboard_web_template --skill web-design-guidelines-yoriichi-dang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/Yoriichi-Dang/dashboard_web_template/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/Yoriichi-Dang/dashboard_web_template --skill web-design-guidelines-yoriichi-dang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps design and development teams verify that UI code adheres to established Web Interface Guidelines, reducing accessibility gaps and UX inconsistencies.

Core Features & Use Cases

  • Guideline-driven review: assesses UI components, layouts, and interactions against the latest guidelines to surface violations.
  • Automated accessibility checks: flags color contrast, keyboard navigation, semantic HTML, ARIA attributes, and focus management issues.
  • Use Case: during a UI review, run the skill to generate a report that highlights accessibility violations and suggested fixes across a design system or feature pages.

Quick Start

Run the web-design-guidelines skill against your UI codebase to generate a compliance report for accessibility and design guideline conformance.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my frontend code for web accessibility and UI guideline violations?

Web accessibility and UI guideline checks analyze your frontend code to identify violations in color contrast, keyboard navigation, semantic HTML, ARIA attributes, and UX consistency. Running an automated review against your components and pages surfaces these issues in a structured file:line report.

What is the best way to automate a design review for a frontend UI codebase?

Automating a design review for a frontend UI codebase involves fetching established web interface guidelines and applying them directly to your files. This process evaluates components, layouts, and interactions to generate a compliance report highlighting accessibility gaps and suggested fixes.

Can I use this to review semantic HTML and ARIA attributes across my web pages?

Yes, you can review semantic HTML and ARIA attributes across your web pages. The skill assesses frontend projects across components, pages, and styles to flag focus management issues and verify your markup adheres to current web interface guidelines.

Does this accessibility code review work with any frontend framework?

This accessibility code review applies to frontend projects across components, pages, and styles regardless of the specific framework. It fetches fresh rules from the Vercel web interface guidelines repository and evaluates your UI code against those universal standards to report findings.

How do I get a compliance report for UX consistency and accessibility in my design system?

To get a compliance report for UX consistency and accessibility in your design system, run an automated guideline-driven review on your feature pages or component library. This generates a detailed report highlighting violations and suggested fixes in a file:line format.

Why do I need to fetch fresh web interface guidelines for a code review?

Fetching fresh web interface guidelines ensures your code review evaluates UI components against the most current accessibility and semantics standards. This prevents outdated compliance checks and accurately surfaces newly recognized UX consistency issues in your frontend project.