gh-pr-review-loop

Coordinate Copilot review, comment triage, and checks for GitHub pull requests.

Updated May 1, 2026
One-click install
npx skills add https://github.com/arthur-debert/release --skill gh-pr-review-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-pr-review-loop
Source: https://github.com/arthur-debert/release/tree/main/skills/gh-pr-review-loop
Command: npx skills add https://github.com/arthur-debert/release --skill gh-pr-review-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the chaos of inconsistent PR review/rework by driving every onboarded repo through the same Copilot-request, comment-triage, fixup, thread-resolution, and checks-wait sequence until the PR is genuinely merge-ready.

Core Features & Use Cases

  • Copilot review automation: Request Copilot review, wait for it to post on the PR’s current head SHA, and summarize the review body and inline comments.
  • Structured comment triage: Apply the policy for when to fix-and-push vs when to reply with rationale, including resolving GraphQL review threads after actions are taken.
  • Merge-readiness guardrails: Wait for required checks and stop at a clean, mergeable state without auto-merging, while documenting where the agent needs user authorization.

Quick Start

Use gh-pr-review-loop to push a PR through Copilot review, resolve threads as needed, wait for checks, and stop when the PR is merge-ready.

Frequently Asked Questions about gh-pr-review-loop

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

FAQPage Schema
How do I automate GitHub pull request reviews with Copilot?

Automate GitHub pull request reviews by driving Copilot review requests, comment triage, and thread resolution through a standard workflow loop until the PR is merge-ready.

How do I resolve Copilot review threads automatically on a pull request?

Resolve Copilot review threads by applying a structured comment triage policy that fixes and pushes code or replies with rationale, then resolves GraphQL review threads after actions are taken.

Can I use workflow automation to wait for CI checks before merging a PR?

Workflow automation can wait for required CI checks and stop at a clean, mergeable state without auto-merging, documenting where user authorization is needed.

Does gh-pr-review-loop work with any GitHub repository?

This workflow applies to feature PRs and follow-up fixups on repos under arthur-debert/* or lex-fmt/* that have GitHub-side rulesets and Copilot/policy automation enabled.

What is the best way to standardize Copilot PR reviews across multiple repositories?

Standardize Copilot PR reviews by using a canonical Copilot-review reusable workflow and local helper scripts to run every onboarded repo through the same request, triage, and checks sequence.

Why does my PR get stuck after Copilot posts inline comments?

PRs get stuck after Copilot posts inline comments when comment triage policies are not applied to fix-and-push or reply with rationale, preventing thread resolution and blocking merge-readiness.