ux-guidance-reviewer

Automate web application UX writing, accessibility, and layout reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/itlackey/claude-plugins --skill ux-guidance-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-guidance-reviewer
Source: https://github.com/itlackey/claude-plugins/tree/main/skills/ux-guidance-reviewer
Command: npx skills add https://github.com/itlackey/claude-plugins --skill ux-guidance-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Manually reviewing web applications for UX writing quality, accessibility, and visual layout is time-consuming and prone to human error. This skill automates the process, providing comprehensive reports and actionable recommendations.

Core Features & Use Cases

  • Automated UI Analysis: Systematically reviews labels, error messages, tooltips, and overall UX writing using web crawling and content analysis.
  • Visual & Contextual Review: Combines screenshot analysis for layout and placement with optional cross-referencing against existing help documentation.
  • Use Case: Before a major product launch, use this skill to audit your entire web application for consistent terminology, clear error messages, and accessible guidance, ensuring a polished user experience.

Quick Start

Example: Reviewing a dashboard page

Set up JWT authentication (if needed)

Read JWT token from /mnt/user-data/uploads/auth.json

Inject auth headers using chrome_evaluate

Review dashboard

chrome_navigate to https://app.example.com/dashboard chrome_wait_for_navigation chrome_wait_for_selector selector=".main-content" chrome_screenshot -> save to dashboard.png chrome_get_html -> save to dashboard.html