web-design-guidelines

Audit UI code for accessibility and UX compliance against Web Interface Guidelines.

7|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/MRWillisT/PullNexus --skill web-design-guidelines-mrwillist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/MRWillisT/PullNexus/tree/main/skills/web-design-guidelines
Command: npx skills add https://github.com/MRWillisT/PullNexus --skill web-design-guidelines-mrwillist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the risk of accessibility and UX regressions by providing a repeatable checklist-based review against a recognized Web Interface Guidelines standard.

Core Features & Use Cases

  • Automated guideline comparison: Fetches the latest guideline rules from a canonical source and applies them to your target files.
  • Targeted code review workflow: Reviews user-provided files or file patterns to find compliance issues consistently.
  • Actionable, terse results: Produces findings in a compact file:line format for fast remediation.

Quick Start

Ask it to review your UI files by providing a path or pattern of the files you want audited against 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 my web interface code for accessibility compliance?

To audit web UI code for accessibility, provide your target file paths or patterns to this Skill. It fetches the latest Web Interface Guidelines rules and reports compliance findings in a actionable file:line format.

What is a UI accessibility audit against web accessibility guidelines?

A UI accessibility audit is a systematic code review that checks web interface files against recognized UX guidelines and best practices. It identifies compliance issues to reduce the risk of accessibility regressions in your web project.

How do I run a UX best-practices review on specific UI files?

You can run a UX best-practices review by providing specific file paths or patterns when prompted. The Skill reads those targets, applies the authoritative Web Interface Guidelines rule set, and outputs actionable findings using a file:line format.

Does the web accessibility audit require any external dependencies or setup?

The web accessibility audit does not require external dependencies or setup. It fetches the latest guideline rules directly from a canonical source before each run and only needs the paths to your UI files to begin the review process.

Are web accessibility audit results provided in a format for quick remediation?

Yes, web accessibility audit results are provided in a compact and actionable file:line format. This terse output maps each compliance issue directly to its location in your UI code, enabling fast and targeted remediation.