CI Failure Responder — Testing & QA agent for Claude Code
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
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 RepositoryRelated Agents
Rust
Default Rust implementer for legion. Takes a scope summary from the orchestrator, writes code + tests on a fea
Rust Pro
Implements or refactors Rust against the repo's conventions, verifying with its build/test/clippy/fmt gate; re
API Exploratory Tester
Performs spec-aware, contract-aware session-based exploratory testing of a live API — REST or GraphQL — given
ChatGPT Spec Review
Coordinates ChatGPT spec review in a dedicated session (manual ChatGPT-web, automated OpenAI API, or parallel
Finalisation Coordinator
Phase 3 INLINE orchestrator: syncs the branch, runs the verify-phase test gate, chatgpt-pr-review, doc-sync sw
Fec Refactor Cleaner
Front-end Dead Code & Technical Debt Cleanup Subagent: Identifies unused components, exports, styles, routes,
Related Skills
Flaky Test Detector
Detect, analyze, and eliminate flaky tests across any test runner. An AI agent skill that identifies non-deter
GitHub Review Failures
Use when CI checks are failing on a PR — fetches failure logs, diagnoses root causes, implements fixes, and pu
E2e Auto
Unattended E2E sweep. Detects stack (flutter web), boots app, plans flows, dispatches per-flow runners in para