gh-copilot-pr-loop

Automate GitHub Copilot PR review, fix, and merge cycles.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/narduk-enterprises/myboat --skill gh-copilot-pr-loop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gh-copilot-pr-loop
Source: https://github.com/narduk-enterprises/myboat/tree/main/.github/skills/gh-copilot-pr-loop
Command: npx skills add https://github.com/narduk-enterprises/myboat --skill gh-copilot-pr-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates a GitHub Copilot PR review loop to reduce manual churn by coordinating reviews, feedback, and merges across PRs.

Core Features & Use Cases

  • Automates requesting Copilot reviews on PR head changes and posting steering comments when actionable feedback appears.
  • Automatically resolves outdated Copilot review threads to keep the UI clean.
  • Merges PRs automatically when all checks pass and the head is properly reviewed, with safety guards for drafts and failing checks. Real-world use cases include long-running feature PRs and multi-PR campaigns.

Quick Start

Run the Copilot PR loop for 60 minutes on a repository to automatically request Copilot reviews, post steering comments, and merge clean PRs.

Frequently Asked Questions about gh-copilot-pr-loop

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

FAQPage Schema
How do I automate GitHub Copilot pull request reviews and merges?▼

You can automate GitHub Copilot pull request reviews and merges by running a continuous review loop that requests Copilot feedback, posts steering comments, and conditionally merges clean PRs. This reduces manual PR churn and handles drafts and failing checks automatically.

Can I automatically merge a GitHub pull request when all CI checks pass?▼

Yes, you can automatically merge a GitHub pull request when CI checks pass. The workflow evaluates statusCheckRollup and review states to ensure the head is properly reviewed, enforcing safety guards that prevent merging drafts or PRs with failing checks.

What is needed to set up an automated Copilot PR review loop on GitHub?▼

To set up an automated Copilot PR review loop on GitHub, you need the gh CLI installed, an active repository context, and existing pull requests. These prerequisites enable the unattended review cycles, steering comments, and conditional merges.

How do I clean up outdated Copilot review threads on a GitHub pull request?▼

You can clean up outdated Copilot review threads on a GitHub pull request through an automated workflow that resolves stale conversations. This keeps the PR UI clean while the automation loop requests new reviews and processes actionable feedback.

Does the automated Copilot PR merge workflow handle draft pull requests?▼

Yes, the automated Copilot PR merge workflow handles draft pull requests by enforcing safety guards. It checks the draft status before attempting any merge, ensuring that drafts are excluded from the conditional merge process even when CI checks pass.