/install gh-address-comments
PR Comment Handler
Guide to find the open PR for the current branch and address its comments with gh CLI. Run all gh commands with elevated network access.
Prereq: ensure gh is authenticated (for example, run gh auth login once), then run gh auth status with escalated permissions (include workflow/repo scopes) so gh commands succeed. If sandboxing blocks gh auth status, rerun it with sandbox_permissions=require_escalated.
1) Inspect comments needing attention
- Run scripts/fetch_comments.py which will print out all the comments and review threads on the PR
2) Ask the user for clarification
- Number all the review threads and comments and provide a short summary of what would be required to apply a fix for it
- Ask the user which numbered comments should be addressed
3) If user chooses comments
- Apply fixes for the selected comments
Notes:
- If gh hits auth/rate issues mid-run, prompt the user to re-authenticate with
gh auth login, then retry.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gh-address-comments - 安装完成后,直接呼叫该 Skill 的名称或使用
/gh-address-comments触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gh Address Comments 是什么?
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Gh Address Comments?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gh-address-comments」即可一键安装,无需额外配置。
Gh Address Comments 是免费的吗?
是的,Gh Address Comments 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gh Address Comments 支持哪些平台?
Gh Address Comments 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gh Address Comments?
由 Tbeard602(@tbeard602)开发并维护,当前版本 v1.0.0。