web-design-reviewer

Inspect web UI layouts and apply source-level fixes for visual issues.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ImaginerLabs/skill-manager --skill web-design-reviewer-imaginerlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-reviewer
Source: https://github.com/ImaginerLabs/skill-manager/tree/main/skills/design/web-design-reviewer
Command: npx skills add https://github.com/ImaginerLabs/skill-manager --skill web-design-reviewer-imaginerlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill identifies visual defects and usability regressions in web interfaces and helps remediate them at the source-code level, saving time compared with manual inspection and guesswork.

Core Features & Use Cases

  • Visual inspection: automated page traversal, screenshot capture, and DOM snapshotting to detect layout breakage and element overlap.
  • Responsive and accessibility testing: checks across multiple viewports, contrast and focus issues, missing alt text, and touch-target sizing.
  • Source-level fixes: locates relevant style or component files, proposes minimal edits (CSS, Tailwind, CSS-in-JS), applies changes, and re-verifies to prevent regressions.
  • Use case: run against a local dev server to find overflow/spacing/alignment problems, apply targeted fixes, and compare before/after screenshots.

Quick Start

Open the target site (for example http://localhost:3000) and run a design review to detect layout, responsive, and accessibility issues and apply minimal fixes.

Frequently Asked Questions about web-design-reviewer

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

FAQPage Schema
How do I find and fix website UI and layout issues automatically?

To find and fix website UI and layout issues, you need automated visual inspection using browser navigation, screenshot capture, and DOM retrieval to detect element overlap, followed by targeted CSS or component file edits to remediate the source code.

Can I run responsive testing and accessibility checks across multiple viewports?

Responsive testing and accessibility checks across multiple viewports are supported by capturing screenshots at different sizes to detect layout breakage, while also scanning for contrast issues, missing alt text, and inadequate touch-target sizing.

Does automated UI review work with single-page apps and full-stack frameworks?

Automated UI review works with single-page apps like React, Vue, Angular, and Svelte, as well as full-stack frameworks including Next.js, Nuxt, and SvelteKit, by navigating local, staging, or production servers to inspect and remediate visual defects.

What is the best way to apply CSS fixes without causing visual regressions?

The best way to apply CSS fixes without regressions is to locate relevant style or component files, propose minimal edits using CSS or Tailwind, apply the changes to the source code, and re-verify the results by comparing before and after screenshots.

Why does visual inspection require browser automation for web design review?

Visual inspection requires browser automation for web design review because it enables automated page traversal, screenshot capture, and DOM snapshotting to accurately detect layout breakage and element overlap that manual inspection would miss.

Do I need read and write access to project source files to fix layout problems?

Yes, you need read and write access to project source files to fix layout problems, because the remediation process locates relevant style or component files and applies minimal edits directly to the codebase to resolve the detected visual defects.