replay-ux-research
This skill analyzes Sentry session replays to identify UX patterns, user journeys, and pain points for specific product areas. It uses Sentry's internal dogfooding organization data to provide insights into how external users interact with the platform.
Is replay-ux-research safe to install?
Review the source first: our audit of replay-ux-research's source files found 0 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill interacts with the Sentry MCP server to perform data retrieval and analysis. It reads local files for configuration and templates.
How we audit skills: our security review methodology.
Who is this skill for?
Product managers, UX researchers, and engineers looking to understand user behavior and identify friction points within the Sentry application.
What can you do with it?
- Identify common user navigation paths and journeys.
- Detect friction signals like rage clicks, dead clicks, and retry loops.
- Analyze the impact of errors on user behavior.
- Evaluate feature discovery and usage patterns.
- Determine how users arrive at specific product areas via entry points.
How good is this skill?
Quality score: 5/10. The skill documentation is clear, follows a structured research process, and includes necessary privacy safeguards. It provides specific instructions for tool usage and data analysis.
What does the skill file contain?
# Replay UX Research Analyze session replays from real external users of sentry.io to surface UX patterns, pain points, and representative journeys for a given product area. This uses Sentry's own dogfooding org. ## Inputs `$ARGUMENTS` is the product area to research (e.g., "issues", "traces", "dashboards", "replays", "monitors", "releases", "alerts"). If `$ARGUMENTS` is empty, ask the user which product area to research. ## Prerequisites This skill requires the Sentry MCP server to be connected. The following tools are used: - `search_events` — Search for session replays - `get_replay_d...
Frequently asked questions
What data does this skill analyze?
It analyzes session replays from external, non-Sentry-employee users within the Sentry dogfooding organization.
How does the skill handle user privacy?
The skill anonymizes user data by using only email domains and identifiers like User A or B, explicitly prohibiting the inclusion of full email addresses in reports.
What happens if the requested product area is not found?
The skill attempts to infer a URL pattern from the area name or asks the user for clarification if the area is not listed in the reference files.
How does the skill determine if an error is blocking?
It classifies errors based on behavioral signals observed after the error occurs, such as whether the user retried the action, navigated away, or continued their flow.