audit

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Frontend codebases accumulate accessibility violations, performance bottlenecks, hard-coded styles, and AI-generated design tells that are hard to spot manually. This Skill systematically audits code across five quality dimensions and produces a prioritized, actionable report instead of vague impressions. ## Core Features & Use Cases - Five-Dimension Diagnostic Scan: Scores accessibility, performance, theming, responsive design, and anti-patterns each on a 0-4 scale against explicit criteria, producing a total Audit Health Score out of 20 with rating bands. - Severity-Tagged Findings: Documents every issue with P0-P3 severity, exact file/line location, user impact, violated WCAG or design standard, and a concrete fix recommendation. - Remediation Mapping: Maps each finding to a follow-up command (e.g., /optimize, /adapt, /harden, /polish) so issues flow directly into fix workflows. - Use Case: Before shipping a new landing page, run the audit to catch missing ARIA labels, layout-thrashing animations, hard-coded colors breaking dark mode, and sub-44px touch targets, then address them in priority order. ## Quick Start Run /audit on the checkout page component to get a scored technical quality report with prioritized fixes.

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 and performance issues?▼

Run the audit command targeting the page or component. It checks contrast ratios, ARIA attributes, keyboard navigation, layout thrashing, animation costs, and lazy loading, then scores each dimension 0-4 and lists findings by severity.

What does the audit health score measure?▼

The score sums five dimensions—accessibility, performance, theming, responsive design, and anti-patterns—each rated 0-4 for a total out of 20. Rating bands range from Excellent (18-20) down to Critical (0-5).

Does the audit fix the issues it finds?▼

No, the audit only documents issues with severity, location, impact, and recommendations. It maps each finding to a follow-up command such as /optimize, /adapt, or /harden that performs the actual fix.

What are AI slop anti-patterns in frontend design?▼

AI slop tells include generic AI color palettes, gradient text, glassmorphism, hero metric sections, uniform card grids, and generic fonts. The audit flags these under the anti-patterns dimension and scores how distinctive the design appears.

When should I re-run the audit after making fixes?▼

Re-run it after completing the recommended fix commands to verify score improvement and confirm no regressions. The workflow is designed so each remediation pass measurably raises the health score.