What problem does it solve?
Manually investigating a session recording requires chaining multiple PostHog API calls — fetching recording metadata, retrieving the person profile, querying session events, and searching error tracking issues. This Skill consolidates that entire investigation into one guided workflow so you can answer "what happened in this session?" in a single pass.
Core Features & Use Cases
- Parallel context gathering: Fetches recording metadata, person profiles, and same-session events (pageviews, exceptions, rage clicks) via SQL queries in one coordinated flow.
- Error tracking linkage: Extracts exception fingerprints from the session and finds matching error tracking issues with their status.
- Replay Vision AI summaries: Optionally checks for existing AI-generated session summaries or runs a summarizer scanner on demand, including safe temporary scanner creation and cleanup.
- Use Case: A user reports a bug and shares a session ID. Use this Skill to immediately produce a narrative covering who the user was, what pages they visited, what exceptions occurred, and which error tracking issues are linked.
Quick Start
Investigate PostHog session recording abc123 and tell me who the user was, what they did, and what errors occurred.