Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

design-review设计评审

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

11,850

周安装

509

GitHub Stars

750

下载量

4,153
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:design-review(设计评审)
来源仓库:https://github.com/jezweb/claude-skills
仓库路径:skills/design-review
安装命令:
npx skills add https://github.com/jezweb/claude-skills --skill design-review
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jezweb/claude-skills --skill design-review

简介

用于辅助界面设计、视觉规范和交互体验优化。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合整理页面结构、生成 UI 方案或检查视觉一致性。
  • 需结合现有品牌和设计系统,不应只堆装饰元素。
  • 涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出和对齐。
  • design-review 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Design Review

Review a web app or page for visual design quality. This is not a UX audit (usability, workflow, friction) — this checks whether the design is professional, consistent, and polished.

The goal: would a design-conscious person look at this and think "this is well made" or "this looks like a developer designed it"?

When to Use

  • Before showing something to a client or team
  • When something "looks off" but you can't pinpoint why
  • After building a feature, before calling it done
  • Periodic quality check on a shipped product
  • After a UX audit — this is the visual companion

Browser Tool Detection

Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli.

URL Resolution

Same as ux-audit — prefer deployed/live over localhost.

What to Check

1. Layout and Spacing

CheckGoodBad
Consistent spacingSame gap between all cards in a grid, same padding in all sectionsSome cards have 16px gap, others 24px. Header padding differs from body
AlignmentLeft edges of content align vertically across sectionsHeading starts at one indent, body text at another, cards at a third
Breathing roomGenerous whitespace around content, elements don't feel crampedText touching container edges, buttons crowded against inputs
Grid disciplineContent follows a clear column gridElements placed freely, no underlying structure
Responsive proportionsSidebar/content ratio looks intentional at every widthSidebar takes 50% on tablet, content is squeezed
Vertical rhythmConsistent vertical spacing pattern (e.g. 8px/16px/24px/32px scale)Random spacing: 13px here, 27px there, 8px somewhere else

2. Typography

CheckGoodBad
HierarchyClear visual difference between h1 → h2 → h3 → bodyHeadings and body text look the same size/weight
Line lengthBody text 50-75 characters per lineFull-width text running 150+ characters — hard to read
Line heightBody text 1.5-1.7, headings 1.1-1.3Cramped text or excessive line height
Font sizesConsistent scale (e.g. 14/16/20/24/32)Random sizes: 15px, 17px, 22px with no relationship
Weight usageRegular for body, medium for labels, semibold for headings, bold sparinglyEverything bold, or everything regular with no hierarchy
TruncationLong text truncates with ellipsis, title attribute shows full textText overflows container, wraps awkwardly, or is cut off without ellipsis

3. Colour and Contrast

CheckGoodBad
Semantic colourUsing design tokens (bg-primary, text-muted-foreground)Raw Tailwind colours (bg-blue-500, text-gray-300)
Contrast ratioText meets WCAG AA (4.5:1 for body, 3:1 for large text)Light grey text on white, or dark text on dark backgrounds
Colour consistencySame blue means the same thing everywhere (primary = action)Blue means "clickable" in one place and "informational" in another
Dark modeAll elements visible, borders defined, no invisible textElements disappear, text becomes unreadable, images look wrong
Status coloursGreen=success, yellow=warning, red=error consistentlyGreen used for both success and "active" with different meanings
Colour overuse2-3 colours + neutralsRainbow of colours with no clear hierarchy

4. Visual Hierarchy

CheckGoodBad
Primary actionOne clear CTA per page, visually dominantThree equally styled buttons competing for attention
Squint testSquinting at the page, the most important element stands outEverything is the same visual weight — nothing draws the eye
Progressive disclosureMost important info visible, details available on interactionEverything shown at once — overwhelming
GroupingRelated items are visually grouped (proximity, borders, backgrounds)Related items scattered, unrelated items touching
Negative spaceIntentional empty space that frames contentEmpty space that looks accidental (uneven, trapped white space)

5. Component Consistency

CheckGoodBad
Button stylesOne primary style, one secondary, one destructive — used consistently5 different button styles across the app
Card stylesAll cards have the same border-radius, shadow, paddingSome cards rounded, some sharp, some with shadows, some without
Form inputsAll inputs same height, same border style, same focus ringMix of heights, border styles, focus behaviours
Icon styleOne icon family (Lucide, Heroicons), consistent size and strokeMixed icon families, different sizes, some filled some outlined
Border radiusConsistent radius scale (e.g. 4px inputs, 8px cards, 12px modals)Random radius values: 3px, 7px, 10px, 16px
ShadowOne or two shadow levels used consistentlyEvery component has a different shadow depth

6. Interaction Design

CheckGoodBad
Hover statesButtons, links, and clickable cards change on hoverNo hover feedback — user unsure what's clickable
Focus statesKeyboard focus visible on all interactive elementsFocus ring missing or invisible against background
Active statesNav items, tabs, sidebar links show current selectionActive item looks the same as inactive
TransitionsSubtle transitions on hover/focus (150-200ms ease)No transitions (jarring) or slow transitions (laggy)
Loading indicatorsSkeleton screens or spinners during async operationsContent pops in without warning, layout shifts
Disabled statesDisabled elements are visually muted, cursor changesDisabled buttons look clickable, no cursor change

7. Responsive Quality

CheckGoodBad
Mobile navClean hamburger/sheet menu, easy to tapDesktop nav squished into mobile, tiny tap targets
Image scalingImages fill containers proportionallyImages stretched, cropped badly, or overflowing
Table responsivenessHorizontal scroll on mobile, or stack to cardsTable wider than screen with no way to see columns
Touch targetsAt least 44x44px on mobileTiny links, close buttons, checkboxes
TabletLayout works at 768px (not just desktop and phone)Layout breaks at tablet widths, awkward gaps

Severity Guide

LevelMeaningExample
HighLooks broken or unprofessionalInvisible text in dark mode, buttons different heights inline
MediumLooks unpolishedInconsistent spacing, mixed icon styles, truncation without ellipsis
LowNitpick1-2px alignment, slightly different border-radius, shadow too strong

Output

Write findings to .jez/artifacts/design-review.md:

# Design Review: [App Name]
**Date**: YYYY-MM-DD
**URL**: [url]

## Overall Impression
[1-2 sentences — professional / unpolished / inconsistent / clean]

## Findings

### High
- **[issue]** at [page/component] — [what's wrong] → [fix]

### Medium
- **[issue]** at [page/component] — [what's wrong] → [fix]

### Low
- **[issue]** — [description]

## What Looks Good
[Patterns that are well-executed and should be preserved]

## Top 3 Fixes
1. [highest visual impact change]
2. [second]
3. [third]

Take screenshots of findings where the issue is visual (most of them).

Tips

  • Check dark mode AND light mode — most issues appear in one but not the other
  • The squint test is the fastest way to find hierarchy problems
  • Component inconsistency is the most common issue in dev-built UIs
  • "Looks off" usually means spacing — check margins and padding first
  • If you can't identify the issue, compare to a well-designed app in the same category

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.85%
按下载量换算1,489

Claude

30.78%
按下载量换算1,278

Cursor

19.18%
按下载量换算797

Gemini CLI

9.16%
按下载量换算380

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills