audit

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/ivaylo91/Shopping-Mobile-App --skill audit-ivaylo91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/ivaylo91/Shopping-Mobile-App/tree/main/.agents/skills/audit
Command: npx skills add https://github.com/ivaylo91/Shopping-Mobile-App --skill audit-ivaylo91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend code often ships with hidden accessibility violations, performance bottlenecks, hard-coded colors, and AI-generated design tells that are hard to spot manually. This Skill systematically scans an implementation and produces a scored, prioritized report so teams know exactly what to fix first. ## Core Features & Use Cases - Five-Dimension Diagnostic Scan: Scores accessibility, performance, theming, responsive design, and anti-patterns on a 0-4 scale, producing a total Audit Health Score out of 20 with rating bands. - Severity-Tagged Findings: Documents every issue with P0-P3 severity, exact code location, user impact, violated WCAG or design standard, and a concrete fix recommendation. - Actionable Remediation Plan: Maps findings to follow-up commands (e.g., /optimize, /adapt, /polish) in priority order, plus systemic pattern detection and positive findings. - Use Case: Before a release, run the audit on a new dashboard page to catch missing ARIA labels, layout-thrashing animations, hard-coded colors breaking dark mode, and undersized touch targets, then hand the prioritized fix list to your team. ## Quick Start Ask the AI to run an audit on a specific page or component, for example: audit the checkout page for accessibility, performance, and responsive issues.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I audit a web page for accessibility issues?

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

What does a frontend technical quality audit check?

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

How are audit findings prioritized by severity?

Every issue is tagged P0 through P3: P0 blocks task completion, P1 is a major issue or WCAG AA violation, P2 is a minor annoyance, and P3 is polish. Recommended fix commands are listed in priority order starting with P0.

Does the audit fix the issues it finds?

No, the audit only documents issues with locations, impact, and recommendations. It suggests follow-up commands such as /optimize, /adapt, or /polish to address each finding, and you can re-run the audit afterward to verify score improvement.

Can the audit detect AI-generated design patterns?

Yes, the anti-patterns dimension specifically checks for AI slop tells such as gradient text, glassmorphism, generic fonts, card grids, and hero metrics. The report starts with a pass/fail verdict on whether the design looks AI-generated.