investigating-replay
Originally fromposthog/skills
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