review-pr

Review Remix pull requests from a local checkout for correctness and security.

33.3k|2.8k|Updated Oct 26, 2020
One-click install
npx skills add https://github.com/remix-run/remix --skill review-pr-remix-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/remix-run/remix/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/remix-run/remix --skill review-pr-remix-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review Remix pull requests from a local development checkout to ensure quality before merging.

Core Features & Use Cases

  • Build and validate a review context 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.
  • Generate a concise, reviewer-style assessment that can be shared with teammates or added as code review feedback.

Quick Start

Provide the PR URL or number and the base reference, and I will generate a thorough reviewer-style assessment.

Frequently Asked Questions about review-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a Remix pull request from a local checkout?

You can review a Remix pull request locally by providing the PR URL or number along with the base reference. The tool uses git diff and gh pr view to gather metadata and prepare a thorough, read-only reviewer-style assessment of the code changes.

What is included in a local code review assessment for a pull request?

A local pull request review assessment includes a reviewer-style critique generated from git diff outputs, file changes, and relevant repository context. It identifies issues affecting correctness, security, performance, maintainability, and release readiness.

Can I use a PR number to generate a code review instead of a URL?

Yes, you can specify a pull request by its number or URL. The tool queries GitHub metadata using gh pr view and combines it with local diff ranges to construct a focused review packet from your local repository.

Does the pull request review process modify my local repository files?

No, the pull request review process is read-only. It gathers metadata and git diff outputs to prepare a thorough assessment without modifying your local repository files or the pull request directly.

What's the best way to prepare a pull request diff for quality assurance checks?

The best way to prepare a pull request diff for quality assurance is to specify the PR URL and base reference. This allows the tool to build a review context from GitHub metadata and local git changes for a comprehensive assessment.