gh-copilot-review-read

Collect GitHub Copilot review comments from pull requests and generate a markdown report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It automates the collection and summarization of Copilot-authored PR review comments from GitHub, helping developers easily review and archive feedback.

Core Features & Use Cases

  • Fetches PR metadata, review comments, and reviews from GitHub using the CLI.
  • Identifies comments authored by GitHub Copilot or related bots.
  • Generates a markdown digest including comment locations, original text, and context.
  • Outputs a markdown file with a structured summary for later review or record-keeping.

Quick Start

Use this skill to generate a markdown digest of Copilot review comments on PR #123.

Frequently Asked Questions about gh-copilot-review-read

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

FAQPage Schema
How do I summarize GitHub Copilot pull request comments for code review documentation?

To summarize GitHub Copilot pull request comments, you can automate the collection of PR review feedback to produce a markdown report detailing the comment locations and original text for easy archiving.

Can I fetch Copilot review comments using a pull request number instead of a URL?

Yes, you can fetch Copilot review comments using a pull request number. The tool handles both URL and PR number inputs to collect PR metadata, review comments, and reviews from GitHub.

What is the best way to archive GitHub Copilot PR feedback automatically?

The best way to archive GitHub Copilot PR feedback automatically is to generate a structured markdown digest that identifies comments authored by Copilot and includes their original context for later record-keeping.

Does this summarization tool require any external dependencies to fetch GitHub PR metadata?

No external dependencies are required to fetch GitHub PR metadata. The tool operates independently to collect and summarize review comments authored by GitHub Copilot or related bots.

What information is included in a markdown report of Copilot review comments?

A markdown report of Copilot review comments includes the comment locations within the pull request, the original text of the feedback, and the surrounding context to document the code review.

How does the tool identify which review comments were authored by GitHub Copilot?

The tool identifies comments authored by GitHub Copilot by fetching PR reviews and review comments via the GitHub CLI, then filtering for feedback generated by GitHub Copilot or related bots.