uiux-review-skill

uiux-review-skill is a skill for OpenCode from darellchua2/opencode-config-template. It costs 42 tokens per session (4,672 once invoked), scanned A, original, Apache-2.0.

A review framework for judging a website or application’s visual design, usability, accessibility basics, and consistency. It uses screenshots or source code as evidence and does not make fixes.

In plain words
What is it for?
Use it to review screens, compare components with a design system, audit a live web app, or assess TSX, CSS, and Tailwind code.
Why use it?
It provides a structured way to spot confusing interfaces, inconsistent design choices, and common usability problems before deciding what to change.

Skill for OpenCode

Written for OpenCode: installed under .opencode/. Also seen: mentions subagents; mentions OpenCode.

Good fit Use it to review screens, compare components with a design system, audit a live web app, or assess TSX, CSS, and Tailwind code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/darellchua2/opencode-config-template/uiux-review-skill
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 darellchua2/opencode-config-template --skill uiux-review-skill
Clone the repo
git clone --depth 1 https://github.com/darellchua2/opencode-config-template

Made for: OpenCode.

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 uiux-review-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/darellchua2/opencode-config-template/uiux-review-skill.svg)](https://agentmods.dev/skills/darellchua2/opencode-config-template/uiux-review-skill)
Your own site
<a href="https://agentmods.dev/skills/darellchua2/opencode-config-template/uiux-review-skill"><img src="https://agentmods.dev/badge/skills/darellchua2/opencode-config-template/uiux-review-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,672 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 warn 7 Sept 2026
SkillSpector: 4 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 74
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 360
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Excessive Agency · line 337
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Agent Snooping · line 359
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00042 $0.04672
Opus 5 $0.00021 $0.02336
Sonnet 5 $0.00008 $0.00934
Haiku 4.5 $0.00004 $0.00467

Measured 4d ago against content hash 34cc8527b631, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

uiux-review-skill 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 4d 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.

opencode_app/.opencode/skills/uiux-review-skill/SKILL.md · 379 lines

How it starts

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

What I do

I provide the reusable domain knowledge for UI/UX design review. I am loaded by uiux-reviewer-subagent and define:

  1. Evidence-first methodology — the gate rule that all findings must pass
  2. Playwright capture protocol — standardized evidence collection
  3. 13-axis review rubric — the core review instrument
  4. Finding schema — structured output format
  5. Severity rubric — Critical / Major / Minor disposition
  6. References — source attribution and licensing

This skill is review-only. I do not modify code, generate fixes, or produce new UI. For fixes, the parent agent delegates to responsive-audit-subagent (mechanical responsive fixes) or the build agent.

When to use me

Use this skill when:

  • Reviewing UI screenshots for visual design quality
  • Auditing a live web application against usability heuristics
  • Checking design-system consistency across components
  • Evaluating accessibility basics (deep dives delegate to accessibility-a11y-skill)
  • Detecting generic AI-generated design patterns
  • Reviewing TSX/CSS/Tailwind source for design-token adherence

Do not use me for:

  • Mechanical responsive breakpoint fixes (use responsive-audit-subagent)
  • Full WCAG 2.1 AA compliance audits (use accessibility-a11y-skill directly)
  • Creating new UI (use frontend-design-skill)
  • Generating wireframes (use wireframer-skill)

§1. Evidence-First Methodology

Every review follows this pipeline:

Capture → Structured Understanding → Specialized Review → Synthesis → QA Gate → Report

The Gate Rule (Hard Constraint)

Findings without an evidence reference (screenshot + viewport + selector) are rejected at the gate.

A finding must include:

  • A screenshot file path (or source file path + line range for code-only findings)
  • The viewport at which the issue was observed (e.g., mobile 375x812)
  • A CSS selector, DOM path, or component name locating the issue

Findings missing any of these are not included in the report. This prevents hallucinated issues from code-only inference and ensures every finding is verifiable.

Read the full file on GitHub · 379 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. 4d ago First seen · 379 lines · 42 tokens per session scan A 34cc8527b631

Subscribe to this mod's changes

uiux-review-skill is a skill published in the GitHub repository darellchua2/opencode-config-template (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 42 tokens to every session and 4,672 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

figma

Import Figma content into a HyperFrames composition — rendered assets, brand tokens, components, storyboard sections → reconstructed motion (frames read as states, not slides) (REST/CLI), connector-assisted motion when available, and shaders from a connector or native export. Use when the user pastes a figma.com link…

heygen-com/hyperframes · 89 tokens

motion-graphics

A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…

heygen-com/hyperframes · 139 tokens

architecture-diagram

Create a professional, dark-themed software/system architecture diagram as a single self-contained HTML file with inline SVG. Use when asked to visualize system components, layers, services, or how parts of a codebase fit together.

AgentEra/Agently · 47 tokens

lfe-visual-check

Inspector sub-skill. Renders the changed UI surface, reasons over the result, and writes a text findings record with a human-action instruction and sign-off token — so a human visual sign-off can close a UI change. Artifact-free (saves no image files). Auto-arms on a visual-file touch; written by the Inspector at…

StChiotis/Library-First-Engineering · 90 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

polyuiislab/infiAgent · 59 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

polyuiislab/infiAgent · 77 tokens