UI UX Audit Skill — Security skill for Claude Code
Claude skill that audits and builds web UI: measures the render at 360, 768 and 1280px with a Playwright script, scores 16 categories, catches the alignment and consistency faults AI tools ship, and r.
How to install UI UX Audit Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open EnchStyle/ui-ux-audit-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What UI UX Audit Skill does
Claude skill that audits and builds web UI: measures the render at 360, 768 and 1280px with a Playwright script, scores 16 categories, catches the alignment and consistency faults AI tools ship, and raises landing pages, dashboards and analytics reports to exceptional.
Alternatives in Security
- Skill Audit — Audit codebases for quality, consistency, and broken patterns — use for pre-release or tech debt review 2.8k ★
- Bountyforge — All-round bug bounty skill for Claude Code parallelized agents for smart contract audits (EVM, Move, Solana, T 399 ★
- Competitive Audit — Capture a competitor website with Playwright and extract its color system, typography, layout patterns, and 's 309 ★
README
ui-ux-audit
A Claude skill that audits web UI for the failures AI consistently ships, measures the render instead of guessing, and raises landing pages, dashboards and analytics pages from competent to exceptional.
Almost every AI UI failure traces back to one root cause: the model generates a plausible static snapshot of a single state (the happy path, on desktop), it cannot see the rendered result, and it carries no persistent design system across generations. The output looks right in a screenshot and breaks the moment content grows, the viewport shrinks, an error occurs, or a second component is generated with slightly different padding. This skill forces all of that into view.
What it does
Three modes, chosen automatically from how you ask:
- Full audit. "Run a full UI audit" or "is this ready to ship". Claude renders the page with the bundled measuring script (
scripts/uicheck.py, Python Playwright) at 360, 768 and 1280px, walks the flow as the real user, a constrained user and an edge-case-data user, then sweeps 16 categories. The report gives a 0-100 score with the arithmetic shown, a ship verdict, findings by severity (Blocker 12, Critical 8, Warning 4, Polish 1, with Polish capped at 5 points), a visual-quality rating with concrete improvements, and the tools that stop each failure family returning. - Quick review. "Why does this card look off". Two to five findings, no score.
- Build. When Claude creates or restyles a page, dashboard or report, it chooses a distinctive art direction, writes one global design system first (type scale, spacing, gutters, radii, control heights, media ratios), computes and double-checks every figure, then measures and fixes until the checks are clean.
The 16 categories: typography, layout and spacing, visual hierarchy, colour and contrast, component states, forms, touch, responsive behaviour, accessibility (WCAG 2.2), alignment and consistency, navigation and icons, motion, performance, visual quali
Related Skills
Consistency Check
Audit a doc bundle for cross-reference integrity, count drift, pronoun ambiguity, audience assumptions, and ot
Web Security Reviewer
Claude Code skill: defensive security review of your own code (Apps Script, frontend, backend)
Persuasion Audit
Claude Skill: audits a website or app for Robert Cialdini's 7 principles of persuasion — screenshot-backed fin
Claude Code Audit Gate
Independent audit agent for Claude Code: audits an app built by another agent (OWASP ASVS/Top 10 security, eve
Rls Security Check
A Claude Code skill that audits Supabase and Postgres Row Level Security, then writes the exact policy to fix
Release Audit
Use right before cutting a release — it spawns ONE fresh sibling session via CCC that audits only the JUDGMENT
Related Agents
Audit Performance
Measures Core Web Vitals (LCP, INP, CLS), Lighthouse scores, and identifies resource optimization opportunitie
Business Logic Validator
Business logic validation agent that audits pricing calculations, approval workflows, state machines, authoriz
LaTeX Layout Auditor
Audits compiled PDF output for figure and table layout issues, checking float placement, alignment, sizing, an