ux-audit

Audit a target page across six UX dimensions and produce severity-classified findings.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dylan-conlin/orch-go --skill ux-audit-dylan-conlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-audit
Source: https://github.com/dylan-conlin/orch-go/tree/main/skills/src/worker/ux-audit
Command: npx skills add https://github.com/dylan-conlin/orch-go --skill ux-audit-dylan-conlin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires worker-base.

What problem does it solve?

Teams often struggle to identify and prioritize UX issues across multiple dimensions, leading to inconsistent experiences, accessibility gaps, and unclear remediation paths.

Core Features & Use Cases

  • Six-dimension audit covering visual-consistency, responsive behavior, accessibility, data presentation, navigation, and interactive states, with a consolidated investigation file.
  • Automated evidence generation including baseline metrics, screenshots, and axe-core results, enabling cross-page comparisons and historical tracking.
  • Flexible modes (quick, focused, full) to triage, investigate problem areas, and conduct deep dives as needed.

Quick Start

Invoke the ux-audit against a target URL to generate an initial investigation with baseline metrics and 5 viewport screenshots.

Frequently Asked Questions about ux-audit

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

FAQPage Schema
How do I run a systematic UX audit to identify accessibility and responsiveness issues?

Conduct a UX audit by executing this skill against a target URL to evaluate six dimensions including accessibility and responsive behavior, generating an investigation document with baseline metrics, axe-core results, and severity-classified findings.

What is the best way to triage visual consistency and navigation problems before a full review?

Use the quick audit mode to triage visual consistency and navigation issues, capturing baseline metrics and five viewport screenshots to rapidly assess problem areas before committing to a full-depth investigation.

Does this UX audit tool work with Playwright for capturing viewport screenshots?

Yes, this UX audit integrates Playwright to capture baseline screenshots across standard viewports, ensuring reliable visual comparison and consistent evidence collection for the structured investigation document.

Can I audit data presentation and interactive states on a specific web page?

Yes, you can audit data presentation and interactive states because these are two of the six core dimensions evaluated to identify UX issues and provide targeted remediation guidance within the generated investigation document.

How do I reproduce a UX investigation and re-audit a page after fixing issues?

Reproduce a UX investigation by running the reproducible command sequence outputted by the audit, allowing you to consistently re-audit the target page and compare severity-classified findings after applying remediation guidance.