Agent Skills
› plugin87/ux-ui-agent-skills
› design-review
design-review
GitHub基于尼尔森十大启发式原则和6个加权维度,对设计/UI进行结构化评分与审计。提供无障碍检查、违规范例审查及优先级排序的发现列表,生成具体修复建议和质量得分。
Trigger Scenarios
用户需要对现有屏幕或页面进行设计批评
需要执行UI质量评分或启发式评估
Install
npx skills add plugin87/ux-ui-agent-skills --skill design-review -g -y
SKILL.md
Frontmatter
{
"name": "design-review",
"description": "Review or audit a design\/UI across 6 weighted dimensions with Nielsen's 10 heuristics and a prioritized findings table. Use when the user wants a design critique, quality score, heuristic evaluation, or audit of an existing screen, page, or product before\/after build."
}
Skill: Design Review
Run a structured, scored review.
Steps
- Read
workflows/design-review.md(rubric, scoring guide, Nielsen heuristics, process). - Gather context: the screen(s)/flow, target users, platform, constraints.
- Score the 6 dimensions (Visual Hierarchy 20%, Consistency 20%, Accessibility 20%, Usability 20%, Responsiveness 10%, Performance 10%); compute the weighted overall.
- Run the accessibility lens with
accessibility/wcag-checklist.md; usescripts/contrast.pyfor any color-pair doubts. - Check against the anti-slop tells in
taste/design-taste.md(Banned Defaults checklist). - Apply Nielsen's 10 heuristics; flag violations by number.
Output
- The 6-dimension scored table + overall score.
- A prioritized findings table: # · Severity (Critical → Major → Minor → Enhancement) · Finding · Recommendation.
- Concrete, token-referenced fixes.
Version History
- 93a7fbb Current 2026-07-25 07:40


