plugins marketplace
← All plugins

uxaudit

v0.1.0

A UX regression testing skill for browser-based and webview-based apps. Runs after E2E to catch usability, journey, accessibility, and interface-quality issues before they ship.

Claude Code1 skill

by gotalabMIT50updated 4 months ago

Source

git clone https://github.com/gotalab/uxaudit

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

uxaudit/
├── .claude-plugin/plugin.json
└── skills/uxaudit/SKILL.md

Skills1

uxauditskills/uxaudit/SKILL.md

Run UX regression testing for a running app — combining static catalog checks (AI-slop, accessibility, Nielsen heuristics) with dynamic project-aware journey checks operated in pixel-only mode. Produces a unified editorial dashboard grouped into UX issues and UI risk signals, with cited sources, on-demand evidence, and improvement suggestions. Use this whenever you want to evaluate whether an app is understandable, polished, free of AI slop patterns, follows usability heuristics, AND completes its real user journeys end to end. Especially valuable after building a new app or iterating on UI changes.

Manifests1

.claude-plugin/plugin.json
{
  "name": "uxaudit",
  "version": "0.1.0",
  "description": "A UX regression testing skill for browser-based and webview-based apps. Runs after E2E to catch usability, journey, accessibility, and interface-quality issues before they ship.",
  "homepage": "https://github.com/gotalab/uxaudit",
  "repository": "https://github.com/gotalab/uxaudit",
  "author": {
    "name": "gotalab",
    "url": "https://github.com/gotalab"
  },
  "license": "MIT",
  "keywords": [
    "ux",
    "audit",
    "usability",
    "accessibility",
    "wcag",
    "nielsen",
    "playwright",
    "journey-testing",
    "ai-slop"
  ]
}