What problem does it solve?
PostHog's engineering analytics dashboard and MCP tools run curated HogQL privately, so their results cannot be saved as insights, placed on dashboards, or subscribed to. This Skill bridges that gap by querying the underlying GitHub warehouse tables and curated views directly, then persisting the results as SQL insights, dashboards, and scheduled subscriptions.
Core Features & Use Cases
- Table and view discovery: Uses the engineering-analytics-sources MCP tool to find per-team prefixed GitHub warehouse tables, plus three fixed-name curated views for CI cost, job history, and fingerprinted failures.
- Curated HogQL recipes: Provides base subqueries that replicate product semantics, including timestamp parsing, bot and draft exclusion, PR-number-based CI attribution, and team membership semi-joins.
- Insight and subscription creation: Saves tested queries with insight-create, bundles them into dashboards, and schedules delivery via subscriptions, with guidance on when alerts are not possible.
- Use Case: A user asks to chart weekly CI cost per workflow and email it every Monday. The Skill queries the engineering_analytics_job_costs view, saves a SQL insight, adds it to a dashboard, and creates a weekly subscription.
Quick Start
Ask the assistant to save a weekly PR open-to-merge time trend as a PostHog insight and subscribe to it by email.