Skills for Claude Code, installable via skills CLI.
Critically evaluate and respond to PR review comments. Works with bot reviewers (Gemini Code Assist, CodeRabbit, etc.) and human reviewers.
Instead of blindly accepting every suggestion, this skill reads the full file context, checks project conventions, and makes informed accept/decline/discuss decisions — then presents them for your approval before acting.
Install:
npx skills add ideoshi/skills --skill pr-review-response -g -yUse:
/pr-review-response 42 # respond to comments on PR #42
/pr-review-response # auto-detect PR from current branch
Or trigger naturally: "respond to the review comments on my PR", "handle the bot feedback on PR #42".
Watch mode — auto-respond after a review comes in:
./skills/pr-review-response/scripts/watch-pr.sh 42Each skill lives in skills/<name>/SKILL.md. See the skills documentation for the format.