Review Bottlenecks
analytics_review_bottlenecksAnalyze review bottlenecks by aggregating open merge requests across a group or project. See reviewer queue stats, age distribution, and identify stale MRs requiring attention.
Instructions
Aggregate open (non-draft) merge requests across a group or project to surface review bottlenecks. Returns per-reviewer queue stats, age-bucket histogram, and the stalest MRs by updatedAt. MRs with no reviewer assigned are bucketed under "(unassigned)".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Group full path (e.g. "my-group"). Mutually exclusive with `project`. | |
| project | No | Project full path (e.g. "my-group/my-project"). Mutually exclusive with `group`. | |
| staleAfterDays | No | An MR counts as "stale" if its updatedAt is older than this many days. Default 3. | |
| topStalest | No | Cap on the stalest[] list. Default 20. | |
| maxMRs | No | Hard cap on MRs scanned. Envelope flags `truncated:true` if reached. | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |