audit

Audit front-end code for accessibility, performance, theming, and responsive issues.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/yahya-azeem/Pokedex --skill audit-yahya-azeem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/yahya-azeem/Pokedex/tree/main/library/impeccable/skills/audit
Command: npx skills add https://github.com/yahya-azeem/Pokedex --skill audit-yahya-azeem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify measurable technical quality issues in your UI—covering accessibility, performance, theming, responsive behavior, and common anti-patterns—then produce a scored, actionable review.

Core Features & Use Cases

  • Accessibility (A11y) scoring: Detects contrast problems, missing ARIA semantics, keyboard navigation issues, semantic HTML gaps, missing alt text, and form-label/error issues.
  • Performance and responsiveness checks: Flags expensive rendering patterns, unoptimized assets, bundle/render inefficiencies, fixed-width breakage, small touch targets, and overflow risks.
  • Theming and anti-pattern detection: Verifies token usage, dark-mode behavior, theme switching correctness, and critical “AI slop”/design anti-pattern indicators.

Quick Start

Ask to run the audit for a specific area by providing the feature, page, or component you want reviewed.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run a technical audit for accessibility and performance issues in my UI?

A frontend design audit detects measurable accessibility, performance, theming, responsive design, and anti-pattern issues in your code-level implementation. It produces a scored, actionable P0–P3 report of verifiable problems and severities for specific features or components.

What's the best way to check my front-end implementation for design anti-patterns and theming errors?

Check front-end implementations for design anti-patterns and theming errors by verifying token usage, dark-mode behavior, and theme switching correctness. The audit flags critical design anti-pattern indicators and scoring them by severity.

How do I detect A11y gaps like missing ARIA semantics and keyboard navigation issues?

Detect A11y gaps by auditing the front-end code for contrast problems, missing ARIA semantics, keyboard navigation issues, semantic HTML gaps, missing alt text, and form-label or error issues, generating a scored review of these accessibility failures.

Can I audit fixed-width breakage and overflow risks for responsive design components?

Yes, you can audit responsive design components for fixed-width breakage, small touch targets, overflow risks, expensive rendering patterns, unoptimized assets, and bundle or render inefficiencies to ensure responsive behavior across implementations.

Does the audit automatically fix the performance and accessibility issues it finds?

No, the audit does not automatically fix performance and accessibility issues. It strictly produces a scored P0–P3 report identifying verifiable problems, severities, and design anti-patterns, leaving the code-level fixes to the developer.

Do I need to set up a context protocol before running a technical UI quality audit?

Yes, you need to run the frontend-design context protocol or teach-impeccable first. This prerequisite setup is required before the audit can detect accessibility, performance, theming, and responsive design anti-patterns in your front-end implementation.