What problem does it solve? Repository maintainers struggle to spot deteriorating health trends, diagnose their root causes, and decide which workflow improvements to prioritize without a structured analysis process. ## Core Features & Use Cases - Time-Series Trend Analysis: Loads metrics-timeseries.csv to detect anomalies like rising PR latency or growing open issue backlogs. - Hypothesis-Driven Root Cause Investigation: Develops competing hypotheses and gathers evidence via gh CLI and GraphQL to confirm the most supported cause. - Workload-Aware Recommendations: Assesses maintainer capacity and actor-specific bottlenecks before proposing automation reflexes or policy changes. - Use Case: A maintainer notices PR review latency creeping up over weeks; this Skill analyzes the time-series data, tests hypotheses about reviewer overload versus CI delays, and proposes a targeted routing automation. ## Quick Start Analyze the repository metrics time-series to find the most significant health trend and investigate its root cause.