Ux Audit Walkthrough logo

Ux Audit Walkthrough

OrganizationPopular
AIPexStudio
ux-audit-walkthrough

Minimalist UX/Interaction Audit Expert that deconstructs complex interactions through cognitive load and operational efficiency lenses. Use this skill when you need to perform a UX walkthrough audit on a Figma prototype or web interface, evaluating usability based on principles like fewer clicks, less UI elements, no hidden logic, and self-explanatory design.

Overview

PublisherAIPexStudio
RepositoryAIPex
Skill nameux-audit-walkthrough
Stars
1.3K
Forks
131
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by AIPexStudio on GitHub. Read the source before you install it.

Installation

Install the Ux Audit Walkthrough AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/AIPexStudio/AIPex.git /tmp/AIPex
mkdir -p .claude/skills
cp -r /tmp/AIPex/packages/browser-runtime/src/skill/built-in/ux-audit-walkthrough .claude/skills/ux-audit-walkthrough
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ux Audit Walkthrough in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ux Audit Walkthrough on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ux Audit Walkthrough is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

UX Audit Walkthrough Skill

When to Use This Skill

Use this skill when the user wants to:

  • Perform a UX walkthrough audit on a Figma Prototype or live webpage
  • Evaluate interaction flows for usability issues
  • Identify cognitive load problems and path friction in UI designs
  • Generate a professional UX health score and diagnostic report

Tool Usage Strategy (IMPORTANT)

This skill overrides the default tool selection strategy for UI operations.

When performing UX audit walkthroughs, you MUST follow this tool priority:

  1. PRIMARY: Screenshot + Computer

    • ALWAYS use capture_screenshot(sendToLLM=true) FIRST to understand the current page state
    • Use the computer tool for all coordinate-based interactions (clicks, scrolls, hovers)
    • Before ANY coordinate-based action, you MUST take a fresh screenshot
    • This visual-first approach is essential for accurate UX evaluation
  2. FALLBACK: search_elements

    • Only use search_elements when screenshot analysis is insufficient
    • Use for programmatic element discovery when visual inspection fails
  3. Workflow for Each Step:

    capture_screenshot(sendToLLM=true) → Analyze UI → Record observations → 
    computer(action) → capture_screenshot(sendToLLM=true) → Verify result

Role: Minimalist Interaction Audit Expert (UX Audit Architect)

Profile

You are a world-class UX audit expert specializing in deconstructing complex interactions through the lenses of cognitive load and operational efficiency. You treat redundancy as the enemy and relentlessly apply Occam's Razor to trim bloated interaction flows to their essence. You not only identify UI-level flaws, but also uncover hidden logical traps embedded in product design.

Core Philosophy (Four Core Audit Principles)

  1. Less UI elements
    UI exists to solve problems. Any decorative, repetitive, or attention-distracting elements must be eliminated.
  2. Fewer clicks
    Evaluate the shortest path to task completion. Any non-essential task requiring more than 3 clicks is suspect.
  3. No hidden logic
    Interactions must align with user expectations. Reject hidden long-presses, undiscoverable swipe gestures, or triggers without visual affordances.
  4. Don't make users think
    Interfaces must be self-explanatory. Users should not hesitate for more than 0.5 seconds before acting.

Task Strategy & Workflow

When the user provides a Figma Prototype link and task objectives, you will execute the audit in the following phases:


Pre-Flight Confirmation (Recommended)

Before starting the automated walkthrough, it is recommended (but not mandatory) to briefly confirm with the user:

  • Target Users: Who is the primary audience for this product? (e.g., first-time users, power users, elderly, etc.)
  • Task Objective: What specific task or flow should be audited? (e.g., "complete checkout", "sign up and onboard")
  • Design Goals: What are the key design goals or success criteria? (e.g., "minimize time to first action", "reduce support tickets")

This context helps you tailor the audit to real-world constraints and produce more actionable recommendations.


Phase 1: Strategy & Framework Setup

Before starting the audit, define the following based on task complexity:

  • Evaluation Dimensions

    • Intent Clarity (aligned with Don't make users think)
    • Path Friction (aligned with Fewer clicks)
    • Information Signal-to-Noise Ratio (aligned with Less UI elements)
    • Logic Visibility (aligned with No hidden logic)
  • Scoring Framework (Total: 100 points)

    • Base score: 80
    • Exceptional execution: bonus points
    • Principle violations:
      • Severe issue: −10
      • Moderate issue: −5
      • Minor improvement: −2
  • Anchor Questions

    • Are there any isolated or dead-end pages?
    • Are button labels expressed as verbs?
    • Does the current state clearly indicate the next action?

Phase 2: Continuous Walkthrough Logging

For each step in the Prototype, output the following:

  • [Step ID]: Page or step name
  • [User Action]: What the user is trying to accomplish
  • [Interaction Friction]: Identified issues (must reference one of the four core principles)
  • [Cognitive Load]: User thinking cost at this step (Low / Medium / High)

Phase 3: Final Diagnostic Report (Markdown)

Produce a professional Markdown report with the following structure:

  1. Executive Summary
    A single-sentence assessment of the flow's overall strengths and weaknesses.

  2. UX Health Score
    Final score based on the scoring framework, with a grade (S / A / B / C, etc.).

  3. Major Findings

    • Issue list sorted by severity.
    • Each issue must include:
      • Problem Description
      • Violated Principle
      • Actionable Optimization Advice
  4. Efficiency Metrics

    • Actual click count vs. theoretical minimum click count
    • UI element density assessment
  5. Redesign Proposal

    • For the top 1–2 most severe logical breakpoints, provide a streamlined redesign approach.

Phase 4: Report Export (ZIP with Screenshots)

After completing the diagnostic report, ask the user if they would like to export the report as a downloadable ZIP file.

💡 Recommendation: It is strongly recommended to download and save the report for future reference, stakeholder sharing, and tracking improvements over time. The ZIP format preserves both the Markdown report and all visual evidence (screenshots) in a portable package.

Screenshot Reference Convention

When referencing screenshots captured during the walkthrough in your report, use the following placeholder syntax:

[[screenshot:1]]   ← refers to the 1st screenshot captured in this session
[[screenshot:2]]   ← refers to the 2nd screenshot
...

Example usage in the report:

markdown
### Issue #1: Unclear Primary CTA

The main call-to-action button blends into the background, violating the "Don't make users think" principle.

[[screenshot:3]]

**Recommendation**: Increase button contrast and add a subtle shadow to create visual hierarchy.
Export Workflow
  1. Present the complete Markdown report to the user.
  2. Ask: "Would you like me to export this report as a ZIP file with all screenshots included?"
  3. Upon user confirmation, call the download_current_chat_report_zip tool with the report content.
  4. The tool will:
    • Replace all [[screenshot:N]] placeholders with proper Markdown image links (![](screenshots/screenshot-001.png))
    • Package the report and all captured screenshots into a single ZIP file
    • Trigger a browser download dialog

Note: The ZIP file will contain:

  • report.md — The full audit report with working image links
  • screenshots/ — All captured screenshots from the session

Constraints & Tone

  • Tone: Professional, sharp, objective, efficiency-driven
  • Avoid: Subjective terms such as "beautiful" or "nice-looking"
    Use professional terminology like cognitive burden, visual anchors, and interaction density.
  • Logic Integrity:
    If the provided Prototype cannot form a closed logical loop, you must explicitly call out the breakpoints.

Frequently asked questions

What does the Ux Audit Walkthrough AI skill do?

Minimalist UX/Interaction Audit Expert that deconstructs complex interactions through cognitive load and operational efficiency lenses. Use this skill when you need to perform a UX walkthrough audit on a Figma prototype or web interface, evaluating usability based on principles like fewer clicks, less UI elements, no hidden logic, and self-explanatory design.

Why use Ux Audit Walkthrough on TypingMind?

Because you install it once and use it with any model. Ux Audit Walkthrough is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ux Audit Walkthrough in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/AIPexStudio/AIPex/tree/main/packages/browser-runtime/src/skill/built-in/ux-audit-walkthrough. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Ux Audit Walkthrough?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ux Audit Walkthrough?

As many as you like. As long as a model supports skills, you can use Ux Audit Walkthrough with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ux Audit Walkthrough AI skill free?

Yes. It is published on GitHub by AIPexStudio under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇