gh-copilot-review

Requests GitHub Copilot reviews for pull requests via the gh CLI.

1|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mir-am/skills-agents-ai-coding --skill gh-copilot-review-mir-am
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-copilot-review
Source: https://github.com/mir-am/skills-agents-ai-coding/tree/main/skills/gh-copilot-review
Command: npx skills add https://github.com/mir-am/skills-agents-ai-coding --skill gh-copilot-review-mir-am

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review requests for pull requests often require switching tools and manual steps, leading to delays and errors.

Core Features & Use Cases

  • Streamlined Review Requests: Send a request for a GitHub Copilot review on a given pull request using the gh CLI.
  • Repository Compatibility: Works with PR URLs or PR numbers within repositories with proper remote configurations.
  • Use Case: When a developer wants quick feedback from Copilot on a PR, this skill automates the process, saving time and ensuring correct permissions.

Quick Start

Provide the PR URL or number, and use this skill to immediately request a Copilot review through the gh CLI.

Frequently Asked Questions about gh-copilot-review

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

FAQPage Schema
How do I request a GitHub Copilot review on a pull request?

To request a GitHub Copilot review on a pull request, you can provide a PR URL or number to automate the request via the `gh` CLI. This validates GitHub CLI access and local repository status before issuing the review.

Can I use a PR number instead of a full URL to get a Copilot review?

Yes, you can use a PR number instead of a full URL to get a Copilot review. The skill resolves PR identifiers from repositories with proper remote configurations to issue the review request.

Do I need GitHub CLI authentication to request Copilot reviews?

Yes, you need GitHub CLI authentication to request Copilot reviews. The skill ensures security by checking GitHub CLI access and validating local repository status before executing the review request.

What's the best way to automate Copilot code reviews for faster feedback?

Automating Copilot code reviews is best handled by using the `gh` CLI to send review requests directly. This avoids manual tool switching, resolves PR identifiers automatically, and enables faster feedback cycles.

Why does my Copilot review request fail on my local repository?

Your Copilot review request might fail if GitHub CLI access is invalid or local repository remote configurations are missing. The skill validates authentication and checks local repository status before execution to prevent errors.