Ux Ui Audit
Description
Evidence-backed UX/UI audit skill for Claude. Browser probes that measure real numbers — WCAG contrast, Fitts, Hick, Gestalt, design-system conformance — plus an Arabic/RTL engine no mainstream tool covers.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ux-ui-audit
[](https://github.com/uxbyissa/ux-ui-audit/actions/workflows/probes.yml) [](LICENSE) [](scripts/) [](references/wcag-thresholds.md) [](references/arabic-rtl.md) [](scripts/)
A [Claude](https://claude.com/claude-code) skill that audits a live web interface and produces a report where **every finding carries a measurement or a verbatim quote**.
It ships browser probe scripts rather than prose instructions, because the difference between a useful audit and a generated-sounding one is whether the numbers are real.
"the focus ring could have better contrast" ← ignorable
"outline: 1.6px solid rgb(0,75,254) on rgb(20,22,28)
= 2.96:1; WCAG 2.2 SC 1.4.11 requires 3:1" ← fixed that afternoon
What it covers
**Structural**, via bundled probes — WCAG contrast ratios computed from the spec formula, tap-target geometry, focus-ring contrast, accessible-name resolution, duplicate link destinations, route health, heading outline, head/SEO tags, layout overflow, navigation timing.
**Design psychology, as arithmetic rather than impression** — Hick's Law (`log2(n+1)` over the choices actually on screen), Fitts's Law (`log2(D/W + 1)` measured from thumb rest on touch), design-system conformance (distinct rendered values for type, spacing, radius and colour — a product with 40 font sizes does not have a type scale, whatever the design file says), interaction-state coverage read from the stylesheets, and microcopy presence.
**Semantic**, via a guided reading pass — the defects no automated tool detects because they require un
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,