Agent Skills
› cobusgreyling/loop-engineering
› ci-triage
ci-triage
GitHub解析 CI 失败日志,识别作业步骤并分类为 flake、回归、环境或配置问题。在修复前用于 CI 扫掠循环,提供可操作建议如最小修复、观察或人工升级,确保环境类问题不盲目代码修改。
Trigger Scenarios
CI 流水线失败需要初步诊断时
自动扫掠循环中处理持续失败的构建任务
Install
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.
Version History
- e55bb6d Current 2026-07-05 11:06


