audit

Runs technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns with scored reports.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/AkaraChen/proxy-up --skill audit-akarachen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/AkaraChen/proxy-up/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/AkaraChen/proxy-up --skill audit-akarachen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend code often ships with hidden accessibility violations, performance bottlenecks, hard-coded colors, and generic AI-generated design patterns that are hard to spot manually. This Skill systematically audits your UI code across five dimensions and produces a scored, prioritized report so you know exactly what to fix first. ## Core Features & Use Cases - Five-Dimension Diagnostic Scan: Scores accessibility, performance, theming, responsive design, and anti-patterns each from 0-4, producing a total health score out of 20 with a rating band. - Severity-Tagged Findings: Documents every issue with P0-P3 severity, exact file and line locations, user impact, violated WCAG standards, and concrete fix recommendations. - Anti-Pattern Detection: Identifies AI slop tells such as gradient text, glassmorphism, generic fonts, and nested cards, plus systemic issues like hard-coded colors across components. - Use Case: Before releasing a new landing page, run the audit to discover that contrast ratios fail WCAG AA, touch targets are under 44px on mobile, and dark mode variants are missing, then follow the prioritized command recommendations to fix them. ## Quick Start Ask the assistant to run an audit on a specific page or component, for example: audit the checkout page for accessibility, performance, and responsive design issues.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit frontend code for accessibility issues?▼

Run the audit on a page or component to check contrast ratios below 4.5:1, missing ARIA roles and labels, keyboard navigation gaps, improper heading hierarchy, and form labeling problems. Each finding includes the WCAG standard violated and a specific fix recommendation.

What does a frontend quality audit check for?▼

The audit checks five dimensions: accessibility, performance, theming, responsive design, and anti-patterns. Each dimension is scored 0-4, producing a total health score out of 20 with a rating band from Critical to Excellent.

How are audit findings prioritized by severity?▼

Every issue is tagged P0 through P3. P0 blocks task completion and needs immediate fixes, P1 covers major issues like WCAG AA violations, P2 covers annoyances with workarounds, and P3 covers polish items with no real user impact.

Does the audit fix the issues it finds?▼

No, the audit only documents issues without modifying code. It recommends specific follow-up commands such as /optimize, /adapt, or /polish mapped to each finding, and you can re-run the audit after fixes to see the score improve.

What are AI design anti-patterns the audit detects?▼

The audit flags AI slop tells including gradient text, glassmorphism, hero metrics, card grids, generic fonts, gray text on colored backgrounds, nested cards, and bounce easing. Five or more tells scores the anti-pattern dimension at zero.