pr-review

Installation
SKILL.md

PR Review

Review the current Pull Request that has been checked out locally.

Instructions

  1. Prerequisite

    • Run git fetch origin master to ensure we have the latest main branch
  2. Get the PR changes

    • Run git diff --name-only $(git merge-base HEAD origin/master)..HEAD for a quick overview of changed files
    • Run git diff $(git merge-base HEAD origin/master)..HEAD to see all changes
    • Run git log --oneline $(git merge-base HEAD origin/master)..HEAD to see commit messages
  3. Understand the context

    • Examine the changed files to understand the PR's purpose
    • Look for any related documentation or comments
  4. Provide a structured code review

Related skills
Installs
8
First Seen
Feb 25, 2026