audit

Audits UI designs for accessibility, performance, and visual issues.

59|5|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/FavioVazquez/learnship --skill audit-faviovazquez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/FavioVazquez/learnship/tree/main/.windsurf/skills/impeccable/audit
Command: npx skills add https://github.com/FavioVazquez/learnship --skill audit-faviovazquez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill systematically checks user interfaces for critical issues in accessibility, performance, theming, and responsiveness, identifying potential AI-generated design flaws and anti-patterns.

Core Features & Use Cases

  • Comprehensive Auditing: Performs detailed checks across accessibility (contrast, ARIA, keyboard nav), performance (layout thrashing, optimizations), theming (tokens, dark mode), and responsive design (touch targets, breakpoints).
  • AI Anti-Pattern Detection: Specifically flags common AI design tells like hard-coded colors, glassmorphism, and generic fonts.
  • Use Case: Before launching a new feature, run an audit to ensure it meets WCAG standards, performs well on all devices, and adheres to brand guidelines, while also verifying it doesn't exhibit common AI design shortcuts.

Quick Start

Run a full audit of the user interface, focusing on accessibility and performance issues.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I check my user interface for accessibility and performance issues?

To check your user interface for accessibility and performance issues, run a systematic audit that evaluates contrast, ARIA roles, keyboard navigation, layout thrashing, and responsive breakpoints to generate actionable remediation reports.

What are common AI-generated design anti-patterns to look for in a UI review?

Common AI-generated design anti-patterns identified during a UI review include hard-coded colors, excessive glassmorphism, and generic fonts, which an automated design audit flags with severity ratings for correction.

Can I audit dark mode theming and responsive touch targets without external dependencies?

Yes, you can audit dark mode theming and responsive touch targets without external dependencies by running a comprehensive design review that validates design tokens and checks breakpoint behavior natively.

What is the best way to ensure a new feature meets WCAG standards before launch?

The best way to ensure a new feature meets WCAG standards before launch is to conduct a full interface audit checking contrast ratios, ARIA implementation, and keyboard navigation to receive detailed compliance reports.

Does this design review catch layout thrashing and unoptimized responsive breakpoints?

Yes, this design review catches layout thrashing and unoptimized responsive breakpoints by systematically analyzing performance rendering behaviors and validating touch target sizing across device widths.

Why does my automated audit flag generic fonts and hard-coded colors as design flaws?

Your automated audit flags generic fonts and hard-coded colors as design flaws because they are common AI design tells that bypass brand theming tokens, reducing UI consistency and maintainability.