AI Agent Hub
Back to skills
Frontend Design Review Expert icon

Frontend Design Review Expert

Design & Media Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_7fecb76a/frontend-design-expert.

About this skill

Problem

When a frontend page works but feels visually inconsistent—colors applied ad hoc, spacing set by feel, and the same button rendered differently across routes—the issue is usually design consistency, not a functional bug. frontend-design-expert targets that problem: it reviews a single page, multiple pages, or the gap between a design file and the implementation, then turns vague polish issues into actionable design checks.

How It Works

The skill focuses on both the visual layer and the code layer. Its core capabilities include:
- Visual analysis: identifies colors, typography, spacing, layout, and component styles such as buttons, forms, and cards
- Consistency checks: verifies primary colors, type hierarchy, an 8px spacing baseline, and whether similar components match
- Aesthetic evaluation: assesses visual balance, alignment, text contrast, and whitespace
- Optimization suggestions: produces issue locations, design directions, and copyable CSS examples

The workflow starts from the input. A clear screenshot, key HTML/CSS snippets, or a design file is preferred. If only a screenshot is available, the review leans toward visual judgment; if only code is available, it focuses on CSS variables, naming, reuse, and component encapsulation. For multi-page reviews, it first extracts shared patterns and then compares differences, which helps catch inconsistencies in colors, fonts, and components across pages.

Boundaries And Caveats

It fits page design quality review, design consistency checks, design-to-implementation comparison, and Design System suggestions for new projects. It does not replace performance optimization, SEO, deep accessibility, backend API design, or copywriting. It can check basic contrast, but it should not be treated as a full ARIA or screen-reader audit. CSS suggestions should include concrete values so they can be applied directly; if the goal is simply to get a polished button, explicitly skip the review and request component code.

Use Cases

  • Review an old admin dashboard before refactor to check button, form, and card spacing/color variables and output applicable CSS fixes.
  • Compare a Figma login-page mock with the implementation before launch to mark color, type-scale, and component-state differences.
  • Check multiple pages for cross-page consistency by extracting shared styles, then verifying colors, fonts, 8px spacing, and components.
  • Draft a starter Design System for a new project by deriving color, typography, and spacing rules from brand assets and references.

Best For

  • Frontend engineer finishing an admin dashboard, needing to align scattered styles into consistent colors, typography, and spacing.
  • Full-stack developer owning product pages without a dedicated designer, checking login and detail pages against basic design rules.
  • Designer launching a marketing page, comparing Figma with implementation to mark deviations and actionable frontend fixes.
  • Tech lead building a small web-app team, establishing reusable CSS variables and base component rules for a new project.