web-design-guidelines

Detect UI guideline violations in frontend code and report file:line findings.

1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/water1207/claw-bazzar --skill web-design-guidelines-water1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/water1207/claw-bazzar/tree/main/.agents/skills/web-design-guidelines
Command: npx skills add https://github.com/water1207/claw-bazzar --skill web-design-guidelines-water1207

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

UI code often fails to meet evolving design and accessibility guidelines, leading to inconsistencies and usability issues.

Core Features & Use Cases

  • Fetch latest Web Interface Guidelines from the official source.
  • Read specified files or patterns and apply all guideline rules.
  • Output findings in the terse file:line format for easy review by developers.

Quick Start

Fetch the latest guidelines, then provide the target files to review.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my frontend code for accessibility and UI guideline violations?

To check frontend code for accessibility and UI guideline violations, this Skill fetches the latest web design guidelines, reads your specified files or patterns, applies all rules, and outputs findings in a terse file:line format for easy developer review.

What is the best way to audit a design system for readability and consistency issues?

The best way to audit a design system for readability and consistency issues is to run this Skill against your component library files; it applies fetched web interface guidelines and reports exact file:line violations to improve user experience.

Can I use this UI audit tool without installing any external dependencies?

Yes, you can use this UI audit tool without external dependencies because it operates independently to fetch the latest guidelines from its source URL and analyze your codebase directly, requiring no additional component installations.

How do I review web interface guidelines across multiple component library files?

To review web interface guidelines across multiple component library files, you provide the target file patterns to this Skill, which then reads each specified file, applies all accessibility and design rules, and outputs a consolidated list of violations.

Does this accessibility checker output detailed reports or a concise file:line format?

This accessibility checker outputs findings in a terse file:line format rather than detailed reports, ensuring developers can quickly locate and review specific UI guideline violations within their frontend project code.

When do I need to fetch the latest web design guidelines before running a code review?

You need to fetch the latest web design guidelines before running a code review whenever your frontend project requires an updated audit against current accessibility, readability, and consistency standards to ensure no newly introduced UI violations are missed.