CI Failure Doctor
devimported
Installation
$
npx agenticloops install ci-failure-doctorSummary
Triggers whenever a monitored CI workflow fails and posts a root-cause analysis with remediation steps.
- Runs On CI failure, on any harness.
- Uses skills:
github,debugging,log-analysis. - Needs
cli gh,secrets GITHUB_TOKEN— checked at install; secrets are prompted, never in the file. - Runs at the standard capability tier (balanced model); the harness picks the model.
What it does
When a monitored workflow fails, perform deep analysis of the GitHub Actions failure: examine logs, error messages, and workflow configuration to identify root causes and provide actionable remediation steps.
LOOP.md
--- name: ci-failure-doctor description: CI Failure Doctor · Triggers whenever a monitored CI workflow fails and posts a root-cause analysis with remediation steps. event: workflow_run.completed (failure) # On CI failure skills: [github, debugging, log-analysis] requires: cli: [gh] secrets: [GITHUB_TOKEN] # names only tier: standard # frontier | standard | fast effort: medium concurrency: skip tags: [dev, ci, github] license: MIT --- When a monitored workflow fails, perform deep analysis of the GitHub Actions failure: examine logs, error messages, and workflow configuration to identify root causes and provide actionable remediation steps.