finding-replay-for-issue
Installation
SKILL.md
Finding the best replay for an error tracking issue
When a user says "show me a replay for this error" or "find a recording for issue X", the goal isn't just any linked session — it's the one that best shows what led to the error. Popular issues can have hundreds of linked sessions, and most are crash-only fragments or duplicate occurrences. This skill picks the most useful one.
Available tools
| Tool | Purpose |
|---|---|
posthog:query-error-tracking-issue |
Get issue details (fingerprint, status, volume) |
posthog:execute-sql |
Query exception events to find linked sessions |
posthog:query-session-recordings-list |
Fetch recording metadata for candidate sessions |
posthog:session-recording-get |
Get full details for the selected recording |
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 recording (optional, slow) |