review-design

review-design is a skill for Claude Code from mgiovani/cc-arsenal. It costs 198 tokens per session (3,238 once invoked), scanned A, original, MIT.

A user-interface and user-experience audit for a live website or static codebase, covering layout, text, colour, components, feedback, and accessibility.

In plain words
What is it for?
Use it to review a running URL, inspect a static site's CSS and components, or assess both against WCAG 2.2 AA, Material Design, Apple interface guidance, and other listed standards.
Why use it?
It helps identify design problems and explain them using established accessibility and interface guidelines, without changing the code.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: agent in frontmatter; names the TodoWrite tool.

Part of the cc-arsenal-review plugin — 7 skills shipped together , and of cc-arsenal

Good fit Use it to review a running URL, inspect a static site's CSS and components, or assess both against WCAG 2.2 AA, Material Design, Apple interface guidance, and other listed standards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mgiovani/cc-arsenal/review-design
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 mgiovani/cc-arsenal --skill review-design
Clone the repo
git clone --depth 1 https://github.com/mgiovani/cc-arsenal

Made for: Claude Code.

Or install cc-arsenal-review, the plugin that ships this one along with the rest of its 7 skills.

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 review-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/mgiovani/cc-arsenal/review-design/github.svg)](https://agentmods.dev/skills/mgiovani/cc-arsenal/review-design)
Your own site
<a href="https://agentmods.dev/skills/mgiovani/cc-arsenal/review-design"><img src="https://agentmods.dev/badge/skills/mgiovani/cc-arsenal/review-design/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 review-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/mgiovani/cc-arsenal/review-design"><img src="https://agentmods.dev/badge/skills/mgiovani/cc-arsenal/review-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 198 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,238 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.00198 $0.03238
Opus 5 $0.00099 $0.01619
Sonnet 5 $0.00040 $0.00648
Haiku 4.5 $0.00020 $0.00324

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

Security

Grade A, and why

review-design 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 10d 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/review-design/SKILL.md · 257 lines

How it starts

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

Design Review

Comprehensive UX/UI/design quality analysis across 8 audit dimensions, each mapped to authoritative standards. This skill performs analysis only - it identifies design issues, explains findings against a cited criterion, and suggests fix approaches without making code changes.

It supports two input modes:

  • Live mode: audits a running URL via the agent-browser CLI (screenshots + DOM/accessibility snapshot).
  • Static mode: audits a codebase (CSS/components/design tokens) via Grep.

When both a URL and a codebase target are supplied, it runs both and emits two separate reports.

Audit Taxonomy (8 Dimensions)

# Dimension Key Standards
1 Visual Hierarchy & Layout NN/g, Refactoring UI, Laws of UX, MD3 8pt grid
2 Typography Butterick, Refactoring UI, MD3, Apple HIG
3 Color & Theming (incl. Dark Mode) MD3 color roles, 60-30-10, WCAG 1.4.1/1.4.3
4 Depth & Elevation (Shadows) MD3 elevation, Refactoring UI, Josh Comeau
5 Components & Affordance (Buttons/Icons) MD3 buttons/icons, Apple HIG, NN/g
6 Feedback & States NN/g visibility-of-status, MD3 state layers
7 Motion & Microinteractions NN/g animation, Laws of UX (Doherty), MD3 motion
8 Accessibility (cross-cutting) WCAG 2.2 AA

Measurable criteria for dimensions 1–4 are in references/criteria-foundations.md; dimensions 5–8 are in references/criteria-interaction.md.

Anti-Hallucination Guidelines

CRITICAL: Design reviews must be based on ACTUAL evidence, never assumptions:

  1. Observe before claiming - Never report an issue without reading the code (static) or viewing the screenshot/snapshot (live)
  2. Evidence-based findings - Every finding cites a file path + line number (static) OR a screenshot region + DOM ref (live)
  3. Cite a criterion - Every finding maps to a criterion ID and an authoritative citation (WCAG SC, MD3 spec, etc.)
  4. Measure, don't estimate - Report actual values (contrast ratio, px size, ms duration), not guesses. In static mode there is no rendered page to sample from: compute the WCAG relative-luminance contrast ratio directly from the two hex/rgb values found in the CSS/tokens (formula in references/agent-prompts.md); never eyeball a ratio
  5. Applicable-only scoring - Only score dimensions that apply to the target; never penalize what cannot be observed
  6. State what was NOT checked - Every report ends with an explicit coverage gap section
  7. No invented standards - Only reference real WCAG SCs, MD3 specs, and HIG guidance

Read the full file on GitHub · 257 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. 10d ago First seen · 257 lines · 198 tokens per session scan A 92a2aa7e4a86

Subscribe to this mod's changes

review-design is a skill published in the GitHub repository mgiovani/cc-arsenal (8 stars, last pushed yesterday), licensed MIT. It adds 198 tokens to every session and 3,238 once invoked, about $0.0010 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

cli-anything-photoshop

A command-line tool that controls Adobe Photoshop through Windows automation. It can work with Photoshop documents, layers, selections, text, image adjustments, and exports.

yb2460/harness-anything · 43 tokens

extract-design-system

Extract design primitives from a public website and generate starter token files for your project.

arvindrk/extract-design-system · 20 tokens

double-diamond

A four-stage design method for understanding a problem, defining it clearly, exploring possible solutions, and choosing one to deliver.

Insajin/autopus-adk · 17 tokens

nous-branding

Generate images and content consistent with the Nous Research brand identity. Use when creating visuals in the Nous / Theia / Hermes ecosystem: a "cyber-classical" style blending neo-classical statuary, cyberpunk/industrial grunge, and retro anime illustration. Covers official brand color palette, typography…

magnus919/agent-skills · 130 tokens

figma-use

Control Figma via CLI — create shapes, frames, text, components, set styles, layout, variables, export images. Use when asked to create/modify Figma designs or automate design tasks.

dannote/figma-use · 44 tokens

awesome-design-md

Create a DESIGN.md style baseline BEFORE building UI. Use FIRST when no design draft exists — installs a proven visual style, then invoke frontend-design to implement. For borrowing a known product style, getting consistent typography/colors/spacing, or needing a fast visual starting point.

rexleimo/aios · 59 tokens