ux-audit

ux-audit is a skill for Claude Code, Codex from drvoss/everything-copilot-cli. It costs 39 tokens per session (2,489 once invoked), scanned A, original, MIT.

A structured usability review for pages and components that examines layout, wording, navigation, and interactions from a user's point of view.

In plain words
What is it for?
Use it to review navigation, headings, calls to action, page structure, and other sources of interaction friction.
Why use it?
It helps explain why users are confused or blocked before a design handoff or after major interface changes.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/drvoss/everything-copilot-cli/ux-audit
Any agent
npx skills add drvoss/everything-copilot-cli --skill ux-audit
Clone the repo
git clone --depth 1 https://github.com/drvoss/everything-copilot-cli

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ux-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/drvoss/everything-copilot-cli/ux-audit.svg)](https://agentmods.dev/skills/drvoss/everything-copilot-cli/ux-audit)
Your own site
<a href="https://agentmods.dev/skills/drvoss/everything-copilot-cli/ux-audit"><img src="https://agentmods.dev/badge/skills/drvoss/everything-copilot-cli/ux-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.02489
Opus 5 $0.00019 $0.01244
Sonnet 5 $0.00008 $0.00498
Haiku 4.5 $0.00004 $0.00249

Measured today against content hash 45ab4e276ec4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ux-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/testing/ux-audit/SKILL.md · 269 lines

How it starts

The opening of the file, as written. The whole thing — 269 lines — stays where its author put it; the contents beside it link to each section on GitHub.

UX Audit

Run a structured usability review based on Steve Krug's Don't Make Me Think. Use it to inspect page structure, copy, navigation, and interaction friction before or alongside design review.

When to Use

  • UI를 만들기 전에 화면의 목적과 품질 기준을 먼저 못 박아야 할 때
  • Before a design review or frontend handoff
  • When users report confusion but the failure mode is still unclear
  • When navigation, headings, or calls to action feel noisy or ambiguous
  • During UI quality sweeps after major layout or copy changes

When NOT to Use

Instead of ux-audit Use
Accessibility conformance or ARIA debugging browser-devtools
End-to-end flow automation e2e-testing
Broken or non-functional controls discovered during a UX pass flag in the audit, then hand off to e2e-testing for functional verification
Performance bottleneck analysis browser-devtools or performance-optimization
Pure visual polish critique manual design review

Audit Modes

Choose the depth of review based on what you need:

Mode Checks Best for
Quick scan (default) 6 Krug usability checks Navigation/copy confusion, pre-handoff spot checks
Deep audit 15-dimension Jobs/Ive framework Major redesigns, premium quality bar, comprehensive UI review

Design Contract — Before Building

Before implementation starts, write a short contract for the screen so the later audit has something concrete to enforce.

Capture only three things:

  1. Purpose — one sentence for what this screen is for
  2. Primary action — the one action that must win attention first
  3. Forbidden defaults/patterns — shortcuts the screen is not allowed to fall back to

Keep it short:

## Design Contract: [screen]

- Purpose: [one sentence]
- Primary action: [the main CTA or task]
- Forbidden defaults:
  - [generic welcome copy / dashboard filler / placeholder layout / competing CTAs / etc.]

Use the existing audit checks as the contract's enforcement points:

Read the full file on GitHub · 269 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 269 lines · 39 tokens per session scan A 45ab4e276ec4

Subscribe to this mod's changes

ux-audit is a skill published in the GitHub repository drvoss/everything-copilot-cli (45 stars, last pushed 8d ago), licensed MIT. It adds 39 tokens to every session and 2,489 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

winui-design

Use when designing, reviewing, or fixing WinUI 3: sample and control discovery with winapp find-ui, layout planning, control choice, Fluent Design alignment, Light/Dark/High Contrast theming, typography, spacing, brushes, accessibility, and XAML data-binding design. Load before authoring new XAML, reviewing UI PRs…

microsoft/win-dev-skills · 119 tokens

winui-code-review

Code quality review for WinUI 3 apps — MVVM compliance, x:Bind correctness, accessibility, theming, security, and performance. Use before committing to catch issues that the compiler and UI tests won't find.

microsoft/win-dev-skills · 49 tokens

building-shadcn-flutter-ui

Build beautiful, accessible, and highly customizable user interfaces in Flutter using the Shadcn UI design system. This skill ensures proper framework integration (Pure, Material, or Cupertino), consistent theming, and effective use of the 30+ responsive components available in the library.

Poorgramer-Zack/dart-expert-skills · 43 tokens

quizzing

Consolidated design questionnaire — get a design right on the first go by front-loading clarifying questions into one convenient web form instead of a long back-and-forth. The inverse (in cadence) of "grilling": first look up facts, ask 1-5 grilling-style "bearing" questions one at a time, then generate a capped (20…

Tranquility2/quizzing · 175 tokens

github-brand

Apply GitHub-inspired brand guidance to workshop experiences using measurable visual, editorial, accessibility, and trademark rules. Use when generating or reviewing workshop pages, screens, modules, exercises, diagrams, or presentation-like workshop surfaces. This skill defines brand outcomes and…

githubnext/gh-aw-workshop · 73 tokens

hallmark

Anti-AI-slop design skill for greenfield pages, audits, redesigns, and design extraction from URLs or screenshots. Use when the user asks to build a new app or landing page, wants to redesign something, invokes Hallmark by name, or uses audit/redesign/study.

Nutlope/hallmark · 61 tokens