Agent Skills
› sediman-agent/OpenSkynet
› get-pr-comments
get-pr-comments
GitHub获取当前活动拉取请求的审查评论和讨论,按严重性和可操作性分组反馈,生成优先级排序的行动清单及待澄清问题,提供简洁可执行的总结。
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


