web-design-guidelines

Analyze UI code for Web Interface Guidelines compliance and output file:line findings.

Updated Oct 19, 2020
One-click install
npx skills add https://github.com/friends-of-ute-valley-park/friends-of-ute-valley --skill web-design-guidelines-friends-of-ute-valley-park
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/friends-of-ute-valley-park/friends-of-ute-valley/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/friends-of-ute-valley-park/friends-of-ute-valley --skill web-design-guidelines-friends-of-ute-valley-park

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps identify and enforce Web Interface Guidelines compliance across UI codebases, reducing inconsistencies and accessibility gaps.

Core Features & Use Cases

  • Guideline-driven review: Analyze HTML, CSS, and JS to verify accessibility, color contrast, layout semantics, and design token usage.
  • Wide applicability: Use on frontend components, pages, and design systems to ensure designs consistently meet standards.
  • Use Case: For a new product UI, run the skill to surface violations and receive actionable fixes.

Quick Start

Point the skill at your frontend repository (for example, /src) and allow it to fetch the latest rules and report findings in a concise, file:line format.

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 accessibility and design guideline violations?

Web design guideline reviews check HTML, CSS, and JS files against Web Interface Guidelines to verify accessibility, layout semantics, color contrast, and design token usage. It fetches the latest rules and reports findings in a concise file:line format for immediate fixes.

What is the best way to enforce consistent design tokens across multiple UI components?

The best way to enforce design tokens across multiple UI components is by running an automated design review on your frontend repository. It analyzes files against Web Interface Guidelines and outputs a terse file:line report detailing token usage violations and inconsistencies.

Can I review color contrast and layout semantics in my existing web project?

Yes, you can review color contrast and layout semantics in an existing web project by pointing an automated review at your source directory. It reads the specified files, applies the latest Web Interface Guidelines rules, and outputs findings for immediate action.

Do I need to manually update accessibility rules before running a UI code review?

No, you do not need to manually update accessibility rules before a UI code review. The review process automatically fetches the latest rules from the guidelines source, applies them to your specified frontend files, and generates a concise findings report.

How does a design review output accessibility findings for developers?

A design review outputs accessibility findings for developers in a terse file:line format. This concise reporting style pinpoints exact locations of guideline violations across multiple files, allowing developers to quickly locate and fix layout, contrast, and token issues.

Why should I use an automated guideline review instead of manual UI code audits?

Automated guideline reviews reduce inconsistencies and accessibility gaps across UI codebases more reliably than manual audits. By automatically fetching the latest rules and applying them across multiple files, it ensures continuous compliance without the friction of manual checks.