Agent Skills
› cobusgreyling/loop-engineering
› pr-review-triage
pr-review-triage
GitHub用于在PR监护循环中分类处理开放拉取请求,评估CI状态、审查意见及合并就绪度。依据项目规范判断是否可合并,针对闲置超4天或高风险标签的PR建议人工介入或升级,并提供具体行动建议。
触发场景
需要批量检查多个拉取请求的状态时
执行PR监护自动化循环任务时
安装
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.
版本历史
- e55bb6d 当前 2026-07-05 11:07


