ask-for-review

Queue a PR for review, request Copilot review, and switch checkout to main.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ai212983/gh-csi --skill ask-for-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask-for-review
Source: https://github.com/ai212983/gh-csi/tree/main/skills/ask-for-review
Command: npx skills add https://github.com/ai212983/gh-csi --skill ask-for-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manages PR review coordination by queuing an existing PR for automated runner processing and triggering Copilot review workflows, reducing manual handoff friction.

Core Features & Use Cases

  • PR resolution: Resolve the target PR via --pr, --issue, or the current branch and apply the agent:run queue label.
  • Copilot review request: Automatically request Copilot reviewers on the PR.
  • State transition: Switch local checkout back to the main branch on successful handoff and report the outcome.

Quick Start

Queue the target PR for review and trigger Copilot reviewer requests, then switch the local checkout back to main.

Frequently Asked Questions about ask-for-review

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

FAQPage Schema
How do I queue a pull request for automated review and trigger Copilot feedback?

To queue a pull request for review, the Skill resolves the target PR via a branch, issue, or PR number, applies the agent:run queue label, and automatically requests GitHub Copilot reviewers.

What is the best way to automate PR handoff and switch my local branch back to main?

Automating PR handoff involves queuing the PR for runner processing and requesting Copilot review. On successful handoff, the workflow switches your local checkout back to the main branch automatically.

Can I request Copilot review on a PR using only the current branch name?

Yes, you can request Copilot review using the current branch. The Skill resolves the target PR via --pr, --issue, or the current branch, then triggers Copilot reviewers and applies the queue label.

Does queuing a PR for review require manual branch cleanup afterward?

No, manual branch cleanup is not required. The workflow manages state transition by switching the local checkout back to the main branch on successful handoff and reports the final outcome.

Why apply the agent:run queue label when coordinating PR reviews?

Applying the agent:run queue label signals the automated runner to process the existing PR. This reduces manual handoff friction by officially queuing the PR for automated workflow processing.

How does automated PR review coordination handle issue numbers instead of branch names?

PR review coordination can resolve the target PR using an issue number. By passing the --issue parameter, the workflow locates the associated PR, applies the queue label, and requests Copilot reviewers.