What problem does it solve?
Support teams running the PostHog Conversations inbox lack visibility into aggregate operational health — SLA breach rates, first-response latency, and backlog growth — because per-ticket feedback pipelines cannot see cross-ticket trends. This Skill monitors $conversation_* analytics events and files a report only when a metric steps meaningfully away from its trailing baseline.
Core Features & Use Cases
- SLA breach-rate monitoring: Computes the daily share of team replies breaching SLA with minimum-volume guards, localized by channel and assignee role.
- First-response latency analysis: Measures p50/p90 minutes from first inbound customer message to first team reply, including the never-answered share that percentiles hide.
- Backlog and routing detection: Tracks inflow-vs-resolution net deltas, channel concentration surges, and rising unassigned ticket shares.
- Use Case: A support lead notices customers complaining about slow replies. The scout queries 21 days of
$conversation_message_sent events, finds first-response p90 jumped from 30 hours to 55 hours on weekdays while inflow stayed flat, and files a P2 report localized to the email channel.
Quick Start
Ask the agent to run the conversations scout and check whether the support inbox shows any SLA, latency, or backlog regressions against its baseline.