什么是 copilot-review-loop?
当您希望 GitHub Copilot 审核 PR 并在当前代理会话中自动处理其反馈时使用。对于任何审阅者(人类或机器人),请使用 pr-review-loop;对于每个评论新鲜上下文的方法,请使用 ralph-wiggum-loop。 来源:xpepper/pr-review-agent-skill。
当您希望 GitHub Copilot 审核 PR 并在当前代理会话中自动处理其反馈时使用。对于任何审阅者(人类或机器人),请使用 pr-review-loop;对于每个评论新鲜上下文的方法,请使用 ralph-wiggum-loop。
通过命令行快速安装 copilot-review-loop AI 技能到你的开发环境
来源:xpepper/pr-review-agent-skill。
Automate an iterative Copilot-driven review loop: trigger a GitHub Copilot review, address its feedback one comment at a time, then re-trigger Copilot to review again. Repeat up to 2 cycles until all critical issues are resolved.
This is an in-session loop — one long agent context that iterates internally. It is not the Ralph Wiggum pattern, which is an external shell loop that spawns a fresh agent session per comment. For that, see the ralph-wiggum-loop skill instead.
Inspect the project for safeguard conventions by checking these files (if they exist):
当您希望 GitHub Copilot 审核 PR 并在当前代理会话中自动处理其反馈时使用。对于任何审阅者(人类或机器人),请使用 pr-review-loop;对于每个评论新鲜上下文的方法,请使用 ralph-wiggum-loop。 来源:xpepper/pr-review-agent-skill。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/xpepper/pr-review-agent-skill --skill copilot-review-loop当您希望 GitHub Copilot 审核 PR 并在当前代理会话中自动处理其反馈时使用。对于任何审阅者(人类或机器人),请使用 pr-review-loop;对于每个评论新鲜上下文的方法,请使用 ralph-wiggum-loop。 来源:xpepper/pr-review-agent-skill。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/xpepper/pr-review-agent-skill --skill copilot-review-loop 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/xpepper/pr-review-agent-skill