ux-test-suite

Run UX test suites covering task completion, accessibility, and performance.

8|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/SufficientDaikon/omniskill --skill ux-test-suite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-test-suite
Source: https://github.com/SufficientDaikon/omniskill/tree/main/.cursor/rules/ux-test-suite
Command: npx skills add https://github.com/SufficientDaikon/omniskill --skill ux-test-suite

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of ensuring high-quality user experiences by providing a structured methodology and patterns for thorough UX testing, from task completion to accessibility and performance.

Core Features & Use Cases

  • Task Completion Testing: Define and measure task success, identify blocking issues.
  • Error Recovery Testing: Inject and validate error handling and recovery paths.
  • Usability Scoring: Automate or infer scores using rubrics like SUS and UMUX-LITE.
  • Cognitive Load Heuristics: Analyze information density, choice overload, and working memory impact.
  • Accessibility Testing: Integrate tools like axe-core and check against WCAG standards.
  • Performance Testing: Utilize Lighthouse and Core Web Vitals for performance audits.
  • Use Case: When developing a new e-commerce checkout flow, use this Skill to systematically test user journeys, identify usability bottlenecks, ensure accessibility compliance, and verify performance metrics before launch.

Quick Start

Run a comprehensive UX test suite against the provided user flow documentation.

Frequently Asked Questions about ux-test-suite

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

FAQPage Schema
How do I run comprehensive UX testing for a digital product?

Comprehensive UX testing evaluates digital products by defining task completion metrics, injecting error recovery paths, and scoring usability with SUS and UMUX-LITE rubrics to identify blocking issues.

What is included in cognitive load heuristics for usability testing?

Cognitive load heuristics analyze information density, choice overload, and working memory impact to infer usability scores and identify friction within user flows during the UX testing process.

How do I check accessibility compliance against WCAG standards?

Accessibility compliance checks against WCAG standards by integrating automated axe-core tools alongside manual checks to validate user interfaces and ensure digital products meet required accessibility benchmarks.

Can I use Lighthouse and Core Web Vitals for performance audits?

Performance audits utilize Lighthouse and Core Web Vitals to measure user interface performance, systematically verifying speed and rendering metrics during comprehensive UX testing workflows.

Does UX testing require specific frameworks to measure user flows?

Measuring user flows requires no external dependencies, utilizing a structured methodology that defines task success and identifies blocking issues through manual flow testing and automated scoring rubrics.

What is the best way to test error recovery in user interfaces?

Testing error recovery involves injecting failures into user flows to validate handling and recovery paths, using defined methodologies to measure how effectively the interface guides users past blocking issues.