audit

Audits interface quality across accessibility, performance, theming, and responsive design with severity-rated reports.

Updated Dec 18, 2025
One-click install
npx skills add https://github.com/l0lxl0lw/dotfiles --skill audit-l0lxl0lw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/l0lxl0lw/dotfiles/tree/main/ai/shared/skills/impeccable/audit
Command: npx skills add https://github.com/l0lxl0lw/dotfiles --skill audit-l0lxl0lw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Interface quality issues like poor contrast, missing ARIA labels, layout thrashing, and hard-coded colors often go unnoticed until they hurt users. This Skill systematically scans a frontend codebase and produces a prioritized audit report so teams know exactly what to fix and in what order. ## Core Features & Use Cases - Multi-Dimensional Diagnostic Scan: Checks accessibility (WCAG contrast, ARIA, keyboard navigation), performance (layout thrashing, expensive animations), theming (design tokens, dark mode), and responsive design (touch targets, breakpoints). - Anti-Pattern Detection: Flags AI-generated design tells such as gradient text, glassmorphism, generic fonts, and nested cards based on the frontend-design skill's guidelines. - Prioritized Report Generation: Produces a structured report with severity ratings (Critical/High/Medium/Low), impact explanations, WCAG references, and suggested fix commands. - Use Case: Before shipping a new dashboard, run an audit to catch missing focus indicators, undersized touch targets, and hard-coded colors, then hand the prioritized findings to fix-oriented commands like /normalize or /optimize. ## Quick Start Ask the AI to audit the current interface or a specific feature area for accessibility, performance, theming, and responsive design issues and generate a prioritized report.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit a website for accessibility issues?

Run the audit command, optionally specifying a feature area, and it checks contrast ratios against WCAG 4.5:1 thresholds, ARIA roles and labels, keyboard navigation, semantic HTML, alt text, and form labeling. Findings are grouped by severity with WCAG references and fix recommendations.

What does a frontend quality audit check for?

It covers four dimensions: accessibility (WCAG compliance, focus indicators), performance (layout thrashing, expensive animations, bundle size), theming (hard-coded colors, dark mode), and responsive design (touch targets under 44x44px, horizontal scroll, missing breakpoints), plus AI design anti-patterns.

Does the audit fix the issues it finds?

No, the audit only documents issues with severity ratings, impact explanations, and recommendations. It deliberately avoids fixing anything and instead suggests follow-up commands like /normalize, /optimize, or /harden to address the findings.

Can I audit only a specific feature or page?

Yes, the audit accepts an optional 'area' argument to scope the scan to a specific feature or section of the interface. Omitting it runs the comprehensive check across the entire interface.

What are AI design anti-patterns in an interface audit?

They are visual tells of AI-generated design such as gradient text, glassmorphism, hero metrics, card grids, generic fonts, gray text on colored backgrounds, nested cards, and bounce easing. The audit gives a pass/fail verdict on whether the interface looks AI-generated.