loops / 5dive-ai / loops / ci-failure-doctor

CI Failure Doctor

devimported
Installation
$npx agenticloops install ci-failure-doctor
Summary

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.
Installs
tracking soon
Adapted from
githubnext/agentics ↗
original author: githubnext
GitHub Stars
☆ 813
First Seen
Jun 30, 2026
License
MIT
Trigger
⚡ On CI failure