Agent Skills
› cobusgreyling/loop-engineering
› pr-review-triage
pr-review-triage
GitHub用于PR保姆循环中,对监控的拉取请求进行状态分类。检查CI结果、评审意见及合并就绪度,依据项目规范判断是否可合并,并根据闲置时长或高风险标签建议最小修复、变基或人工介入等后续动作。
Trigger Scenarios
需要批量处理多个PR的状态审查
执行PR保姆自动化循环任务
评估PR是否满足合并条件
Install
npx skills add cobusgreyling/loop-engineering --skill pr-review-triage -g -y
SKILL.md
Frontmatter
{
"name": "pr-review-triage",
"description": "Triage open pull requests for CI status, review comments, and merge readiness. Use in PR babysitter loops. Respects project review norms and required checks.\n",
"user_invocable": true
}
PR Review Triage Skill
For each watched PR, report:
Per-PR Output
### PR #N — title
- CI: green | red (job names if red)
- Reviews: approved N | changes requested | none
- Blocking comments: (list actionable ones)
- Ready to merge: yes | no — reason
- Suggested loop action: none | minimal-fix | rebase | escalate-human
Rules
- "Ready to merge" requires all required checks + approvals per project policy.
- Non-actionable nits → note but do not spawn fix.
- If PR idle >4 days → suggest human handoff.
- High-risk labels (security, breaking) → escalate-human always.
Version History
- e55bb6d Current 2026-07-05 11:07


