web-design-guidelines

Audit UI code against the Web Interface Guidelines and report file:line findings.

Updated Jan 31, 2026
One-click install
npx skills add https://github.com/claude4062024-afk/Wallify --skill web-design-guidelines-claude4062024-afk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/claude4062024-afk/Wallify/tree/main/.junie/skills/web-design-guidelines
Command: npx skills add https://github.com/claude4062024-afk/Wallify --skill web-design-guidelines-claude4062024-afk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI code frequently misses accessibility and design standard conformance, resulting in usability gaps and inconsistent interfaces. This Skill provides a repeatable way to audit frontend code against the Web Interface Guidelines.

Core Features & Use Cases

  • Guideline conformance checks: Evaluate UI components, markup, and styles against the latest Web Interface Guidelines.
  • File scope and patterns: Accepts a file or glob pattern to target specific parts of a project (e.g., src/**/*.{tsx,jsx}).
  • Report format: Outputs findings in a terse file:line format suitable for quick triage and remediation and can be extended with a live guidelines source.
  • Usage scoping: Use when asked to review UI, check accessibility, audit design, review UX, or compare a site against best practices.

Quick Start

Provide the UI source files or pattern to review (for example, src/**/*.{tsx,jsx}). This will fetch the latest guidelines and run a conformance check against the specified files.

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 frontend code for web accessibility and UI guidelines?

To audit frontend code for web accessibility, provide your UI source files or glob patterns like src/**/*.{tsx,jsx}. The tool fetches the latest Web Interface Guidelines, scans the specified files, and reports conformance findings in a terse file:line format for quick triage.

Can I review specific UI components instead of an entire web project?

Yes, you can review specific UI components by providing a targeted file path or glob pattern. This scopes the accessibility and design conformance check to the specified markup and styles, rather than scanning the entire web project codebase.

What is the report format for UI design and accessibility review findings?

The report format for UI design and accessibility review findings is a terse file:line format. This output style is designed for quick triage and remediation, allowing developers to pinpoint exact locations of usability gaps and visual inconsistencies.

When do I need to check UI code conformance against design standards?

You need to check UI code conformance against design standards when frontend markup frequently misses accessibility requirements, resulting in usability gaps and inconsistent web interfaces. Use it when asked to review UI, check UX, or compare a site against best practices.

Does the accessibility audit work with React and TSX files?

Yes, the accessibility audit works with React and TSX files, as well as JSX. You provide the file extensions in a glob pattern, such as src/**/*.{tsx,jsx}, and the tool scans those UI components and markup for web accessibility and design conformance.

What are the limitations of automated web accessibility reviews?

A limitation of this automated web accessibility review is that it requires fetching live guidelines from a specified source and depends on the provided file scope. It identifies code conformance gaps but still requires manual remediation of the flagged markup and styles.