ux-audit

Maps every screen of an existing project through the audit mode of nadav-design.

Updated Sep 15, 2026
One-click install
npx skills add https://github.com/Nadav011/nadavai-claude --skill ux-audit-nadav011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-audit
Source: https://github.com/Nadav011/nadavai-claude/tree/main/plugins/nadavai/skills/ux-audit
Command: npx skills add https://github.com/Nadav011/nadavai-claude --skill ux-audit-nadav011

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before renovating a UI, you need a complete inventory of what already exists. This Skill runs a full read-only audit of an existing project, mapping every screen without changing any code, so redesign decisions are grounded in evidence. ## Core Features & Use Cases - Full Screen Mapping: Walks through every screen of an existing project and documents what is there. - Read-Only Operation: Audits without modifying anything, making it safe to run on production codebases. - Delegation to nadav-design: Acts as a shortcut that invokes the audit mode of the nadav-design skill, so behavior and versioning stay consistent. - Use Case: Before starting a UI renovation, run /ux-audit to produce a step-by-step, evidence-backed map of all screens, then hand that map to the planning and redesign phases. ## Quick Start Ask the assistant to run /ux-audit on the current project to map every screen before starting the UI renovation.

Frequently Asked Questions about ux-audit

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

FAQPage Schema
How do I audit all screens of an existing UI project?

Run /ux-audit on the project. It invokes the audit mode of the nadav-design skill, which walks through every screen step by step, records evidence after each step, and produces a complete map without modifying any files.

Does a UI audit modify my project code?

No. The audit mode is read-only: it maps and documents existing screens without changing anything. This makes it safe to run on a live codebase before renovation planning begins.

What is the difference between ux-audit and nadav-design?

ux-audit is a shortcut that always invokes the audit mode of the nadav-design skill from the same plugin and version. nadav-design is the master skill containing the full audit procedure; ux-audit just forwards your arguments to it.

What happens if the audit step fails partway through?

The workflow stops on failure rather than continuing with incomplete data. Each step requires evidence before moving to the next, so a failure halts the audit at the exact point where the problem occurred.

When should I run a UI audit before a redesign?

Run it at the very start of a renovation, before any planning or design changes. The audit produces the screen inventory that later steps in the UI loop, such as planning and shipping, build upon.