ui-audit

Audit user interfaces for accessibility, responsiveness, performance, and visual consistency.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/olli107x/claude-code-starter-kit --skill ui-audit-olli107x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-audit
Source: https://github.com/olli107x/claude-code-starter-kit/tree/main/skills/development/frontend/ui-audit
Command: npx skills add https://github.com/olli107x/claude-code-starter-kit --skill ui-audit-olli107x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill systematically reviews user interfaces for quality, ensuring they are accessible, responsive, performant, and visually consistent, thereby improving user experience and reducing development rework.

Core Features & Use Cases

  • Accessibility Audit: Checks compliance with WCAG 2.1 AA standards, including keyboard navigation and color contrast.
  • Responsiveness Audit: Verifies layout and touch targets across various device breakpoints.
  • Performance Audit: Assesses Core Web Vitals and bundle sizes for optimal loading times.
  • Visual Consistency Audit: Ensures adherence to design systems for spacing, typography, and colors.
  • Use Case: Before launching a new feature, run a UI Audit to catch critical accessibility issues and ensure the design is consistent across all target browsers and devices.

Quick Start

Run a comprehensive UI audit on the current project's frontend.

Frequently Asked Questions about ui-audit

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

FAQPage Schema
How do I perform a WCAG 2.1 AA accessibility audit on my frontend?

Perform a WCAG 2.1 AA accessibility audit by running this Skill to systematically review keyboard navigation and color contrast using automated checks and manual checklists for comprehensive evaluation.

What does a UI audit check for responsive design and visual consistency?

A UI audit verifies responsive design layouts and touch targets across device breakpoints, and checks visual consistency by validating adherence to design system spacing, typography, and colors.

How can I assess Core Web Vitals and performance issues before launch?

Assess Core Web Vitals and performance by running a UI audit that evaluates bundle sizes and loading times, ensuring optimal frontend performance before launching new features.

Do I need any specific browser extensions to run a visual consistency audit?

No specific browser extensions are required to run a visual consistency audit, as the Skill utilizes internal automated checks and manual checklists to validate design system compliance.

When should I run a UI quality review in my development workflow?

Run a UI quality review before launching a new feature to catch critical accessibility issues and ensure consistent design across all target browsers and devices.

Why does my design system compliance check fail on different device breakpoints?

Design system compliance may fail across device breakpoints due to inconsistent layouts or touch targets, which the responsiveness audit verifies by checking various device specifications.