pr-review

List assigned GitHub pull requests, check out worktrees, run linters, and generate review documents.

2|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sejas/ai-code-skills --skill pr-review-sejas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/sejas/ai-code-skills/tree/main/plugins/development/commands/pr-review
Command: npx skills add https://github.com/sejas/ai-code-skills --skill pr-review-sejas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of reviewing pull requests, helping you quickly identify issues and provide constructive feedback.

Core Features & Use Cases

  • Automated PR Listing: Fetches and prioritizes pull requests assigned to you.
  • Environment Setup: Creates isolated worktrees for safe code inspection.
  • Linter Integration: Runs project linters automatically to catch common errors.
  • Structured Review Generation: Creates detailed review documents for easy sharing and tracking.
  • Use Case: When a new PR is assigned to you, this skill will list it, let you select it, set up a clean environment to check it out, run the linter, and generate a comprehensive review document.

Quick Start

Use the pr-review skill to list and begin reviewing pull requests assigned to you.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub pull request reviews for assigned PRs?

Automate GitHub pull request reviews by listing assigned PRs, checking out branches into isolated worktrees, running linters, and generating structured review documents. This streamlines the review process and helps quickly identify issues.

What is the best way to run linters automatically during a code review?

Run linters automatically during a code review by setting up an isolated worktree for the pull request branch. The environment checks out the code and executes project linters to catch common errors before generating a review document.

Does this code review automation work with my existing git worktrees?

Yes, the code review automation works with git worktrees by creating isolated environments for safe code inspection. This ensures your local workspace remains clean while it checks out assigned pull request branches for linting.

How do I generate a structured code review document for a pull request?

Generate a structured code review document by automating the review workflow. The system checks out the PR branch, runs linters, and compiles detailed findings on readability, maintainability, and best practices into a shareable format.

Can I prioritize unreviewed pull requests assigned to me on GitHub?

Yes, you can prioritize unreviewed pull requests. The automation fetches assigned PRs from GitHub, prioritizes those that have not been reviewed, and lets you select which one to analyze for maintainability and best practices.