packages/browser-runtime/src/skill/built-in/ux-audit-walkthrough/SKILL.md
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.
npx skillsauth add aipexstudio/aipex ux-audit-walkthroughInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user wants to:
This skill overrides the default tool selection strategy for UI operations.
When performing UX audit walkthroughs, you MUST follow this tool priority:
PRIMARY: Screenshot + Computer
capture_screenshot(sendToLLM=true) FIRST to understand the current page statecomputer tool for all coordinate-based interactions (clicks, scrolls, hovers)FALLBACK: search_elements
search_elements when screenshot analysis is insufficientWorkflow for Each Step:
capture_screenshot(sendToLLM=true) → Analyze UI → Record observations →
computer(action) → capture_screenshot(sendToLLM=true) → Verify result
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.
When the user provides a Figma Prototype link and task objectives, you will execute the audit in the following phases:
Before starting the automated walkthrough, it is recommended (but not mandatory) to briefly confirm with the user:
This context helps you tailor the audit to real-world constraints and produce more actionable recommendations.
Before starting the audit, define the following based on task complexity:
Evaluation Dimensions
Scoring Framework (Total: 100 points)
Anchor Questions
For each step in the Prototype, output the following:
Produce a professional Markdown report with the following structure:
Executive Summary
A single-sentence assessment of the flow's overall strengths and weaknesses.
UX Health Score
Final score based on the scoring framework, with a grade (S / A / B / C, etc.).
Major Findings
Efficiency Metrics
Redesign Proposal
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.
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:
### 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.
download_current_chat_report_zip tool with the report content.[[screenshot:N]] placeholders with proper Markdown image links ()Note: The ZIP file will contain:
report.md — The full audit report with working image linksscreenshots/ — All captured screenshots from the sessiontools
AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.
development
WCAG 2.2 Accessibility Audit skill that systematically evaluates web pages against 8 core Success Criteria (1.1.1, 1.4.3, 1.4.11, 2.1.1, 2.1.2, 2.4.3, 2.4.7, 4.1.2) using accessibility tree inspection and visual analysis. Use this skill when you need to perform accessibility testing/auditing on a live webpage.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends AIPex's capabilities with specialized knowledge, workflows, or tool integrations.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.