design-review

Reviews web pages for visual design quality and produces a findings report with screenshots.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill design-review-scsm-unrestrict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-review
Source: https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent/tree/main/frontend-engineer/skills/design-review
Command: npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill design-review-scsm-unrestrict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Built web pages often look unpolished or inconsistent, and developers struggle to pinpoint why something "looks off". This Skill provides a structured visual design review that checks layout, typography, colour, hierarchy, component consistency, interaction states, and responsive behaviour, then produces a prioritized findings report. ## Core Features & Use Cases - Seven-dimension visual audit: Systematically checks layout and spacing, typography, colour and contrast, visual hierarchy, component consistency, interaction design, and responsive quality with concrete good/bad criteria. - Severity-ranked findings report: Classifies issues as High, Medium, or Low and writes a structured report to .jez/artifacts/design-review.md including an overall impression, what looks good, and the top 3 fixes. - Browser-driven inspection: Works with Chrome MCP, Playwright MCP, or playwright-cli to capture screenshots of visual issues, checking both dark and light mode. - Use Case: Before showing a new dashboard to a client, run a design review to catch inconsistent card spacing, missing hover states, and low-contrast text, then fix the top three issues before the demo. ## Quick Start Ask the agent to run a design review on your deployed app URL and generate a findings report with screenshots.

Frequently Asked Questions about design-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a web page for visual design quality?

Run a design review that systematically checks layout and spacing, typography, colour contrast, visual hierarchy, component consistency, interaction states, and responsive behaviour. Findings are classified by severity and written to a report with screenshots.

What is the difference between a design review and a UX audit?

A design review checks whether a page looks professional and polished: spacing, typography, colour, and consistency. A UX audit checks usability, workflow, and friction. This Skill covers the visual side and complements a separate UX audit.

Which browser tools does the design review support?

The review works with Chrome MCP, Playwright MCP, or playwright-cli for browser automation. It prefers a deployed or live URL over localhost and captures screenshots of visual findings.

Does the design review check dark mode and responsive layouts?

Yes. It checks both dark and light mode since most issues appear in only one, and it validates responsive quality at mobile, tablet, and desktop widths including touch target sizes and table behaviour.

What output does the design review produce?

It writes a Markdown report to .jez/artifacts/design-review.md containing an overall impression, findings grouped by High, Medium, and Low severity, patterns that look good, and the top three highest-impact fixes.