web-design-reviewer

Visual inspection of live websites to find and fix design issues. Use when reviewing UI layout/design, checking responsive design visually, detecting visual inconsistencies, or diagnosing CSS/accessibility problems at the source code level. Not for automated E2E testing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "web-design-reviewer" with this command: npx skills add practicalswan/agent-skills/practicalswan-agent-skills-web-design-reviewer

Web Design Reviewer

Use this skill for visual QA and source-level fixes after a page is already running. This is not the right skill for functional automation or regression suites.

Activation Conditions

  • Reviewing a live page for layout or spacing defects
  • Checking responsive behavior at a few critical widths
  • Comparing a page to a design system or visual target
  • Tracing a visible issue back to CSS, Tailwind classes, or component structure

Recommended Workflow

  1. Open the page with a browser-capable MCP client such as Playwright MCP.
  2. Capture the current state before editing.
  3. Test desktop and mobile widths.
  4. Fix the source code, then re-check the same viewports.

Playwright MCP Mapping

These tool names are current in the Playwright MCP server used by Codex:

  • browser_navigate to open the page
  • browser_snapshot to inspect accessible structure
  • browser_take_screenshot for before and after captures
  • browser_resize for responsive review
  • browser_console_messages and browser_network_requests to catch front-end breakage

Review Checklist

  • No overflow or clipped content at target widths
  • Interactive controls remain visible and reachable
  • Text contrast and focus states are acceptable
  • Repeated components use consistent spacing, typography, and color
  • Fixes were verified visually after the code change

References & Resources

Documentation

  • Visual Checklist - High-signal items for layout, contrast, spacing, and responsive review
  • Framework Fixes - Typical fix locations for CSS, Tailwind, CSS modules, and component styles

Scripts

  • CSS Risk Audit - Scan CSS and front-end source for risky fixed widths, viewport traps, and overflow patterns

Related Skills

SkillRelationship
web-testingFunctional and automated browser testing after design fixes
frontend-designDesign principles to review against
react-developmentFix design issues in React source code

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

sql-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

php-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

vite-development

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-examples-sync

No summary provided by upstream source.

Repository SourceNeeds Review