product-design-review

product-design-review is a skill for Claude Code, Codex from sanky369/vibe-building-skills. It costs 161 tokens per session (2,128 once invoked), scanned A, original, MIT.

A structured review of a website, mobile app, or desktop product’s screens and user tasks. It checks usability, visual design, interactions, and WCAG 2.2 AA accessibility requirements, which are guidelines for making products usable by people with disabilities.

In plain words
What is it for?
Use it to review an app, page, flow, prototype, or design system and produce evidence-based findings a product team can act on.
Why use it?
It turns general concerns such as “this feels confusing” into specific problems, user impact, and suggested fixes. It also helps catch accessibility barriers that may otherwise be missed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review an app, page, flow, prototype, or design system and produce evidence-based findings a product team can act on.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sanky369/vibe-building-skills/product-design-review"><img src="https://agentmods.dev/badge/skills/sanky369/vibe-building-skills/product-design-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 161 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,128 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.00161 $0.02128
Opus 5 $0.00081 $0.01064
Sonnet 5 $0.00032 $0.00426
Haiku 4.5 $0.00016 $0.00213

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

Security

Grade A, and why

product-design-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 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/product-design/product-design-review/SKILL.md · 121 lines

How it starts

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

Product Design Review

Review a product the way a strong design lead would: walk its real tasks, judge it against explicit heuristics, and deliver findings a team can act on tomorrow. Prime directive: evidence over opinion. Every finding names where it occurs, what the user suffers, and the concrete fix — and never claims to have seen something you didn't actually render. A review that says "improve the hierarchy" has failed; one that says "the destructive Clear action sits one unconfirmed click from the primary CTA (checkout.html:18) — gate it behind a confirm" has done its job.

When to use / when not

  • Use for critique of an existing product surface: a page, flow, app, prototype, or design system in use.
  • If the user wants the fixes implemented, deliver the review, then route each fix per the table in step 5 — don't rebuild the UI inside this skill.
  • If the product's problem is the promise, not the pixels (nobody wants the thing), hand off to skills/product-strategy/foundation-sprint.
  • If the user wants a broad "make it better" engagement rather than a review artifact, hand off to skills/frontend-design/frontend-orchestrator.

Step 1 — Establish evidence mode

Before any judgment, determine what you can actually inspect. Pick the strongest mode available; state which one you're in at the top of the report.

Artifact Procedure Evidence tier
Live URL + browser automation available (claude-in-chrome, agent-browser, Playwright) Render it. Screenshot at ~375px and ~1440px. Tab through the primary flow checking focus visibility. Trigger reachable error, empty, and loading states. Observed
Live URL, no browser Fetch the HTML and CSS. You can verify markup semantics, labels, real color/type values, and compute contrast ratios. You cannot see layout, motion, or states — say so. Computed
Codebase Read the flow's components, styles, and copy. If the project documents a way to run the app, run it and review rendered output (upgrades findings to observed). Computed
Screenshots / mockups Visual, copy, and hierarchy critique of what's shown. Keyboard behavior, states, and motion are unverifiable — list them under "needs live check", don't guess. Observed (static only)
Figma link Use Figma MCP tools (get_screenshot, get_design_context) if connected; otherwise ask for exported frames. Observed (static only)

Read the full file on GitHub · 121 lines

Files

What ships with it

1 file 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 · 121 lines · 161 tokens per session scan A d5cc1c94e151

Subscribe to this mod's changes

product-design-review is a skill published in the GitHub repository sanky369/vibe-building-skills (30 stars, last pushed 2mo ago), licensed MIT. It adds 161 tokens to every session and 2,128 once invoked, about $0.0008 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

mermaid

Create, validate, and repair Mermaid.js diagrams. Use when generating flowcharts, sequence, class, ER, state, or Gantt diagrams, or any visualization.

rp1-run/rp1 · 36 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

accessibility-compliance-accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 40 tokens

avalonia-layout-zafiro

Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 36 tokens

brand-guidelines

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 50 tokens

brand-guidelines

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI · 50 tokens