org_overview
Scan a GitHub org's recent repos to compare CI run counts, failure rates, durations, compute minutes, and zombie crons, identifying which repo's CI to investigate first.
Instructions
Fleet triage across an organization's (or user's) most recently pushed repositories: per-repo run counts, failure rates, median duration, compute minutes, last-run age, and fleet-wide zombie crons (scheduled workflows failing on repeat), one API call per repo. Useful for finding which repository's CI to look at first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | GitHub organization or user login | |
| max_repos | No | Max repositories to scan, most recently pushed first (default 20) |