ux-audit
Perform comprehensive UX audits on pages, components, or features. Use when the user asks to "audit UX", "review usability", "evaluate the interface", "UX review", or wants a systematic evaluation of user experience quality.
Best use case
ux-audit is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Perform comprehensive UX audits on pages, components, or features. Use when the user asks to "audit UX", "review usability", "evaluate the interface", "UX review", or wants a systematic evaluation of user experience quality.
Perform comprehensive UX audits on pages, components, or features. Use when the user asks to "audit UX", "review usability", "evaluate the interface", "UX review", or wants a systematic evaluation of user experience quality.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "ux-audit" skill to help with this workflow task. Context: Perform comprehensive UX audits on pages, components, or features. Use when the user asks to "audit UX", "review usability", "evaluate the interface", "UX review", or wants a systematic evaluation of user experience quality.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/ux-audit/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How ux-audit Compares
| Feature / Agent | ux-audit | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Perform comprehensive UX audits on pages, components, or features. Use when the user asks to "audit UX", "review usability", "evaluate the interface", "UX review", or wants a systematic evaluation of user experience quality.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# UX Audit Skill Perform systematic UX audits using Nielsen's heuristics and UX best practices. ## When to Use - Reviewing a page or feature before release - Identifying usability issues - Evaluating design decisions - Comparing against UX standards - Preparing for user testing ## Audit Framework ### 1. Heuristic Evaluation Evaluate against Nielsen's 10 usability heuristics: | Heuristic | Question to Ask | |-----------|-----------------| | System status | Does the user know what's happening? | | Real world match | Does it speak the user's language? | | User control | Can users undo/escape easily? | | Consistency | Does it follow conventions? | | Error prevention | Does design prevent mistakes? | | Recognition | Is information visible vs. remembered? | | Flexibility | Are there shortcuts for experts? | | Minimalism | Is every element necessary? | | Error recovery | Are errors clear and recoverable? | | Help | Is assistance available when needed? | ### 2. Visual Hierarchy Check - Is the most important element most prominent? - Does the eye flow logically? - Are related items grouped? - Is there appropriate white space? ### 3. Interaction Audit - Are clickable elements obvious? - Is feedback immediate? - Are loading states handled? - Are empty states designed? ### 4. Content Evaluation - Is copy clear and concise? - Is terminology user-friendly? - Are labels descriptive? - Are CTAs action-oriented? ## Output Format ```markdown ## UX Audit: [Feature/Page Name] ### Summary Score [Overall usability rating: Poor / Fair / Good / Excellent] ### Heuristic Scores | Heuristic | Score (1-5) | Key Issue | |-----------|-------------|-----------| ### Critical Issues - [Issue requiring immediate attention] ### Recommendations | Priority | Issue | Recommendation | Effort | |----------|-------|----------------|--------| | P0 | ... | ... | Low/Med/High | ### Positive Patterns - [What's working well] ``` ## Integration Works best with: - `ux-expert` agent for deep analysis - `accessibility-check` skill for WCAG compliance - `journey-map` skill for flow context
Related Skills
audit-website
Audit websites for SEO, technical, content, and security issues using squirrelscan CLI. Returns LLM-optimized reports with health scores, broken links, meta tag analysis, and actionable recommendations. Use when analyzing websites, debugging SEO issues, or checking site health.
wcag-audit-patterns
Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.
seo-content-auditor
Analyzes provided content for quality, E-E-A-T signals, and SEO best practices. Scores content and provides improvement recommendations based on established guidelines. Use PROACTIVELY for content review.
security-auditor
Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure authentication (OAuth2/OIDC), OWASP standards, cloud security, and security automation. Handles DevSecOps integration, compliance (GDPR/HIPAA/SOC2), and incident response. Use PROACTIVELY for security audits, DevSecOps, or compliance implementation.
production-code-audit
Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-level professional quality with optimizations
laravel-security-audit
Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel security best practices.
dependency-management-deps-audit
You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.
codebase-cleanup-deps-audit
You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.
aws-security-audit
Comprehensive AWS security posture assessment using AWS CLI and security best practices
accessibility-compliance-accessibility-audit
You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.
minimal-run-and-audit
Trusted-lane execution and reporting skill for README-first AI repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, or end-to-end orchestration by itself.
claude-settings-audit
Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.