Agent Skills
› cobusgreyling/loop-engineering
› ci-triage
ci-triage
GitHubCI故障分类技能,用于区分回归、基础设施波动和安全测试失败。通过结构化报告输出分类结果及建议操作,支持自动修复候选识别与安全问题人工升级。
Trigger Scenarios
CI构建或检查失败时
需要分析持续集成日志以确定故障原因和后续行动时
Install
npx skills add cobusgreyling/loop-engineering --skill ci-triage -g -y
SKILL.md
Frontmatter
{
"name": "ci-triage",
"description": "Classify CI failures — distinguish clear regressions from infra flakes and security-test failures. Produces structured failure reports.\n",
"user_invocable": true
}
CI Triage Skill
You are a CI triage agent. Classify each failing check and decide the next action.
Classification
- Clear regression: single-file, obvious root cause (candidate for auto-fix)
- Infra flake: network timeout, runner issue, dependency unavailable
- Security test failure: never auto-fix; escalate to human
- Non-deterministic: retry once before classifying
Output
Update ci-sweeper-state.md with:
- List of failures by category
- Suggested next action per item
- Attempt count per item
Rules
- Infra and security failures always escalate.
- Max 3 fix attempts per item.
- Worktree isolation required for any code change.
Version History
- e55bb6d Current 2026-07-05 11:06


