web-design-guidelines

Automate UI compliance checks against Web Interface Guidelines.

115|6|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/jewbetcha/opentrace --skill web-design-guidelines-jewbetcha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/jewbetcha/opentrace/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/jewbetcha/opentrace --skill web-design-guidelines-jewbetcha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure UI code and interfaces comply with Web Interface Guidelines, reducing accessibility gaps and visual inconsistencies across web applications.

Core Features & Use Cases

  • Fetch the latest guidelines and apply them to your project files.
  • Read specified files or file patterns to perform automated UI checks.
  • Generate concise findings in the file:line format to support quick remediation.
  • Use Case: audit a React project to identify color contrast violations and missing ARIA attributes.

Quick Start

Provide the files or pattern to review. For example: src/**/*.{html,css,js,jsx,tsx}

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 compliance issues?

To audit UI code for accessibility and compliance, this Skill evaluates specified frontend files and components against the latest Web Interface Guidelines. It automatically detects accessibility, layout, and consistency issues, reporting findings in a concise file:line format for quick remediation.

Can I scan React project files for color contrast and ARIA violations?

Yes, you can scan React project files for color contrast and ARIA violations. You provide a file pattern like src/**/*.{html,css,js,jsx,tsx}, and the Skill loads the files, applies UI compliance rules, and outputs specific findings indicating exactly where violations occur.

How do I check frontend components against web interface guidelines?

You check frontend components by providing a file pattern to review. The Skill fetches the latest Web Interface Guidelines, loads your specified files, applies all rules to the UI patterns, and generates concise findings reporting any detected accessibility or visual inconsistencies.

Does this UI compliance checker work with HTML, CSS, and JSX files?

Yes, this UI compliance checker works with HTML, CSS, JS, JSX, and TSX files. You specify the file pattern for your frontend project, and it evaluates the loaded code to identify accessibility gaps, layout issues, and visual inconsistencies based on established guidelines.

What is the best way to report UI accessibility violations in my codebase?

The best way to report UI accessibility violations is using an automated check that outputs a file:line format. This Skill evaluates your UI files against Web Interface Guidelines and reports findings concisely, allowing you to quickly locate and remediate specific compliance gaps in your codebase.

What limitations exist when auditing frontend UI for consistency issues?

A limitation when auditing frontend UI for consistency issues is that the Skill requires a specified file pattern to review. It evaluates provided files and patterns to detect compliance issues, meaning you must accurately define the scope of your frontend project for the findings to be relevant.