web-design-guidelines

Identify deviations from Web Interface Guidelines in UI code.

1|1|Updated Aug 20, 2025
One-click install
npx skills add https://github.com/aceable-ai/ai-boilerplate --skill web-design-guidelines-aceable-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/aceable-ai/ai-boilerplate/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/aceable-ai/ai-boilerplate --skill web-design-guidelines-aceable-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI teams often struggle to ensure consistency and accessibility across components and pages. This Skill automates a guideline-based review of UI code to surface deviations from the latest Web Interface Guidelines.

Core Features & Use Cases

  • Guideline conformance checks: automatically verify HTML, CSS, and component structures against the latest Web Interface Guidelines.
  • Accessibility auditing: flag color contrast issues, semantic HTML usage, ARIA attributes, and keyboard navigation gaps.
  • Use Case: run a review on a component library to ensure all components align with guidelines before release.

Quick Start

Review the provided UI files and confirm adherence to the latest Web Interface Guidelines.

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

To audit UI code for web design guidelines, this Skill checks your HTML, CSS, and component structures against the latest Web Interface Guidelines, reporting accessibility and visual consistency deviations in a file:line format.

What is a UI review for web interface conformance?

A UI review for web interface conformance is an automated check that identifies deviations from official Web Interface Guidelines in your code, evaluating semantic HTML, ARIA attributes, color contrast, and keyboard navigation to ensure accessibility.

How do I check ARIA attributes and color contrast in my component library?

You check ARIA attributes and color contrast by running an automated guideline conformance review on your component library, which flags accessibility issues, semantic HTML usage, and keyboard navigation gaps before release.

Can I use this to verify semantic HTML usage across an entire web project?

Yes, you can verify semantic HTML usage across an entire web project, as this conformance check applies to UI components, pages, and markup to comprehensively assess accessibility, usability, and visual consistency.

Does the accessibility audit require fetching the latest web guidelines from an official source?

Yes, the accessibility audit requires fetching the latest web guidelines from the official source to accurately evaluate your UI code for conformance and report specific findings in the file:line format.