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.
npx agentmods add skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedbacknpx skills add cboone/agent-harness-plugins --skill resolve-copilot-pr-feedbackgit clone --depth 1 https://github.com/cboone/agent-harness-pluginsWrote 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.
[](https://agentmods.dev/skills/cboone/agent-harness-plugins/resolve-copilot-pr-feedback)<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>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.
| Model | Per session | Once 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 |
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.
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- FORBIDDENgh 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
fetchcommand - Reply to EXISTING Copilot threads using the script's
replycommand - Resolve Copilot threads using the script's
resolvecommand - Reply and resolve in one step using the script's
reply-and-resolvecommand
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.
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.
- 5d ago First seen · 457 lines · 69 tokens per session scan A 3b3dc2bf2e32
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.
Other skills, from other repositories
uctm-init
Initialize uc-taskmanager for the current project. Creates works/ directory and configures Bash permissions in .claude/settings.local.json. Use when the user says "uctm init", "initialize uctm", "uctm 초기화", or "초기화".
work-pipeline
Triggers the WORK-PIPELINE when a user request starts with a [] tag (e.g., [new-feature], [bugfix], [WORK start]). Use this skill whenever you detect a [] tag at the beginning of a user message.
feature-spec
Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.
implement-feature
Implements a feature from its specification. Reads the spec, designs architecture, writes code and tests. Delegates to the Forja (Dev) agent.
sdd-pipeline
파이프라인 에이전트(specifier, planner, scheduler, builder, verifier, committer)가 참조하는 규칙/스키마 문서 모음.
best-practices
Searchable knowledge base of 152+ programming best practices across 30+ languages and frameworks. BM25-powered search over curated resources from industry leaders (Google, Airbnb, Uber, Mozilla, Shopify, OWASP).