web-design-guidelines

Review UI code against Web Interface Guidelines for accessibility and design compliance.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/CloudDevCrusader/riddle-rush-mono-repo --skill web-design-guidelines-clouddevcrusader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/CloudDevCrusader/riddle-rush-mono-repo/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/CloudDevCrusader/riddle-rush-mono-repo --skill web-design-guidelines-clouddevcrusader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that user interface code adheres to established Web Interface Guidelines, improving consistency, accessibility, and overall quality of web applications.

Core Features & Use Cases

  • Automated Review: Scans specified files against a comprehensive set of web design and accessibility rules.
  • Compliance Checking: Identifies deviations from best practices, ensuring a high standard for UI development.
  • Use Case: A developer can use this Skill to quickly audit a new component's code before merging, ensuring it meets the company's design system and accessibility requirements.

Quick Start

Use the web-design-guidelines skill to review the accessibility of the file 'src/components/Button.vue'.

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 web design guidelines and accessibility compliance?

You can audit UI code by scanning specified front-end files against a fetched URL of Web Interface Guidelines to identify accessibility deviations and ensure adherence to established design best practices.

What is a UI review for front-end development workflows?

A UI review is an automated compliance check that scans user interface code to identify deviations from web design guidelines, ensuring a high standard for quality and accessibility before merging components.

Can I check a specific Vue component file against web interface guidelines?

Yes, you can review specific component files like 'src/components/Button.vue' by applying the web design and accessibility rules fetched from your specified guidelines URL to that individual file.

Does this UI review require fetching guidelines from an external URL?

Yes, the compliance checking process requires fetching the latest web interface guidelines from a specified URL and applying those established rules to user-provided front-end files or code patterns.

When do I need a design audit for my user interface code?

You need a design audit when you want to quickly verify that a new component's code meets your company's design system and accessibility requirements before merging it into the web application.

What are the limitations of automated web design compliance checking?

Automated compliance checking is limited to reviewing user-provided front-end files or patterns against fetched web guidelines, identifying code-level deviations rather than evaluating visual rendering or dynamic interactions.