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


