Agent Skills
› sediman-agent/OpenSkynet
› get-pr-comments
get-pr-comments
GitHub该技能用于获取当前活跃Pull Request的审查和讨论评论,按严重性和可操作性分组,并生成按优先级排序的行动清单及待澄清问题,帮助开发者快速处理代码反馈。
触发场景
需要汇总PR审查意见
需要识别PR中的行动项
安装
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
版本历史
- c9d8953 当前 2026-07-05 19:51


