Agent Skills
› cobusgreyling/loop-engineering
› ci-triage
ci-triage
GitHub用于CI扫掠循环中解析失败日志,识别故障作业并分类为偶发、回归、环境或配置问题。根据分类决定执行最小修复、监控或升级人工处理,严禁对环境问题进行代码修复。
触发场景
CI流水线失败需要初步诊断时
自动化CI扫掠循环中检测到新错误时
安装
npx skills add cobusgreyling/loop-engineering --skill ci-triage -g -y
SKILL.md
Frontmatter
{
"name": "ci-triage",
"description": "Parse CI failures, identify failing job\/step, classify as flake, regression, env, or config. Use in CI sweeper loops before any fix attempt.\n",
"user_invocable": true
}
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.
版本历史
- e55bb6d 当前 2026-07-05 11:06


