# Five Agent CI Debug

> Use when five-agent-dev-team GitHub Actions, Gitleaks, Docker, audit, lint, test, or formatting checks fail.

- Skill: `onfire7777/five-agent-ci-debug` (Agent Skill)
- Install (CLI): `npx skillmds@latest add onfire7777/five-agent-ci-debug`
- Raw SKILL.md: https://api.skillmd.com/api/skills/onfire7777/five-agent-ci-debug/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: onfire7777 (https://skillmd.com/u/onfire7777)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/onfire7777/five-agent-ci-debug

---


# Five Agent CI Debug

Triage in this order.

1. Identify the current failing job and first failing step.
2. Compare with the previous run to avoid fixing stale failures.
3. Extract only relevant error lines; do not paste raw logs containing secrets.
4. Classify owner lane: CI/security, quality/test, frontend, backend, docs, or dependency.
5. Reproduce locally if feasible with the PR branch's own tooling and config.
6. Apply the smallest fix in the owning lane.
7. Run the same local command that failed remotely.
8. Push only after local verification passes.
9. Update labels and rolling state.

For Docker compose validation in reportable contexts, use `docker compose config --no-interpolate`.

