replay-ux-audit

Analyzes Amplitude session replays to produce a ranked UX friction map.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/amplitude/amplitude-copilot-plugin --skill replay-ux-audit-amplitude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replay-ux-audit
Source: https://github.com/amplitude/amplitude-copilot-plugin/tree/main/skills/plugins/amplitude/replay-ux-audit
Command: npx skills add https://github.com/amplitude/amplitude-copilot-plugin --skill replay-ux-audit-amplitude

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manually watching session replays to find usability problems takes hours and produces anecdotal notes. This Skill systematically analyzes 5-10 Amplitude session replays for a page, feature, or flow and synthesizes the observations into a ranked friction map that PMs and designers can act on. ## Core Features & Use Cases - Friction Signal Detection: Identifies rage clicks, hesitation, back-and-forth navigation, abandoned inputs, excessive scrolling, and repeat attempts from replay interaction timelines. - Ranked Friction Map: Groups friction by location, scores severity and frequency, hypothesizes root causes, and attaches replay links plus quantitative funnel data as evidence. - Quantitative Baseline: Anchors qualitative replay findings with funnel conversion rates, traffic volume, and error rates from Amplitude charts. - Use Case: A PM asks "why is onboarding clunky?" The Skill finds sessions of new users, watches their onboarding replays, and reports that 4 of 7 users hesitated 15+ seconds on workspace setup, with replay links and a suggested fix. ## Quick Start Ask the assistant to audit the onboarding flow using session replays from the last 14 days and show where users struggle.

Frequently Asked Questions about replay-ux-audit

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

FAQPage Schema
How do I find UX friction using session replays?

Filter Amplitude sessions by the target page, flow, or feature events, then extract interaction timelines from 5-8 replays. Track signals like rage clicks, hesitation over 10 seconds, back-and-forth navigation, and abandoned inputs, then group them by location into a ranked friction map.

How to audit a funnel drop-off with session replay data?

First query the funnel chart to find the worst drop-off step, then filter replays to sessions that entered the flow but did not complete it. Watch those sessions to observe what users do at the failing step and hypothesize the cause.

Can I filter session replays by user segment in Amplitude?

Yes, you can add user property filters such as plan type or platform when searching for session replays. Running two searches for different segments lets you compare behavior, for example enterprise versus self-serve users.

Why does my session replay search return no sessions?

The target area may have low traffic or lack instrumented events for filtering. Verify event names with the event discovery tool, widen the time window, or add event tracking to that area so replays can be filtered to it.

What are the limitations of replay-based UX audits?

Replay timelines show coordinates and node IDs rather than element names, so interactions must be described by page context and position. Some sessions have sparse data due to ad blockers or slow connections and should be skipped.