audit

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Front-end code often ships with hidden accessibility violations, performance bottlenecks, hard-coded colors, and responsive layout failures that are tedious to find 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 for a total health score out of 20. - Severity-Tagged Findings: Documents every issue with P0-P3 severity, exact code location, user impact, violated WCAG standard, and a concrete fix recommendation. - Anti-Pattern Detection: Flags AI-generated design tells such as gradient text, glassmorphism, generic fonts, and nested cards. - Use Case: Before releasing a new dashboard page, run the audit to catch missing ARIA labels, undersized touch targets, and hard-coded colors, then follow the prioritized remediation plan. ## Quick Start Ask the assistant to run an audit on a specific page or component, for example: audit the checkout page for accessibility and performance 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, ARIA roles, keyboard navigation, semantic HTML, alt text, and form labeling. Each finding includes its WCAG standard, severity rating, and a specific fix recommendation.

What does a front-end technical quality audit check?

It 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?

Every issue is tagged P0 through P3. P0 blocks task completion, P1 violates WCAG AA or causes major difficulty, P2 is an annoyance with workarounds, and P3 is polish. Recommended fixes are ordered P0 first.

Does the audit fix the issues it finds?

No, it only documents issues with locations, impact, and recommendations. Each finding maps to a suggested follow-up command such as /optimize, /adapt, or /polish that performs the actual fix.

What are AI design anti-patterns in front-end code?

They are visual tells of AI-generated design such as gradient text, glassmorphism, hero metrics, card grids, generic fonts, and bounce easing. The audit counts these tells and scores the anti-pattern dimension accordingly.