ci_health_score
Evaluate the reliability of a GitHub branch by computing a CI health score from pass/fail rates and flakiness over a configurable time window.
Instructions
Compute a CI health score for a branch based on pass/fail and flakiness
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Window in days | |
| repo | Yes | GitHub repo name | |
| limit | No | Max completed runs to inspect | |
| owner | Yes | GitHub repo owner or org | |
| branch | Yes | Branch to analyze |