resolve-pr-comments

resolve-pr-comments is a skill for Claude Code, Codex from fcakyon/claude-codex-settings. It costs 47 tokens per session (479 once invoked), scanned A, original, Apache-2.0.

A workflow for reviewing unresolved pull-request comments, fixing valid issues, and drafting replies where code changes are unnecessary.

In plain words
What is it for?
Use it to fetch open review comments, determine which concerns require changes, apply fixes across matching cases, and prepare concise responses.
Why use it?
It prevents review feedback from being missed and encourages the same problem to be checked elsewhere in the codebase.

Skill for Claude CodeCodex

Part of the github-dev plugin — 6 skills, 4 agents 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/fcakyon/claude-codex-settings/resolve-pr-comments
Any agent
npx skills add fcakyon/claude-codex-settings --skill resolve-pr-comments
Clone the repo
git clone --depth 1 https://github.com/fcakyon/claude-codex-settings

Made for: Claude Code, Codex.

Or install github-dev, the plugin that ships this one along with the rest of its 6 skills, 4 agents.

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-pr-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/resolve-pr-comments.svg)](https://agentmods.dev/skills/fcakyon/claude-codex-settings/resolve-pr-comments)
Your own site
<a href="https://agentmods.dev/skills/fcakyon/claude-codex-settings/resolve-pr-comments"><img src="https://agentmods.dev/badge/skills/fcakyon/claude-codex-settings/resolve-pr-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 479 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 $0.00047 $0.00479
Opus 5 $0.00023 $0.00239
Sonnet 5 $0.00009 $0.00096
Haiku 4.5 $0.00005 $0.00048

Measured 4d ago against content hash 9ffc0e810b13, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

resolve-pr-comments 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 4d 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/github-dev/skills/resolve-pr-comments/SKILL.md · 43 lines

What it actually says

Resolve PR Comments

Analyze unresolved PR review comments, fix valid concerns, and draft responses for comments that do not require code changes.

When explicitly invoked with extra text, treat that text as the PR number or URL. If no PR reference is provided, infer it from the current branch.

Process

  1. Preferred execution

    • If subagents are available, use github-dev:pr-comment-resolver and pass the PR reference.
    • Otherwise follow the manual steps below.
  2. Fetch unresolved comments

    • If a PR number or URL is provided, use it directly.
    • Otherwise auto-detect the PR from the current branch with gh pr view --json number,headRefName.
    • Fetch inline comments with gh api repos/{owner}/{repo}/pulls/{number}/comments.
    • Fetch review-level comments with gh pr view <number> --json reviews,comments.
    • Filter to unresolved or pending threads.
  3. Resolve each comment

    • If the comment is valid, fix the code and search the codebase for the same problem in other locations.
    • Fix all matching occurrences, not just the location mentioned in the comment.
    • If the comment does not require a code change, draft a concise reply.
    • If the comment is from a bot, reply with a direct factual sentence and no pleasantries.
  4. Reply style

    • Start in lowercase.
    • Use simple language and short sentences.
    • Avoid end punctuation when possible.
    • Be concise and polite when replying to real people.
  5. Never auto-submit

    • Present all draft responses before posting them.
    • Reply comments are posted directly with gh api repos/{owner}/{repo}/pulls/{number}/comments/{comment_id}/replies -f body="..." (the {number} PR number is required, the endpoint 404s without it).
    • Add a random 3-5 second delay between posted replies with sleep $((RANDOM % 3 + 3)).
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. 4d ago First seen · 43 lines · 47 tokens per session scan A 9ffc0e810b13

Subscribe to this mod's changes

resolve-pr-comments is a skill published in the GitHub repository fcakyon/claude-codex-settings (1,125 stars, last pushed today), licensed Apache-2.0. It adds 47 tokens to every session and 479 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

lov-maintain-partners

Maintain the Skill Publisher website's partners section AND align partner logo rows on event posters / hero strips: reuse lov-find-logo for brand logo discovery, normalize collected logos to a 240px-tall content canvas (retina-ready), rasterize SVGs via rsvg-convert before normalizing (so SVG viewBox padding gets…

lovstudio/skills · 294 tokens

dsh-plugin-publisher

Publish a validated DSH plugin package (@deepseek-ai/dsh- or @lovstudio/dsh-) to npm, git, or tarball channels and verify it loads in the DeepSeek Harness. Use when the user asks to publish, release, or ship a plugin. 触发:发布插件 / 上架插件 / release dsh 插件。.

lovstudio/skills · 82 tokens

lov-deploy-to-vercel

Deploy frontend projects to Vercel with automatic custom domain setup. Handles Vite, Next.js, CRA, and static sites. Auto-configures Cloudflare DNS CNAME records and Vercel domain aliases. Supports SPA routing via vercel.json. Trigger when user says "deploy to vercel", "部署到 vercel", "vercel deploy", or mentions a…

lovstudio/skills · 92 tokens

lov-image-translation-errata

核对截图中的原文与机翻,生成保留错误痕迹、给出正确译文且尽量维持原布局的勘误图;用于“图片翻译勘误”“指出机翻错误”和 create an in-image translation errata。.

lovstudio/skills · 66 tokens

lov-media-crawler

给定视频号、小红书、抖音、快手、B站、微博、贴吧或知乎链接,复用登录态解析并高速下载媒体,返回可验证文件与诊断报告;适用于“下载这个视频链接”、"download this media link"。.

lovstudio/skills · 64 tokens