CI Triage

Parse CI failures, identify failing job/step, classify as flake, regression, env, or config. Use in CI sweeper loops before any fix attempt.

cobusgreyling 7e619d3 742 B Updated

File contents

CI Triage Skill

Output per failure

### Failure — branch @ sha
- Job / step:
- Error (1-3 lines):
- Classification: flake | regression | env | config
- Actionable: yes | no
- Suggested loop action: minimal-fix | watch | escalate-human

Classification Rules

  • flake: intermittent, passed on retry, no code change
  • regression: new failure correlated with recent commit
  • env: runner, registry, secrets, quota
  • config: workflow, dependency install, cache

Env failures → escalate-human. Do not "fix" with code changes.

cobusgreyling/loop-engineering/tree/main/starters/ci-sweeper/.claude/skills/ci-triage commit 7e619d3051

Frequently asked questions

npx skillmds@latest add cobusgreyling/ci-triage