name: five-agent-ci-debug description: Use when five-agent-dev-team GitHub Actions, Gitleaks, Docker, audit, lint, test, or formatting checks fail. metadata: short-description: CI failure triage for the five-agent dev team
Five Agent CI Debug
Triage in this order.
- Identify the current failing job and first failing step.
- Compare with the previous run to avoid fixing stale failures.
- Extract only relevant error lines; do not paste raw logs containing secrets.
- Classify owner lane: CI/security, quality/test, frontend, backend, docs, or dependency.
- Reproduce locally if feasible with the PR branch's own tooling and config.
- Apply the smallest fix in the owning lane.
- Run the same local command that failed remotely.
- Push only after local verification passes.
- Update labels and rolling state.
For Docker compose validation in reportable contexts, use docker compose config --no-interpolate.