What problem does it solve?
Session replay libraries contain thousands of recordings, and an unfiltered list buries the useful sessions in noise. This Skill turns a vague intent like "why are signups dropping?" into a focused recordings query and returns a short list of sessions actually worth watching.
Core Features & Use Cases
- Goal-based filtering: Maps user goals (signup friction, rageclicks, errors, feature usage, mobile issues, specific people or cohorts) to concrete recording filters such as visited_page, console_error_count, feature flags, and device properties.
- Two-step event search: Collects session IDs via SQL for sessions where a specific event fired, then fetches those recordings, since the recordings query cannot filter by event name directly.
- Triaged shortlist with deep links: Presents 3-5 promising recordings with reasons and direct replay URLs, and can save the filter as a saved filter view.
- Use Case: A product manager asks "show me sessions where users struggled on the pricing page." The Skill confirms the real page path, queries recordings filtered by that path ordered by activity, and returns the five most telling sessions with links.
Quick Start
Ask the assistant to find session recordings of users who rageclicked or hit errors during checkout in the last week.