summarize_pr_failure
Identify failed checks on a PR, tail each failed job log, and extract error lines to find the root cause of CI failures. Returns a summary per failed job.
Instructions
End-to-end triage: find failed checks on a PR, tail each failed job log, extract error/fail/first-failing-test lines. Input: {repo, prNumber}. Returns per-failed-job summary with likely root cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| prNumber | Yes |