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