Skill323 repo starsupdated today
ci-triage
The ci-triage skill analyzes continuous integration test failures and categorizes them as flakes, regressions, environment issues, or configuration problems. Use this skill to automatically triage CI failures, determine whether they require code fixes or human intervention, and recommend appropriate actions like minimal fixes, monitoring, or escalation to prevent wasting engineering time on non-actionable failures.
Install in Claude Code
Copygit clone --depth 1 https://github.com/cobusgreyling/loop-engineering /tmp/ci-triage && cp -r /tmp/ci-triage/starters/ci-sweeper/.grok/skills/ci-triage ~/.claude/skills/ci-triageThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# CI Triage Skill ## Output per failure ```markdown ### 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.
More from this repository
loop-budgetSkill
Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.
loop-triageSkill
>
loop-verifierSubagent
Independent checker for loop-produced changes. Rejects unless tests pass and scope is minimal. Never implement fixes.
minimal-fixSkill
>
changelog-scanSkill
>
draft-release-notesSkill
>
dependency-triageSkill
>
post-merge-scanSkill
>