What problem does it solve?
When PostHog data warehouse imports fail or go stale, it is hard to know which source connection, sync schema, or webhook channel is at fault. This Skill performs a project-wide health audit and produces a prioritized report so you know exactly where to dig first.
Core Features & Use Cases
- One-shot health scan: Pulls all failed and degraded sources and sync schemas via the data-health-issues endpoint and groups them by severity.
- Prioritized reporting: Ranks source-level errors above schema failures, separates billing-limit issues from technical ones, and shows the blast radius of each broken source.
- Deeper optional checks: On request, detects stale-but-Completed schemas, abandoned sources, and silently broken webhook push channels.
- Use Case: A user asks "why are my imports failing?" and receives a grouped report showing a Stripe source with authentication failure, two Postgres schemas failing on schema drift, and a HubSpot schema blocked by a billing limit, each with a recommended next step.
Quick Start
Ask the assistant to audit the health of my PostHog data warehouse sources and tell me which imports are broken and why.