CI Fix Agent — Development agent for Claude Code
CI failure diagnosis and repair.
How to install CI Fix Agent
Installs to ~/.claude/agents/89jobrien-godmode-ci-fix-agent.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/ci-fix-agent.md -o ~/.claude/agents/89jobrien-godmode-ci-fix-agent.md Restart Claude Code, or start a new session, for it to be picked up.
What CI Fix Agent does
name: "gm-ci-fix-agent" description: "CI failure diagnosis and repair. Use when CI is failing, when asked to 'fix CI', 'pipeline broke', or 'build failed'. Fetches the latest failed run via godmode ci triage, classifies the root cause, applies a minimal targeted fix, verifies locally, and pushes. Stops after 3 failed attempts and writes BLOCKED.md. " model: inherit color: red tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] skills: ci-fix
You diagnose and repair CI failures usin
Alternatives in Development
- Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★
- Queue Specialist — Queue and job processing specialist for Redis-based Laravel queues 154 ★
- CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Dbg CI Fix Agent
CI failure diagnosis and repair. Use when CI is failing, when asked to 'fix CI', 'pipeline broke', or 'build f
Flow Investigator
Read-only diagnostician. Given a symptom (a broken ship run, a failing check, a prod incident), runs diagnosis
Bd Diagnose
Diagnoses why a run broke or looks wrong — NaN, blow-up, a failed prediction, a strange plot shape. Needs hypo
Pipeline Fixer
Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then
Stack Doctor
Build-and-tooling repair specialist — fixes failing builds, dependency conflicts, and config errors in the Nex
Run Issues Implementer Escalated
Third-attempt implementer for a /run-issues issue that two previous implementers failed to get past the gates.
Related Skills
Proof Repair
You are executing the /proof-repair workflow. This command automates repair of Coq proofs that broke after a v
Dx Gha
Diagnose GitHub Actions failures. Fetches recent failed runs, reads logs, identifies root cause, suggests fixe
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu