什么是 resolve-agent-reviews?
解决公关审查机器人对当前公关的调查结果。获取未答复的机器人评论,评估每个发现,修复真正的错误,消除误报,回复每条评论,并观察新的发现,直到机器人安静下来。 来源:pbakaus/agent-reviews。
解决公关审查机器人对当前公关的调查结果。获取未答复的机器人评论,评估每个发现,修复真正的错误,消除误报,回复每条评论,并观察新的发现,直到机器人安静下来。
通过命令行快速安装 resolve-agent-reviews AI 技能到你的开发环境
来源:pbakaus/agent-reviews。
Automatically resolve findings from PR review bots (Copilot, Cursor Bugbot, CodeRabbit, etc.) on the current PR. Uses a two-phase workflow: fix all existing issues, then poll for new ones until bots go 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.
解决公关审查机器人对当前公关的调查结果。获取未答复的机器人评论,评估每个发现,修复真正的错误,消除误报,回复每条评论,并观察新的发现,直到机器人安静下来。 来源:pbakaus/agent-reviews。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-agent-reviews解决公关审查机器人对当前公关的调查结果。获取未答复的机器人评论,评估每个发现,修复真正的错误,消除误报,回复每条评论,并观察新的发现,直到机器人安静下来。 来源:pbakaus/agent-reviews。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-agent-reviews 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/pbakaus/agent-reviews