audit

Generate a prioritized interface audit report with severity ratings and actionable recommendations.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/luisartola/findes --skill audit-luisartola
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/luisartola/findes/tree/main/.github/skills/audit
Command: npx skills add https://github.com/luisartola/findes --skill audit-luisartola

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It enables teams to systematically audit interface quality across accessibility, performance, theming, and responsive design, delivering a comprehensive report of issues with severity ratings and practical recommendations.

Core Features & Use Cases

  • Accessibility checks including contrast issues, missing ARIA, keyboard navigation, semantic HTML, alt text, and form issues.
  • Performance analysis covering layout thrash, animation and asset optimization, bundle size, and render efficiency.
  • Theming and responsive design validation to ensure tokens, dark mode correctness, breakpoints, and touch target sizing.
  • Anti-pattern detection highlights CRITICAL issues and common frontend anti-patterns to avoid.

Quick Start

Run the audit to generate a comprehensive report detailing accessibility, performance, theming, and responsive issues with prioritized recommendations.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I run a UI audit for accessibility and responsive design issues?

To run a UI audit, execute a diagnostic scan against your frontend project. The audit identifies accessibility issues like missing ARIA and contrast problems, plus responsive design flaws, then outputs a prioritized report with severity ratings.

What is the best way to audit frontend performance and theming consistency?

A frontend performance and theming audit analyzes layout thrash, asset optimization, bundle size, and render efficiency. It also validates theming tokens and dark mode correctness, generating a structured report with actionable recommendations for fixes.

Can I use a UI audit to detect common frontend anti-patterns in my project?

Yes, the UI audit process detects common frontend anti-patterns during its scan. It highlights CRITICAL issues across accessibility, performance, theming, and responsive design, providing severity ratings to help you prioritize fixes.

Does the UI audit check keyboard navigation and semantic HTML for accessibility?

Yes, the accessibility checks include keyboard navigation, semantic HTML, alt text, and form issues. The audit documents these interface quality issues and outputs an actionable report for prioritizing fixes.

How do I validate dark mode correctness and touch target sizing in a design review?

To validate dark mode and touch target sizing, run a theming and responsive design audit. The diagnostic scan checks design tokens, breakpoint behavior, and touch targets, producing a prioritized report of any detected issues.

What does a comprehensive UI audit report include for QA workflows?

A comprehensive UI audit report includes documented interface quality issues across accessibility, performance, theming, and responsive design. It provides severity ratings, highlights critical anti-patterns, and delivers actionable recommendations for QA teams.