ui-ux-review

ui-ux-review is a skill for Claude Code from thiientv/godmode. It costs 82 tokens per session (640 once invoked), scanned A, original, MIT.

A review method for an existing website or app interface, including its layout, content, interactions, accessibility, mobile behavior, and performance-sensitive patterns.

In plain words
What is it for?
Use it for UI/UX audits, screenshot reviews, frontend change reviews, redesign checks, and pre-release interface testing.
Why use it?
It finds problems in what users actually see and use, including unclear hierarchy, missing states, inconsistent design, and difficult interactions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the godmode plugin — 34 skills, 1 hook shipped together

Good fit Use it for UI/UX audits, screenshot reviews, frontend change reviews, redesign checks, and pre-release interface testing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thiientv/godmode/ui-ux-review
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.

Any agent
npx skills add thiientv/godmode --skill ui-ux-review
Clone the repo
git clone --depth 1 https://github.com/thiientv/godmode

Made for: Claude Code.

Or install godmode, the plugin that ships this one along with the rest of its 34 skills, 1 hook.

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 ui-ux-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/thiientv/godmode/ui-ux-review/github.svg)](https://agentmods.dev/skills/thiientv/godmode/ui-ux-review)
Your own site
<a href="https://agentmods.dev/skills/thiientv/godmode/ui-ux-review"><img src="https://agentmods.dev/badge/skills/thiientv/godmode/ui-ux-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ui-ux-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/thiientv/godmode/ui-ux-review"><img src="https://agentmods.dev/badge/skills/thiientv/godmode/ui-ux-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 640 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00082 $0.00640
Opus 5 $0.00041 $0.00320
Sonnet 5 $0.00016 $0.00128
Haiku 4.5 $0.00008 $0.00064

Measured 9d ago against content hash 9568aaf60d58, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

ui-ux-review 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/audit_ui.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/ui-ux-review/SKILL.md · 78 lines

How it starts

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

UI/UX Review

Review the interface users actually receive, not only the component source.

Establish the surface

  1. Identify routes, primary flows, target users, supported viewports, themes, content states, and the design system or brand constraints.

  2. Inspect the diff and direct consumers before forming findings.

  3. Run the deterministic audit helper against relevant HTML/CSS/JS when a static surface is available:

    python3 skills/ui-ux-review/scripts/audit_ui.py ./path/to/ui
    

    Zero supported source files is inconclusive and exits with status 2. Use --allow-empty only when an empty UI scope is intentional; it is not proof that a surface is clean.

  4. Extract the current token and component system with frontend-design when consistency claims depend on it; compare against existing tokens before proposing a redesign language.

  5. Render the surface in a browser. Capture normal, empty, error, loading, permission, narrow, intermediate, and desktop states that matter to the request. If runtime access is blocked, mark visual findings unverified.

Review passes

Experience and hierarchy

Check whether the first viewport explains the page, the primary action is obvious, copy is scannable, labels are specific, and repeated containers add meaning rather than noise.

Interaction and accessibility

Check semantics, names, keyboard order, focus visibility, contrast, target size, error recovery, reduced motion, screen-reader announcements, and whether color is the only signal. Run axe or the repository's equivalent when available, then manually traverse the primary flow by keyboard; automated accessibility scans do not prove task usability.

Responsive and visual system

Check narrow/intermediate/desktop reflow, long content, tables, dialogs, overflow, theme contrast, tokens, type rhythm, spacing, icon consistency, and layout stability.

Performance and trust

Check image dimensions and loading, layout shift, blocking work, feedback during async actions, destructive confirmation, and misleading placeholder or proof content.

Read the full file on GitHub · 78 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 78 lines · 82 tokens per session scan A 9568aaf60d58

Subscribe to this mod's changes

ui-ux-review is a skill published in the GitHub repository thiientv/godmode (94 stars, last pushed 14d ago), licensed MIT. It adds 82 tokens to every session and 640 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

design-review

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

GCWing/BitFun · 125 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens

ss-copy

Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.

bitjaru/styleseed · 29 tokens

ui-mobile

Mobile UI patterns - React Native, iOS/Android, touch targets.

alinaqi/maggy · 17 tokens

codex-skin-pack-installer

Install Codex themes and Codex skin packs with npx skills. Use this skill when a user wants Codex to find, download, validate, apply, switch, remix, or restore Codex desktop themes such as caishen-readable, caishen-lite, mythic-guardian-noir, global-founder-bright, export-night, or caishen-max. It stages verified…

hashgraph-online/awesome-codex-plugins · 125 tokens