What problem does it solve?
Teams running agent-driven tasks in PostHog lack visibility into whether that work actually lands: failure clusters hide in raw run counts, retry storms masquerade as systemic defects, and recurring user requests go unnoticed. This Skill continuously scouts the tasks system tables to surface delivery-health problems and demand patterns as actionable reports.
Core Features & Use Cases
- Delivery health monitoring (Lens A): Clusters failed task runs by repository and error-message class, then applies a failed-runs-per-distinct-task ratio to distinguish systemic defects from retry storms, total repository breakage, and silent non-completion (aging backlogs, cancellation spikes).
- Demand analysis (Lens B, gated weekly): Samples human-origin task titles through visibility-enforcing MCP tools to find recurring requests across distinct creators, writing findings to scratchpad memory rather than reports to protect private task content.
- SQL cookbook: Ships a references/queries.md cookbook of ten parameterized ClickHouse-style queries using cityHash64 fingerprints so attacker-controlled strings never reach SQL predicates.
- Use Case: A repository's agent runs fail at 100% across three distinct tasks with clone-authentication errors; the scout files one report naming the error class, rate, volume, and a cited run id, routed to the reviewer who owned prior reports on that repo.
Quick Start
Ask the Signals agent to run the tasks scout against this project and report any failure clusters or recurring demand themes it finds.