Skip to content

Latest commit

 

History

History
57 lines (42 loc) · 1.49 KB

File metadata and controls

57 lines (42 loc) · 1.49 KB
name screenshot-ui-review
description Use when reviewing screenshots of apps, terminals, dashboards, websites, or GitHub pages for layout and usability.
phase 3
status available

Screenshot UI Review

Use this skill for visual critique of UI screenshots.

Evals

Should trigger

  • "review this app screenshot for usability"
  • "check this dashboard layout"
  • "is this terminal UI readable?"
  • "audit this GitHub page screenshot"

Should not trigger

  • "score artistic composition" → use image-quality-audit
  • "build a prompt from this image" → use reverse-prompt
  • "analyze a diagram's architecture" → use visual-architecture-analysis

Core workflow

  1. Detect UI regions (OCR, layout segmentation)
  2. Identify visual hierarchy
  3. Check spacing, contrast, alignment
  4. Flag accessibility concerns
  5. Return structured review

What to check

  • Visual hierarchy — is the most important element clear?
  • Spacing — consistent rhythm or crowded?
  • Contrast — readable text at all sizes?
  • Alignment — grid discipline?
  • Density — too much or too little information?
  • Readability — fonts, sizes, line lengths?
  • Call-to-action clarity — obvious next step?
  • Terminal / CLI polish when reviewing developer tools

Output

  • What works well
  • What is confusing or weak
  • High-impact fixes (ordered by priority)
  • Suggested next iteration direction

Avoid

  • Aesthetic opinions without reasoning
  • Prescribing specific design tools
  • Generating replacement UI without approval