What problem does it solve?
PostHog projects accumulate dozens of active health-check issues (broken capture, outdated SDKs, failing warehouse syncs), and raw per-issue alerting drowns reviewers in noise. This Skill reads the active health issues and distills them into a small number of well-framed, deduplicated reports a reviewer can act on.
Core Features & Use Cases
- Issue triage and bundling: Reads active health issues via
health-issues-summary / health-issues-list / health-issues-get, groups them by kind and root cause, and weights them by severity, blast radius, and agent-fixability.
- Report authoring with dedupe: Authors or edits inbox reports through
scout-emit-report / scout-edit-report, using scratchpad keys (dedupe:health:*, report:health:*) so persistent issues become edits rather than duplicates.
- Blast-radius corroboration: Confirms real impact with
query-trends and execute-sql (e.g. checking $pageview volume or SDK version share) before assigning priority.
- Use Case: A project shows 95
external_data_failure issues; the scout traces them to one invalidated replication slot and files a single human-framed report instead of 95 separate alerts.
Quick Start
Run the signals-scout-health-checks skill to review this project's active health issues and file reports for the findings worth acting on.