Dev10x-gh-pr-request-review

Automate GitHub pull request review requests for teams or users.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-gh-pr-request-review-brave-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x-gh-pr-request-review
Source: https://github.com/Brave-Labs/dev10x/tree/main/codex-skills/dev10x-gh-pr-request-review
Command: npx skills add https://github.com/Brave-Labs/dev10x --skill dev10x-gh-pr-request-review-brave-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Request reviews on GitHub pull requests from teams or individual users.

Core Features & Use Cases

  • Automates sending review requests to GitHub PRs for teams or users.
  • Supports verification by checking the assigned review requests via gh pr view.
  • Works across common workflows for PR collaboration and code quality gates.

Quick Start

Run the gh-request-review.py script with a PR_NUMBER and a reviewer to send a review request.

Frequently Asked Questions about Dev10x-gh-pr-request-review

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

FAQPage Schema
How do I request a GitHub PR review from a team?

To request a GitHub PR review from a team, run the gh-request-review.py script with a specific PR number and the target team reviewer. This automates sending the review request directly through the GitHub pull request workflow.

Can I verify that a PR review request was successfully assigned to a user?

Yes, you can verify a PR review request by checking the assigned review requests via the 'gh pr view' command. This verification step confirms that the targeted team or individual user was successfully assigned to the pull request.

Does this GitHub review request automation work for both individual users and teams?

Yes, the GitHub review request automation works for both individual users and teams. It uses the gh-request-review.py wrapper to support assigning reviewers across typical collaboration scenarios for your code quality gates.

What is the best way to automate code review requests for common collaboration workflows?

The best way to automate code review requests is using a script wrapper like gh-request-review.py to assign teams or users. This streamlines common collaboration workflows by automating the assignment and verification of pull request reviews.

Do I need any specific dependencies to automate GitHub PR review requests?

No specific dependencies are required to automate GitHub PR review requests beyond the standard environment. The Skill operates independently using the included gh-request-review.py wrapper to manage team and user reviewer assignments.