dev10x-gh-pr-request-review

Request GitHub pull request reviews from specified teams or users.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of requesting reviews on GitHub pull requests, ensuring that the right teams or individuals are notified, thereby accelerating the review cycle.

Core Features & Use Cases

  • Targeted Reviews: Request reviews from specific GitHub teams or individual users.
  • Multiple Reviewers: Ability to specify multiple reviewers in a single command.
  • Verification: Includes a method to verify that review requests have been successfully assigned.
  • Use Case: After pushing a new feature branch, use this Skill to ask your team's 'frontend' team and specific developers like 'jane.doe' to review the pull request.

Quick Start

Request a review on pull request number 123 from the 'devops' team.

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 code review on a GitHub pull request from multiple reviewers?

To request code review on a GitHub pull request from multiple reviewers, you can specify both individual users and teams simultaneously. This ensures all relevant reviewers are notified in a single action.

Can I target specific GitHub teams when requesting pull request reviews?

Yes, you can target specific GitHub teams when requesting pull request reviews. This allows you to notify entire subgroups like a 'frontend' or 'devops' team rather than just individual developers.

Does this Skill verify that GitHub review assignments were successfully created?

Yes, this Skill includes a verification step using GitHub CLI to confirm review assignments. This ensures that the specified teams or users were actually assigned to the pull request.

What is the best way to automate pull request review requests for a development workflow?

Automating pull request review requests for a development workflow is done by specifying target reviewers via command inputs. This streamlines coordination by directly notifying the required teams or individuals after pushing a feature branch.

Do I need GitHub CLI to request pull request reviews and verify assignments?

Yes, GitHub CLI is needed to request pull request reviews and verify assignments. The Skill relies on it to confirm that the requested reviewers have been successfully assigned to the pull request.