Generated {{ generated_at }}
This report identifies pull requests that are statistical outliers within each repository. Each PR is scored across multiple metrics — lines added, lines deleted, files changed, review comments, comment density, and review duration — and a z-score is calculated for each metric relative to the repository's historical average.
A PR is flagged as an outlier when any of its metric z-scores exceeds the threshold of {{ threshold }} standard deviations from the mean. The Max Z-Score column shows the highest absolute z-score across all metrics for that PR. The Outlier Features column lists which specific metrics triggered the flag.
| PR # | Author | Title | Merged | Max Z-Score | Outlier Features |
|---|---|---|---|---|---|
| #{{ outlier.pr_number }} | {{ outlier.author }} | {{ outlier.title }} | {{ outlier.merged_at }} | {{ outlier.max_z_score }} | {{ outlier.outlier_features }} |