investigating-replay
Installation
SKILL.md
Investigating a session recording
When a user asks "what happened in this session?" or provides a recording/session ID to investigate, gather all relevant context in parallel rather than making them ask for each piece.
Available tools
| Tool | Purpose |
|---|---|
posthog:session-recording-get |
Recording metadata (duration, counts, status) |
posthog:persons-retrieve |
Person profile (properties, distinct IDs) |
posthog:execute-sql |
Query events, errors, and page views in session |
posthog:error-tracking-issues-list |
Find error tracking issues linked to the session |
posthog:session-recording-summarize |
AI-generated summary (slow, ~5 min, optional) |
Workflow
Step 1 — Get recording metadata and person profile
Related skills
More from posthog/skills
posthog-debugger
Debug and inspect PostHog implementations on any website. Use this skill when a user wants to understand how PostHog is implemented on a page, troubleshoot tracking issues, verify configuration, check what events are being sent, or audit a PostHog setup. Works with Chrome DevTools MCP and Playwright MCP to inspect live websites.
106integration-nextjs-app-router
PostHog integration for Next.js App Router applications
102instrument-product-analytics
>-
91feature-flags-nextjs
PostHog feature flags for Next.js applications
88instrument-feature-flags
>-
87error-tracking-nextjs
PostHog error tracking for Next.js
85