review-pr

Installation
SKILL.md

Review PR

Overview

Use this skill to review a GitHub pull request for remix-run/remix from a local checkout. Build the review context yourself from git, GitHub metadata, and the repository. Keep the review focused on the PR diff and on issues that would materially affect correctness, security, performance, maintainability, or release readiness.

Local Context

  1. Identify the PR and diff range.
  • If the user gives a PR number or URL, use gh pr view to gather the title, body, base branch, head branch, author, and current state.
  • If the user asks to review the current branch, compare it against its merge base with origin/main unless the user names a different base.
  • Fetch missing refs as needed, but do not switch branches unless that is the least disruptive way to inspect the PR.
  1. Gather a concise review packet before judging the change.
Installs
10
Repository
remix-run/remix
GitHub Stars
33.2K
First Seen
Apr 30, 2026
review-pr — remix-run/remix