triaging-error-issues
Installation
SKILL.md
Triaging error tracking issues
When a user asks "what's broken?" or wants a daily error review, the goal is a short prioritized list of issues worth a human's attention — not a dump of every active issue. Most projects have hundreds of active issues; the few that matter are usually new (first seen in the last 24-48h), spiking, or affecting many distinct users.
Available tools
| Tool | Purpose |
|---|---|
posthog:query-error-tracking-issues-list |
List + rank issues with aggregate metrics (occurrences, users, sessions) |
posthog:query-error-tracking-issue |
Compact details for a single issue (status, assignee, top frame, release) |
posthog:query-error-tracking-issue-events |
Sampled $exception events with stack, URL, browser, and $session_id |
posthog:query-session-recordings-list |
Find replays of users hitting an issue |
posthog:inbox-reports-list |
Pre-curated actionable signals if the project uses Inbox |