This handles the full lifecycle of responding to PR review comments: it fetches unanswered human feedback, evaluates whether each comment needs a fix or just acknowledgment, applies the changes, commits them, and replies to every reviewer with the outcome. Then it watches for follow-ups and processes those the same way. It's opinionated about treating human reviewers as generally right and never leaving comments hanging without a response. Works through the agent-reviews CLI tool with support for npm, pnpm, yarn, and bun. Most useful when you're dealing with a PR that has accumulated review feedback and you want to systematically work through it rather than cherry-picking the easy ones.
npx skills add https://github.com/pbakaus/agent-reviews --skill resolve-human-reviews