AgentSkillsCN

get-pr-comments

从活跃的拉取请求中获取并归纳评审意见。

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

  1. Resolve the active PR for the current branch (use gh CLI). If the current branch has no open PR, say so clearly and stop; do not proceed.
  2. Fetch review comments and discussion comments.
  3. Group feedback by severity and actionability.
  4. Return a concise action list.

Output

  • Grouped feedback summary
  • Action list ordered by priority
  • Open questions that still need clarification