copilot-pull-request

Orchestrate GitHub PR review, commenting, and merge workflows via Copilot APIs.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/squirrel289/pax --skill copilot-pull-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-pull-request
Source: https://github.com/squirrel289/pax/tree/main/skills/tools/copilot-pull-request
Command: npx skills add https://github.com/squirrel289/pax --skill copilot-pull-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automated, structured management of GitHub pull requests and issues using Copilot's built-in APIs, reducing manual overhead in PR reviews, comments, and merges.

Core Features & Use Cases

  • Fetch PR details and status
  • Comment, reply, and resolve threads
  • Merge PRs with controlled methods and optional branch cleanup
  • Use Case: Automate standard PR review workflows across multiple repositories to ensure consistency

Quick Start

Initiate a standard PR review workflow for PR #42 in owner/repo and manage comments and merging accordingly.

Frequently Asked Questions about copilot-pull-request

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

FAQPage Schema
How do I automate GitHub pull request review workflows?

You can automate GitHub pull request review workflows by orchestrating PR fetching, commenting, thread resolution, and merging using Copilot's built-in PR and Issue APIs. This reduces manual overhead and ensures consistency across multiple repositories.

Can I fetch pull request details and list comments using Copilot APIs?

Yes, you can fetch pull request details and list comments using Copilot's built-in PR APIs. The Skill describes specific operations to retrieve PR status and manage comment threads directly within Copilot-enabled environments.

What do I need to merge pull requests through Copilot workflows?

To merge pull requests through Copilot workflows, you need a Copilot-enabled environment, GitHub access tokens, and proper repository permissions to read PR data, post comments, and execute controlled merges with optional branch cleanup.

How do I reply to comments and resolve threads on GitHub PRs programmatically?

You can reply to comments and resolve threads programmatically by utilizing the reply-comment and resolve-thread operations described by the Skill, which interface directly with GitHub's PR management APIs via Copilot.

What is the best way to manage standard PR workflows across multiple repositories?

The best way to manage standard PR workflows across multiple repositories is using an automated orchestration Skill that structures fetching, commenting, resolving, and merging operations against GitHub to ensure consistent review processes.