alihaidar2950/CI Failure Intelligence
AI-powered CI failure analysis — posts structured root cause analysis as PR comments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access and GitHub Models LLM | yes | — |
| log-file | Path to a CI log file inside the workspace (relative, e.g. cifi-test.log) or an absolute /github/workspace/… path. Write logs with: tee $GITHUB_WORKSPACE/cifi-test.log. If omitted, logs are fetched via GitHub API (only reliable in a separate job). | no | "" |
| model | GitHub Models model to use | no | openai/gpt-4o-mini |
Outputs
| name | description |
|---|---|
| failure-type | Classified failure type (test_failure, build_error, infra_error, config_error, timeout, unknown) |
| confidence | Analysis confidence level (high, medium, low) |
| root-cause | Root cause summary from LLM analysis |