Agent Skills
› sediman-agent/OpenSkynet
› get-pr-comments
get-pr-comments
GitHub获取并总结当前活动拉取请求中的审查评论。通过解析PR,提取讨论和评审意见,按严重性和可操作性分组,最终输出优先级排序的行动清单、反馈摘要及待澄清问题,辅助开发者快速响应反馈。
Trigger Scenarios
需要当前活动拉取请求的简洁、可操作的反馈摘要时
Install
npx skills add sediman-agent/OpenSkynet --skill get-pr-comments -g -y
SKILL.md
Frontmatter
{
"name": "get-pr-comments",
"description": "Fetch and summarize review comments from the active pull request"
}
Get PR comments
Trigger
Need a concise, actionable summary of feedback on the active pull request.
Workflow
- Resolve the active PR for the current branch.
- Fetch review comments and discussion comments.
- Group feedback by severity and actionability.
- Return a concise action list.
Output
- Grouped feedback summary
- Action list ordered by priority
- Open questions that still need clarification
Version History
- c9d8953 Current 2026-07-05 19:51


