screen-ux-audit

screen-ux-audit is a skill for Claude Code, Codex from GDvega/super-android-kotlin-firebase-skill. It costs 36 tokens per session (836 once invoked), scanned A, original, MIT.

A structured review of an Android or Compose screen's usability, accessibility, states, and performance risks. It examines how clearly the screen guides people through its main task.

In plain words
What is it for?
Use it to assess forms, dashboards, onboarding, settings, and sensitive flows, including offline, empty, error, loading, and permission states.
Why use it?
It finds confusing layouts, missing loading or error handling, inaccessible controls, and unsafe design changes before they reach users. The review is intended to happen after builds and tests pass.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: $skill-name invocation.

Good fit Use it to assess forms, dashboards, onboarding, settings, and sensitive flows, including offline, empty, error, loading, and permission states.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit
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 GDvega/super-android-kotlin-firebase-skill --skill screen-ux-audit
Clone the repo
git clone --depth 1 https://github.com/GDvega/super-android-kotlin-firebase-skill

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 screen-ux-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit/github.svg)](https://agentmods.dev/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit)
Your own site
<a href="https://agentmods.dev/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit"><img src="https://agentmods.dev/badge/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit/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 screen-ux-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit"><img src="https://agentmods.dev/badge/skills/gdvega/super-android-kotlin-firebase-skill/screen-ux-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 836 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.
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.00036 $0.00836
Opus 5 $0.00018 $0.00418
Sonnet 5 $0.00007 $0.00167
Haiku 4.5 $0.00004 $0.00084

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

Security

Grade A, and why

screen-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 12d ago.

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/screen-ux-audit/SKILL.md · 111 lines

How it starts

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

Purpose

Review a screen like a senior Android UX maintainer: findings first, evidence-based, and safe to act on.

When to use

  • Auditing an existing Compose screen before visual changes.
  • Reviewing an AI-generated screen for confusing hierarchy or fragile UX.
  • Checking forms, dashboards, onboarding, settings, patient/caregiver or sensitive-data flows.
  • Deciding which design issues should be fixed now versus deferred.

Inputs to inspect

  • Gate result from design-test-gate.
  • Screen, route, ViewModel and UI state files.
  • Navigation entry and exit points.
  • Loading, empty, error, offline and permission states.
  • Theme, accessibility semantics, previews and UI tests.
  • Performance-sensitive UI such as lazy lists, images or animations.

Required workflow

  1. Confirm build/tests passed before auditing design changes.
  2. Identify the screen goal, target user and risk level.
  3. Inspect hierarchy, affordances, content clarity, state coverage and recovery paths.
  4. Check accessibility, adaptive behavior and visual performance risks.
  5. Lead with findings ordered by severity.
  6. Recommend the smallest safe design changes and validation commands.

Rules

  • Findings must separate user-impacting problems from preferences.
  • Do not rewrite the screen during audit unless the user asks for implementation.
  • Do not duplicate generic code review; focus on UX and design behavior.
  • Do not propose visual changes that require business logic changes without naming the contract.
  • Include tests or previews needed to protect the audit findings.

Local skills to invoke

  • code-review-refactor
  • accessibility
  • jetpack-compose
  • compose-performance
  • design-test-gate

External companion skills to use when installed

Do not assume these companion skills are installed. Prefer the local skills above first, then consult Companion Skills for install and verification commands.

  • aldefy/compose-skill — use for deeper Jetpack Compose, Material 3, design-to-code, theming or Compose architecture guidance.
  • skydoves/android-testing-skills — use for deeper Android or Compose UI testing, semantics, assertions or test workflow guidance.
  • skydoves/compose-performance-skills — use for deeper Compose performance, recomposition, stability or release-mode measurement guidance.

Read the full file on GitHub · 111 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. 12d ago First seen · 111 lines · 36 tokens per session scan A 285e9444cd04

Subscribe to this mod's changes

screen-ux-audit is a skill published in the GitHub repository GDvega/super-android-kotlin-firebase-skill (2 stars, last pushed 2mo ago), licensed MIT. It adds 36 tokens to every session and 836 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-08-31.

Related

Other skills, from other repositories

compose-component-design

Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.

chrisbanes/skills · 41 tokens

maui-accessibility

Improve MAUI accessibility. USE FOR: semantic labels, hints, headings, screen-reader focus/announcements, AutomationProperties, touch targets, decorative content, TalkBack/VoiceOver/Narrator checks. DO NOT USE FOR: general layout, automation-only tests, performance.

dotnet/maui-labs · 60 tokens

flutter-design-system

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

HoangNguyen0403/agent-skills-standard · 32 tokens

android-jetpack-compose-expert-v2

Android Jetpack Compose Expert workflow skill. Use this skill when the user needs Expert guidance for building modern Android UIs with Jetpack Compose, covering state management, navigation, performance, and Material Design 3 and the operator should preserve the upstream workflow, copied support files, and provenance…

diegosouzapw/awesome-omni-skills · 72 tokens

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

TalissonVitorino/kmp-ios-skills · 41 tokens

liquid-glass

Apple Liquid Glass design patterns for SwiftUI iOS 26 - glass effects, morphing, containers, interactive glass, tinting, accessibility, and cross-platform glass design.

TalissonVitorino/kmp-ios-skills · 40 tokens