resolve-copilot-pr-feedback

resolve-copilot-pr-feedback is a skill for Claude Code from cboone/agent-harness-plugins. It costs 69 tokens per session (5,447 once invoked), scanned A, original, MIT.

A tool for processing automated review comments from GitHub Copilot on pull requests. It can fetch unresolved comments, reply to existing Copilot threads, and resolve them.

In plain words
What is it for?
Use it to retrieve unresolved Copilot comments, respond to them, resolve the related threads, and post the required final workflow summary.
Why use it?
It separates Copilot's automated feedback from human review and provides a repeatable way to address outstanding suggestions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the resolve-copilot-pr-feedback plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback
Any agent
npx skills add cboone/agent-harness-plugins --skill resolve-copilot-pr-feedback
Clone the repo
git clone --depth 1 https://github.com/cboone/agent-harness-plugins

Made for: Claude Code.

Or install resolve-copilot-pr-feedback, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for resolve-copilot-pr-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback.svg)](https://agentmods.dev/skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback)
Your own site
<a href="https://agentmods.dev/skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback"><img src="https://agentmods.dev/badge/skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,447 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.05447
Opus 5 $0.00034 $0.02723
Sonnet 5 $0.00014 $0.01089
Haiku 4.5 $0.00007 $0.00545

Measured 5d ago against content hash 3b3dc2bf2e32, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

resolve-copilot-pr-feedback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/resolve-copilot-pr-feedback/skills/resolve-copilot-pr-feedback/SKILL.md · 457 lines

How it starts

The opening of the file, as written. The whole thing — 457 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot Feedback Resolver

Process and resolve GitHub Copilot's automated PR review comments systematically.

PR Comments Prohibition (CRITICAL)

NEVER leave comments directly on GitHub PRs. This is strictly forbidden:

  • gh pr review --comment - FORBIDDEN
  • gh pr comment - FORBIDDEN (except the single required final workflow summary in step 7)
  • Any GraphQL mutation that creates new reviews or PR-level comments - FORBIDDEN
  • Responding to human review comments - FORBIDDEN

This skill ONLY processes GitHub Copilot threads. Never interact with threads created by human reviewers.

Permitted operations:

  • Fetch unresolved Copilot threads using the script's fetch command
  • Reply to EXISTING Copilot threads using the script's reply command
  • Resolve Copilot threads using the script's resolve command
  • Reply and resolve in one step using the script's reply-and-resolve command

Single exception: Step 7 uses gh pr comment with --body-file to post one required final workflow summary after terminal workflow state once PR context exists. This is the ONLY permitted use of gh pr comment in this skill. The final summary is blocking: if it cannot be posted, the workflow is incomplete.

Script Setup

All GraphQL operations use a dedicated script that handles pagination, variable binding, and Copilot author filtering automatically.

At the start of your session, locate the script by searching for **/resolve-copilot-pr-feedback/scripts/resolve-copilot-threads. Note the absolute path and use it with bash as the command prefix in all subsequent invocations. Do not use a shell variable, since shell state does not persist between commands.

In the examples below, resolve-copilot-threads is a placeholder for the script's quoted absolute path (e.g., "/absolute/path/to/resolve-copilot-pr-feedback/scripts/resolve-copilot-threads"). Always invoke via bash followed by the quoted path, e.g., bash "/absolute/path/to/scripts/resolve-copilot-threads" fetch .... This ensures the command token is bash, which matches stable allowlist patterns regardless of the plugin's installed path or version.

Read the full file on GitHub · 457 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 457 lines · 69 tokens per session scan A 3b3dc2bf2e32

Subscribe to this mod's changes

resolve-copilot-pr-feedback is a skill published in the GitHub repository cboone/agent-harness-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 5,447 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.