web-design-guidelines

Check HTML/CSS/JS UI code against Web Interface Guidelines and output file:line findings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/miketromba/screenshot-saas --skill web-design-guidelines-miketromba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/miketromba/screenshot-saas/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/miketromba/screenshot-saas --skill web-design-guidelines-miketromba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the evaluation of UI code against Web Interface Guidelines to ensure accessibility, usability, and design consistency.

Core Features & Use Cases

  • Guideline-driven review: Fetches the latest Web Interface Guidelines and checks code against them.
  • File scope flexibility: Applies to individual files or entire codebases via patterns.
  • Report output: Produces concise findings in file:line format for quick remediation.
  • Use Case: Audit a landing page or a component library to ensure accessibility and UX compliance.

Quick Start

Provide the UI files or a pattern to review and the skill will fetch the latest guidelines, perform the checks, and report results.

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 my web UI code for accessibility compliance?

To audit web UI code for accessibility compliance, provide your HTML, CSS, and JavaScript files to the skill. It fetches the latest Web Interface Guidelines, evaluates your code against all rules, and outputs concise findings in a file:line format for quick remediation.

Can I check an entire component library for usability and visual design conformance?

Yes, you can check a component library for usability and visual design conformance. The skill supports file scope flexibility, allowing you to apply accessibility and best-practice rules to individual files or entire codebases using file patterns.

What is a web design guidelines audit and when do I need it?

A web design guidelines audit is an automated evaluation of UI code against Web Interface Guidelines to ensure accessibility, usability, and design consistency. You need it when evaluating a landing page, component library, or entire site for UX compliance and code review.

Does this accessibility audit tool require any external dependencies?

No, the accessibility audit tool requires no external dependencies to run. It independently fetches fresh Web Interface Guidelines, reads your specified UI files, applies all rules, and generates findings without needing additional setup.

How do I report accessibility issues found in my HTML and CSS files?

To report accessibility issues in HTML and CSS files, the skill automatically generates a concise report. It applies guideline rules to your code and outputs findings in a terse file:line format, pinpointing exact locations for quick remediation.

What is the best way to automate UI code compliance checks for web design guidelines?

The best way to automate UI code compliance checks is using a guideline-driven review skill that fetches the latest Web Interface Guidelines and evaluates your code against them. This approach ensures accessibility, usability, and visual design conformance across your project.