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:query-error-tracking-issues-list |
Find error tracking issues linked to the session |
posthog:vision-observations-list |
Check for an existing Replay Vision AI summary |
posthog:vision-scanners-list |
Find summarizer scanners (scanner_type=summarizer) |
posthog:vision-scanners-scan-session |
Run a summarizer scanner on the session (slow, optional) |
posthog:vision-scanners-create |
Create a temporary summarizer scanner (ask first) |
posthog:vision-scanners-delete |
Delete a temporary scanner after summarizing |