full-ui-experience-audit

Coordinate a six-phase UI audit loop across web and mobile apps.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/krzemienski/lynx --skill full-ui-experience-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: full-ui-experience-audit
Source: https://github.com/krzemienski/lynx/tree/main/skills/full-ui-experience-audit
Command: npx skills add https://github.com/krzemienski/lynx --skill full-ui-experience-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This scalable coordination framework orchestrates an end-to-end UI audit loop to identify, validate, and remediate UX and functional issues across an application, driving a convergent, clean verdict.

Core Features & Use Cases

  • Phase-driven orchestration across Phase 0–6: triage, discovery, UX audit, functional validation, remediation, convergence, and final confirmation.
  • Solo or team-mode execution with resource mutexes and subagents to parallelize work where safe.
  • Evidence-backed cycle management: inventory, per-screen reports, functional-evidence, and a final VERDICT.

Quick Start

Start a run by specifying the App name, platform, and mode to initialize Phase 0.

Frequently Asked Questions about full-ui-experience-audit

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

FAQPage Schema
How do I automate end-to-end UI audit and remediation for a web application?

An end-to-end UI audit loop discovers, audits, and remediates defects across an app. You can orchestrate this deterministic cycle by specifying the app name, platform, and execution mode to initialize the triage and discovery phases.

What is a convergence-based verdict in UI and functional validation?

A convergence-based verdict in functional validation means the audit loop repeatedly evaluates UX and functional defects until remediation efforts stabilize. This evidence-backed cycle management ensures a final clean confirmation pass before approving the application.

Can I run parallel QA automation audits across multiple screens?

Yes, you can run parallel QA automation audits using team-mode execution. This setup utilizes resource mutexes and subagents to parallelize UX evaluation and functional validation work safely across multiple screens without causing conflicts.

Does the UI audit loop support both web and iOS mobile apps?

The UI audit loop supports both web and iOS mobile apps. It uses agent-browser for web application validation and ios-validation-runner for iOS platforms, enforcing a six-phase looping process across both environments.

What complementary skills are needed to coordinate a full UI experience audit?

To coordinate a full UI experience audit, you must integrate with complementary skills including ui-experience-audit, full-functional-audit, functional-validation, and gate-validation-discipline to execute the phase-driven orchestration properly.

What are the limitations of running a phase-driven orchestration audit in solo mode?

In solo mode, the phase-driven orchestration processes the six-phase audit sequentially without subagents. This limits parallelization for discovery and remediation tasks, potentially increasing cycle time for large applications compared to team mode.