Agent Skills
› sediman-agent/OpenSkynet
› get-pr-comments
get-pr-comments
GitHub获取并总结活动拉取请求中的审查评论,按严重性和可操作性分组,提供优先级排序的行动清单及待澄清问题。
Trigger Scenarios
需要PR反馈摘要
整理代码审查意见
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


