web-design-guidelines

Analyze UI code against Web Interface Guidelines and report violations.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/yldgio/codereview-skills --skill web-design-guidelines-yldgio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/yldgio/codereview-skills/tree/main/skills/web-design-guidelines
Command: npx skills add https://github.com/yldgio/codereview-skills --skill web-design-guidelines-yldgio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams verify that UI code adheres to Web Interface Guidelines by identifying accessibility and design conformance issues during code reviews.

Core Features & Use Cases

  • Guideline-driven reviews: fetch the Web Interface Guidelines and compare code against them.
  • Automated checks across files: scan HTML/JSX/TSX, CSS, and component structures for accessibility and semantic HTML conformance.
  • Use Case: When reviewing a UI module, run the skill on a set of components to surface focus management, ARIA attributes, color contrast, and semantic HTML issues.

Quick Start

Run the web-design-guidelines skill against your UI files by providing the target UI files or patterns, for example components//*.tsx and styles//*.css.

Frequently Asked Questions about web-design-guidelines

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

FAQPage Schema
How do I audit UI code for accessibility and semantic HTML conformance?

To audit UI code for accessibility, the skill fetches Web Interface Guidelines, reads target HTML/JSX/TSX and CSS files, applies the rules, and reports violations in a file:line format. This surfaces focus management, ARIA, and semantic issues.

What is the best way to automate checks for ARIA attributes and color contrast in web components?

Automating checks for ARIA attributes and color contrast involves running a guideline-driven review against your component patterns. The skill compares target UI files against fetched rules and outputs conformance violations directly mapped to file and line numbers.

Can I scan JSX and TSX component structures for UX conformance issues during a design review?

Yes, you can scan JSX and TSX component structures for UX conformance. The skill accepts target file patterns like components/**/*.tsx, applies Web Interface Guidelines, and reports accessibility and semantic HTML violations found within those files.

Does this accessibility review tool require any specific dependencies or component libraries?

No dependencies or specific component libraries are required to perform an accessibility review. The skill operates independently by fetching guidelines from a remote source and analyzing your target UI files directly to identify design conformance violations.

How do I start a design audit for focus management issues across my web project?

To start a design audit for focus management issues, run the skill by providing target UI file patterns. It fetches the Web Interface Guidelines, scans the specified files, and reports any accessibility violations in a file:line format.

What limitations exist when scanning CSS and component files for web interface guideline violations?

Limitations when scanning CSS and component files include relying on fetched Web Interface Guidelines for rule definitions and reporting violations only in a file:line format, without automatically fixing the identified accessibility or semantic HTML issues.