address-comments

address-comments is a skill for Claude Code from felipeelias/claude-marketplace. It costs 34 tokens per session (504 once invoked), scanned A, original, MIT.

A workflow for collecting and handling review comments on a GitHub pull request, including comments from automated reviewers such as CodeRabbit and Copilot.

In plain words
What is it for?
Use it to review inline comments, review summaries, and nitpicks; fix the actionable items; run checks; and update the related discussion threads.
Why use it?
It gathers comments from different parts of a pull request so issues are less likely to be missed. It also guides fixes, testing, replies, and thread resolution.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the github-tools plugin — 2 skills shipped together

Good fit Use it to review inline comments, review summaries, and nitpicks; fix the actionable items; run checks; and update the related discussion threads.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/felipeelias/claude-marketplace/address-comments
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.

Any agent
npx skills add felipeelias/claude-marketplace --skill address-comments
Clone the repo
git clone --depth 1 https://github.com/felipeelias/claude-marketplace

Made for: Claude Code.

Or install github-tools, the plugin that ships this one along with the rest of its 2 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/felipeelias/claude-marketplace/address-comments/github.svg)](https://agentmods.dev/skills/felipeelias/claude-marketplace/address-comments)
Your own site
<a href="https://agentmods.dev/skills/felipeelias/claude-marketplace/address-comments"><img src="https://agentmods.dev/badge/skills/felipeelias/claude-marketplace/address-comments/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for address-comments

Your own site · 80×15
<a href="https://agentmods.dev/skills/felipeelias/claude-marketplace/address-comments"><img src="https://agentmods.dev/badge/skills/felipeelias/claude-marketplace/address-comments.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 504 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00034 $0.00504
Opus 5 $0.00017 $0.00252
Sonnet 5 $0.00007 $0.00101
Haiku 4.5 $0.00003 $0.00050

Measured 11d ago against content hash 2f1528abe91e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

address-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 11d 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-tools/skills/address-comments/SKILL.md · 54 lines

What it actually says

Context

  • PR number: !gh pr view --json number --jq .number
  • PR URL: !gh pr view --json url --jq .url
  • Repo: !gh repo view --json nameWithOwner --jq .nameWithOwner
  • Branch: !git branch --show-current

Steps

1. Fetch all comments

Run in parallel, using the repo and PR number from context:

  • gh api repos/{REPO}/pulls/{PR}/comments — inline review comments
  • gh api repos/{REPO}/pulls/{PR}/reviews — review bodies (contain nitpicks and summaries)

2. Categorize and present

Show the user a table:

# Source File Status Issue

Statuses: Already fixed, Actionable, Skip (with reason).

Wait for user confirmation before proceeding.

3. Fix actionable items

Read each file, make the fix, verify it addresses the comment.

4. Validate, commit, push

Run the project's linter and tests before committing. Commit with fix: address review feedback (...). Push to the PR branch.

5. Reply and resolve threads

For each addressed thread, reply with a short comment explaining what was fixed and in which commit, then resolve the thread.

# Reply to inline comment
gh api repos/{REPO}/pulls/{PR}/comments/{COMMENT_ID}/replies -f body='Fixed in {SHA} — {what was done}.'

# Resolve the thread
gh api graphql -f query='mutation { resolveReviewThread(input: {threadId: "ID"}) { thread { isResolved } } }'
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. 11d ago First seen · 54 lines · 34 tokens per session scan A 2f1528abe91e

Subscribe to this mod's changes

address-comments is a skill published in the GitHub repository felipeelias/claude-marketplace (1 stars, last pushed 4mo ago), licensed MIT. It adds 34 tokens to every session and 504 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-31.

Related

Other skills, from other repositories

pr

Comprehensive PR/issue review - analyzes architecture, tests, identifies unrelated changes mixed in, drafts review comment or issue comment. Use when user asks to review a PR, check a PR, look at PR changes, or comment on an issue.

umputun/cc-thingz · 51 tokens

phx-pr-review

Address feedback left on a GitHub pull request: fetch unresolved review threads, make agreed Elixir/Phoenix code fixes, reply, and resolve. Use for a PR URL/number or reviewer comments. NOT for pre-PR review, findings triage, or CI monitoring.

oliver-kriska/claude-elixir-phoenix · 61 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens

pr-threads-address

Address PR review feedback by systematically working through every unresolved PR review thread on the current branch's PR - analyze each comment, make the requested code changes (with tests where useful), commit, and optionally reply and resolve.

posit-dev/skills · 48 tokens

han-release

Cut a Han release: update CHANGELOG.md with the changes since the last release, bump and tag every plugin that changed as {plugin-name}--v{version} so a version-constrained dependency can resolve, and publish a GitHub release crediting every merged pull request and closed issue to the people behind it. Use when…

testdouble/han · 172 tokens

pr-comment

Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when: posting code review comments, giving PR feedback, sending inline suggestions. Not for: reading existing reviews (use load-pr-review), creating PRs (use create-pr), PR status (use pr-summary).

sd0xdev/sd0x-harness · 67 tokens