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-loopGitHub 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