返回 Skill 列表
extension
分类: 开发与工程无需 API Key

fetch-pr-review-comments

当用户要求检查/审查PR评论、处理审阅者反馈、修复审查问题或回应代码审查时,必须使用此技能。从当前分支的GitHub PR中获取未解决的审查评论。

person作者: jakexiaohubgithub

Fetch PR Review Comments

Fetches unresolved review comments from the GitHub pull request corresponding to the current branch. You should use the bundled script to do this.

Instructions

  1. Run the script: bash ~/.claude/skills/fetch-pr-review-comments/get_unresolved_review_comments.sh
  2. Report the fetched unresolved review comments in a clear format. Do not use table format.
  3. STOP HERE - Do not proceed to fix or address the comments yet.
  4. Wait for user to explicitly request fixes.

Important Notes

  • Requires gh CLI to be authenticated
  • Only works when on a branch that has an associated pull request
  • After reporting the comments, STOP and WAIT for user instructions. DO NOT:
    • Create todo lists for fixing the comments
    • Read or edit the mentioned files
    • Start implementing any fixes