uxaudit

Evaluate web and Electron app user journeys for usability regressions.

50|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/gotalab/uxaudit --skill uxaudit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uxaudit
Source: https://github.com/gotalab/uxaudit/tree/main/skills/uxaudit
Command: npx skills add https://github.com/gotalab/uxaudit --skill uxaudit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axe-core, playwright, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill identifies usability issues, AI-generated interface slop, and broken user journeys in live web and Electron applications that standard functional tests often miss.

Core Features & Use Cases

  • Multi-Layer Evaluation: Combines static catalog checks (WCAG, Nielsen heuristics) with dynamic, project-aware journey testing.
  • Evidence-Based Reporting: Generates a unified dashboard with screenshot evidence, cited research sources, and ranked improvement plans.
  • Use Case: Run this after building a new feature or iterating on UI to ensure that real user journeys remain continuous and free of usability regressions.

Quick Start

Invoke the uxaudit skill by running the command /uxaudit:uxaudit followed by your application target to initiate a full regression test.

Frequently Asked Questions about uxaudit

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

FAQPage Schema
How do I automate UX regression testing for a live web application?

Automate UX regression testing by evaluating user journeys and interface quality dynamically. This process combines static catalog checks for accessibility heuristics with dynamic journey simulation to catch usability regressions and broken flows in running web apps.

Can I detect accessibility issues using Playwright and axe-core?

Yes, you can detect accessibility issues using Playwright and axe-core. The tool executes pixel-perfect DOM analysis and journey verification, evaluating running applications against established usability research and WCAG standards.

What is the best way to test Electron apps for usability and AI-slop patterns?

The best way to test Electron apps for usability and AI-slop patterns is through a multi-stage pipeline. This approach analyzes interface quality, identifies AI-generated slop, and verifies continuous user journeys using dynamic journey simulation.

When should I run automated usability regression tests?

Run automated usability regression tests after building a new feature or iterating on a UI. This ensures that real user journeys remain continuous and free of usability regressions before releasing changes to production.

How are usability testing results reported after a journey simulation?

Usability testing results are reported through a unified dashboard containing screenshot evidence, cited research sources, and ranked improvement plans. This evidence-based reporting helps prioritize fixes for identified accessibility and usability issues.

Do I need Playwright installed to run dynamic journey verification?

Yes, you need Playwright installed to run dynamic journey verification. It is a required dependency for executing the pixel-perfect DOM analysis and journey simulation needed to evaluate live web and Electron applications.