Five agent ci debug
Skill onfire7777/universal-ai-skills-library/skills/five-agent-ci-debug
Router-first AI skill system for Codex, Claude, Cursor, Hermes, Paperclip, OpenCode, and local AI stacks: search, preflight-route, and load 1,812 skills on demand without duplicating the corpus.
npx -y skills add onfire7777/universal-ai-skills-library --skill five-agent-ci-debugAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 13 stars13 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when five-agent-dev-team GitHub Actions, Gitleaks, Docker, audit, lint, test, or formatting checks fail.
SKILL.md
0.9 KB, 152 tokens by cl100k_base, as published. Nobody here has run it
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.