What problem does it solve?
Investigating production logs manually means scrolling through millions of raw lines or writing fragile SQL queries that hit read-byte caps. This Skill routes PostHog's logs MCP tools so investigations start from compressed summaries (pattern mining, before/after diffs, bucketed counts) instead of raw rows, letting you answer "did my deploy break anything?" or "why are errors up?" quickly and cheaply.
Core Features & Use Cases
- Post-deploy verification: Diff log patterns between windows before and after a change to detect new error templates, rate shifts, and volume discontinuities.
- Spike explanation and incident triage: Localize a spike with bucketed counts, then run a single pattern diff against a baseline window to surface suspects.
- Stream orientation: Mine message templates from an unfamiliar service to understand what it is logging, including error share per template.
- Use Case: After deploying a new release, ask whether anything broke. The Skill checks service health, diffs error patterns against the pre-deploy baseline, verifies volume continuity, and returns a verdict with suspect templates and sample raw lines.
Quick Start
Ask the AI to check the logs and verify whether your latest deployment to a specific service broke anything.