89jobrien

Dbg CI Fix Agent — Development agent for Claude Code

Development community

CI failure diagnosis and repair.

How to install Dbg CI Fix Agent

Installs to ~/.claude/agents/89jobrien-godmode-dbg__ci-fix-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/dbg__ci-fix-agent.md -o ~/.claude/agents/89jobrien-godmode-dbg__ci-fix-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

What Dbg 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 Repository