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