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.

Self-Contained Constraint

ALL operations MUST go through the provided scripts. Never run raw git, gh, date, or bash heredocs (cat > file << 'EOF') when a script or agent tool covers the same operation.

Instead of (prohibited) Use
git status, git branch, gh pr view, gh repo view get-context.sh
git add, git commit, git push commit-and-push.sh
git checkout -b, git switch -c open-branch.sh
gh pr create create-pr.sh
gh api repos/.../comments, gh pr view --json check-pr-feedback.sh
Related skills

More from aivokone/ak-skills

Installs
15
First Seen
Feb 27, 2026