什么是 resolve-reviews?
解决当前 PR 的所有 PR 审核评论(人和机器人)。获取未答复的评论,评估每条评论,解决实际问题,消除误报,并回复每一条评论并给出结果。 来源:pbakaus/agent-reviews。
解决当前 PR 的所有 PR 审核评论(人和机器人)。获取未答复的评论,评估每条评论,解决实际问题,消除误报,并回复每一条评论并给出结果。
通过命令行快速安装 resolve-reviews AI 技能到你的开发环境
来源:pbakaus/agent-reviews。
Automatically resolve all review comments (both human and bot) on the current PR. Uses a two-phase workflow: fix all existing issues, then poll for new ones until quiet.
Cloud environments only (e.g., Codespaces, remote agents): verify git author identity so CI checks can map commits to the user. Run git config --global --get user.email and if empty or a placeholder, set it manually. Skip this check in local environments.
The CLI auto-detects the current branch, finds the associated PR, and authenticates via gh CLI or environment variables. If anything fails (no token, no PR, CLI not installed), it exits with a clear error message.
解决当前 PR 的所有 PR 审核评论(人和机器人)。获取未答复的评论,评估每条评论,解决实际问题,消除误报,并回复每一条评论并给出结果。 来源:pbakaus/agent-reviews。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-reviews解决当前 PR 的所有 PR 审核评论(人和机器人)。获取未答复的评论,评估每条评论,解决实际问题,消除误报,并回复每一条评论并给出结果。 来源:pbakaus/agent-reviews。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-reviews 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pbakaus/agent-reviews