by sickn33
此技能帮助开发者使用 GitHub CLI 系统性地处理 PR 审查评论,确保不遗漏任何反馈并正确解决所有问题。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 address-github-comments 技能" 开始使用
=== address-github-comments 技能 === 作者: sickn33 描述: 此技能帮助开发者使用 GitHub CLI 系统性地处理 PR 审查评论,确保不遗漏任何反馈并正确解决所有问题。 使用方法: 1. 调用技能: "使用 address-github-comments 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 address-github-comments 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
productivity
safe
Efficiently address PR review comments or issue feedback using the GitHub CLI (gh). This skill ensures all feedback is addressed systematically.
Ensure gh is authenticated.
gh auth status
If not logged in, run gh auth login.
Fetch the comments for the current branch's PR.
gh pr view --comments
Or use a custom script if available to list threads.
Apply the code changes for the selected comments.
Once fixed, respond to the threads as resolved.
gh pr comment <PR_NUMBER> --body "Addressed in latest commit."
gh auth status before starting.View Count
0
Download Count
0
Favorite Count
0
Quality Score
74