什麼是 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