GitHub PR Request Review

Request GitHub pull request reviewers by analyzing changed files and CODEOWNERS.

1|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/dtsong/claude-code-windows-setup --skill github-pr-request-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: GitHub PR Request Review
Source: https://github.com/dtsong/claude-code-windows-setup/tree/main/skills/github-workflow/skills/gh-pr-request
Command: npx skills add https://github.com/dtsong/claude-code-windows-setup --skill github-pr-request-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of requesting reviewers for a GitHub pull request, making code reviews more efficient.

Core Features & Use Cases

  • Smart Reviewer Suggestions: Automatically suggests relevant reviewers based on code ownership, file contributors, and past activity.
  • Targeted Review Requests: Allows specifying individual users or teams to review the pull request.
  • Use Case: When you open a new pull request, this skill can analyze the changed files and suggest the most appropriate team members or CODEOWNERS to review your changes, ensuring faster and more relevant feedback.

Quick Start

Use the gh-pr-request skill to suggest reviewers for the current pull request.

Frequently Asked Questions about GitHub PR Request Review

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

FAQPage Schema
How do I automatically request reviewers for a GitHub pull request?

To automatically request reviewers for a GitHub pull request, this Skill analyzes changed files and CODEOWNERS to suggest and assign appropriate individuals or teams. It integrates with GitHub CLI to fetch PR details, identify code owners, and manage reviewer assignments efficiently.

How does code review automation identify the right reviewers for changed files?

Code review automation identifies the right reviewers by analyzing your pull request's changed files alongside the repository's CODEOWNERS file. It suggests relevant reviewers based on code ownership, file contributors, and past activity to ensure relevant feedback.

Can I use the gh CLI to assign specific users or teams to review a pull request?

Yes, you can use the gh CLI to assign specific users or teams to review a pull request. The Skill facilitates targeted review requests, allowing you to specify individual users or teams instead of relying solely on automated suggestions.

Do I need a CODEOWNERS file to suggest code reviewers automatically?

While a CODEOWNERS file enhances smart reviewer suggestions by explicitly defining ownership, it is not strictly required. The automation can also suggest relevant reviewers by analyzing file contributors and past activity to find appropriate team members.

What is the best way to automate pull request reviewer assignments based on code ownership?

The best way to automate pull request reviewer assignments based on code ownership is using a Skill that integrates with GitHub CLI. It fetches PR details, parses CODEOWNERS, and automatically manages reviewer assignments for your workflow.

Are there limitations when using GitHub CLI for automated code review requests?

Limitations when using GitHub CLI for automated code review requests include relying on the CLI's ability to fetch accurate PR details and CODEOWNERS data. The suggestions are constrained by the repository's configuration and the file change history available.