What problem does it solve?
Warehouse imports fail silently: dashboards keep rendering while the external data behind them quietly goes stale, and every missed sync interval is a permanent data gap until someone backfills. This Skill continuously audits PostHog data warehouse imports so broken syncs, dead webhook channels, and stalled jobs are caught and reported before the gap grows.
Core Features & Use Cases
- Import integrity monitoring: Sweeps armed external data schemas via SQL over system tables, then drills into failures, stuck Running jobs, source-level error cascades, and silent staleness where a Completed status hides a sync far behind its promised cadence.
- Webhook and row-volume checks: Verifies webhook push channels behind green bulk-sync statuses and detects row-count cliffs caused by filter or incremental-cursor changes.
- Optimization lane: When imports are healthy, mines the query_log table for recurring multi-user slow query shapes and hot warehouse tables to suggest materialization candidates, plus flags materialized views nobody reads.
- Use Case: A Stripe Postgres CDC source loses its replication slot and all 12 armed schemas stop syncing while statuses still look fine; the scout quantifies the gap, files one source-level report with the blast radius, and dedupes against prior runs.
Quick Start
Ask the agent to audit the project's data warehouse imports for failures, stale syncs, and materialization opportunities, and file reports for anything it finds.