pr-review

Installation
SKILL.md

PR Review Workflow

Systematic workflow for checking, responding to, and reporting on PR feedback from any source — human reviewers, review bots (CodeRabbit, Gemini, Codex, Snyk, etc.), or AI agents.

Requirements: GitHub repository with GitHub CLI (gh) installed and authenticated.

Key insight: PR feedback arrives through three different channels (conversation comments, inline threads, review submissions). Missing any channel means missing feedback. This skill ensures all channels are checked systematically.

Quick Commands

Note: Run scripts from repository root. Paths below assume installation via npx skills add. If the skill is installed elsewhere, adjust the .claude/skills/pr-review/ prefix accordingly.

Check All Feedback (CRITICAL - Use First)

.claude/skills/pr-review/scripts/check-pr-feedback.sh [PR_NUMBER]

Checks all three channels: conversation comments, inline comments, reviews.

Related skills
Installs
6
First Seen
Feb 17, 2026