resolve-agent-reviews이란?
현재 PR에 대한 PR 검토 봇 결과를 해결합니다. 답변이 없는 봇 댓글을 가져오고, 각 결과를 평가하고, 실제 버그를 수정하고, 거짓 긍정을 무시하고, 모든 댓글에 응답하고, 봇이 조용해질 때까지 새로운 결과를 감시합니다. 출처: pbakaus/agent-reviews.
현재 PR에 대한 PR 검토 봇 결과를 해결합니다. 답변이 없는 봇 댓글을 가져오고, 각 결과를 평가하고, 실제 버그를 수정하고, 거짓 긍정을 무시하고, 모든 댓글에 응답하고, 봇이 조용해질 때까지 새로운 결과를 감시합니다.
명령줄에서 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.
현재 PR에 대한 PR 검토 봇 결과를 해결합니다. 답변이 없는 봇 댓글을 가져오고, 각 결과를 평가하고, 실제 버그를 수정하고, 거짓 긍정을 무시하고, 모든 댓글에 응답하고, 봇이 조용해질 때까지 새로운 결과를 감시합니다. 출처: pbakaus/agent-reviews.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-agent-reviews현재 PR에 대한 PR 검토 봇 결과를 해결합니다. 답변이 없는 봇 댓글을 가져오고, 각 결과를 평가하고, 실제 버그를 수정하고, 거짓 긍정을 무시하고, 모든 댓글에 응답하고, 봇이 조용해질 때까지 새로운 결과를 감시합니다. 출처: 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