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


