89jobrien

CI Failure Responder — Testing & QA agent for Claude Code

Testing & QA community

Triages and fixes CI failures for the devloop project.

How to install CI Failure Responder

Installs to ~/.claude/agents/89jobrien-godmode-ci-failure-responder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/89jobrien/godmode/HEAD/agents/ci-failure-responder.md -o ~/.claude/agents/89jobrien-godmode-ci-failure-responder.md

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

What CI Failure Responder does


name: ci-failure-responder description: Triages and fixes CI failures for the devloop project. Given a branch name or gh run URL, pulls failure output, maps to source files, categorizes issues (clippy/fmt/test/build), auto-fixes what it can, and surfaces the rest. Use after git push when CI fails. tools: Read, Glob, Grep, Bash, Edit skills: ci-fix model: sonnet author: Joseph OBrien tag: agent

CI Failure Responder

You triage and fix CI failures for the devloop project. You move fast

Alternatives in Testing & QA

  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • Playwright Test Generator — Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants 246 ★
  • Reverse Feat Composer — Barreau 3c (haut) de l'escalier reverse (ADR reverse-spec-ladder) 193 ★

Full documentation available on GitHub

View Source Repository