web-design-reviewer

Detect layout, responsive, accessibility, and visual issues via screenshots and DOM inspection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly identify and correct website design problems like layout breakage, responsive flaws, visual inconsistency, and accessibility gaps before users encounter them.

Core Features & Use Cases

  • Visual inspection with responsive testing: Reviews pages by capturing screenshots and validating behavior across common viewports (mobile, tablet, desktop, wide).
  • Issue detection and prioritization: Classifies findings into a priority matrix (e.g., critical layout/functionality breakers vs. minor visual inconsistencies).
  • Source-level fixes and re-verification: Locates the relevant source files (by selector or component) and applies minimal, framework-aware changes, then confirms the results with before/after screenshots.

Quick Start

Provide the URL of your running site (for example, http://localhost:3000) and ask the agent to review design and fix any responsive and accessibility issues it finds.

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 responsive layout issues on my website?

To fix responsive layout issues, this Skill captures screenshots across mobile, tablet, desktop, and wide viewports, identifies visual breakage via DOM inspection, and applies minimal framework-aware source code changes. It then re-verifies the results with before and after screenshots.

Can I automate accessibility checks for a running React or Next.js application?

Yes, you can automate accessibility checks for running React, Next.js, Vue, or other SPAs. By navigating to the live URL, the Skill retrieves the DOM, detects accessibility gaps, and applies prioritized fixes directly to the relevant source files.

What is the best way to debug UI inconsistencies before deploying a web application?

The best way to debug UI inconsistencies is to run a source-level review that captures screenshots, classifies visual flaws into a priority matrix, locates the corresponding source files by selector or component, and applies minimal code changes to resolve the defects.

Does this web design review tool work with CMS-driven sites and static sites?

Yes, this web design review tool works with static sites, CMS-driven sites, and full-stack frameworks. As long as you provide a running URL and access to the source workspace, it can inspect the rendered DOM and apply fixes to the underlying code.

How do I prioritize UI fixes when my site breaks across multiple viewport sizes?

To prioritize UI fixes, the Skill classifies detected layout breakage and responsive problems into a priority matrix, distinguishing critical functionality breakers from minor visual inconsistencies, so you can address the most severe issues first.

Why does my web design review require access to my source code workspace?

A web design review requires source code workspace access to locate the exact files responsible for layout and accessibility issues by selector or component, enabling it to apply minimal, framework-aware code fixes rather than just reporting surface-level visual defects.