If you're dealing with PR review bots like Copilot, CodeRabbit, or Cursor Bugbot, this skill automates the entire response workflow. It fetches unanswered bot comments with full context, helps you evaluate whether each finding is a real bug or false positive, makes the fixes, commits them, replies to every comment thread, and then watches for new findings until the bots stop posting. The two-phase approach is smart: handle everything currently open, then poll until quiet. It's opinionated about never leaving bot comments unanswered, which actually makes sense since responses help train the bots and prevent the same false positives from getting flagged repeatedly. Requires gh CLI and Node.js.
npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-agent-reviews