Agent Template

CI Failure Triager

Finds the cause of failed CI runs and opens a fix plan.

agents/ci-failure-triager.yaml
ellipsis:  version: v1  name: CI Failure Triager  description: Find the cause of failed CI runs and open a fix planenabled: truetriggers:  - type: react    events:      - event: pull_request_pushsandbox:  repositories:    - name: beacon-webtools:  - type: githublimits:  run: 0.75  day: 6.00  week: 30.00claude:  model: claude-haiku-4-5-20251001  system: |    You triage failing CI on pull requests.    Inspect the changed files, recent commits, and available check output.    Identify the most likely root cause and write a short fix plan with the    files that need attention. If the failure is flaky or infrastructure    related, say so and include the evidence.