# Audit

> Run a technical UI quality audit across accessibility, performance, responsive behavior, theming, and design anti-patterns.

- Skill: `munlucky/audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add munlucky/audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/munlucky/audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- License: Apache 2.0. Adapted from pbakaus/impeccable.
- Author: munlucky (https://skillmd.com/u/munlucky)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/munlucky/audit

---


# Audit

Use for review-only UI quality checks. Do not make edits in this skill unless the user explicitly asks for fixes after the report.
Because this is a read-only review skill, prefer a forked review session and return scored findings plus next steps only.

## Preparation

Load `frontend-design` first. If no design context exists, run `teach-impeccable` or ask the user for the missing context.

## What To Check

Review the target across five dimensions:
1. accessibility
2. performance
3. theming and token usage
4. responsive behavior
5. AI-slop and design anti-patterns

## Output

Produce:
- a 0-4 score for each dimension
- a total score
- the anti-pattern verdict first
- prioritized findings tagged `P0` to `P3`
- file, component, or surface references where possible
- recommended next steps, usually `normalize` and `polish`

## Quality Bar

- Focus on real user impact, not noisy nitpicks.
- Explain why each issue matters.
- Separate measurable technical defects from subjective taste.

