gh-address-comments

gh-address-comments is a skill for Claude Code, Codex from Starfie1d1272/dsh-github-skills. It costs 44 tokens per session (454 once invoked), scanned A, original, Apache-2.0.

A workflow for inspecting and responding to review feedback on GitHub pull requests. A pull request is a proposed code change, and review threads preserve the conversation and status of comments attached to specific lines.

In plain words
What is it for?
Use it to analyse requested changes, unresolved inline comments, and review threads, or to make local fixes based on that feedback.
Why use it?
It prevents resolved, outdated, and still-actionable comments from being mixed together. It also keeps each local code change traceable to the feedback that caused it.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to analyse requested changes, unresolved inline comments, and review threads, or to make local fixes based on that feedback.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/starfie1d1272/dsh-github-skills/gh-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 Starfie1d1272/dsh-github-skills --skill gh-address-comments
Clone the repo
git clone --depth 1 https://github.com/Starfie1d1272/dsh-github-skills

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/starfie1d1272/dsh-github-skills/gh-address-comments/github.svg)](https://agentmods.dev/skills/starfie1d1272/dsh-github-skills/gh-address-comments)
Your own site
<a href="https://agentmods.dev/skills/starfie1d1272/dsh-github-skills/gh-address-comments"><img src="https://agentmods.dev/badge/skills/starfie1d1272/dsh-github-skills/gh-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 gh-address-comments

Your own site · 80×15
<a href="https://agentmods.dev/skills/starfie1d1272/dsh-github-skills/gh-address-comments"><img src="https://agentmods.dev/badge/skills/starfie1d1272/dsh-github-skills/gh-address-comments.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 454 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.00044 $0.00454
Opus 5 $0.00022 $0.00227
Sonnet 5 $0.00009 $0.00091
Haiku 4.5 $0.00004 $0.00045

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

Security

Grade A, and why

gh-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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/fetch-review-threads.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/gh-address-comments/SKILL.md · 47 lines

What it actually says

GitHub PR Review Feedback

Work through requested changes on a GitHub pull request using thread-aware review state.

Evidence

  • Flat comments are not thread-aware review state (resolved/outdated/ inline-anchor semantics). Never collapse threads into flat comments.
  • Use a visible structured-metadata capability when suitable; use a thread-aware capability only if it genuinely preserves resolved/outdated/ inline-anchor semantics; otherwise use scripts/fetch-review-threads.mjs.
  • Keep conversation comments, reviews, and review threads distinct.
  • Incomplete or truncated evidence (commentsTruncated) must be reported, never presented as a complete view.

Workflow

  1. Resolve the PR (given repo + number/URL, or current branch via local git context; ask if still ambiguous).
  2. Fetch the complete review context (see Evidence), then classify each thread: actionable, informational, already resolved/outdated, or ambiguous.
  3. Cluster actionable threads by file or behavior area; keep each change traceable to the thread or cluster it addresses.
  4. Decide intent. Analysis-only ("look at the review") gets analysis only. Address/fix intent ("address the review") authorizes local edits for unresolved actionable threads without mechanically re-asking.
  5. Surface conflicts, ambiguity, or regression risk before editing.
  6. Verify with the most relevant local checks for the touched area; never claim verification you did not run.
  7. Report addressed threads (file/line), intentionally unaddressed items and why, checks run, and remaining risk.

Remote write boundary

Local edits are not GitHub writes. Reply, resolve threads, submit a review, push, or update the PR only on explicit user request or the host approval boundary. If gh auth is missing or fails, report the blocker instead of guessing.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 10d ago First seen · 47 lines · 44 tokens per session scan A 20ccc961474a

Subscribe to this mod's changes

gh-address-comments is a skill published in the GitHub repository Starfie1d1272/dsh-github-skills (6 stars, last pushed 21d ago), licensed Apache-2.0. It adds 44 tokens to every session and 454 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

github

Use the connected iPolloWork GitHub service to inspect repositories, pull requests, issues, reviews, and Actions, then route focused work to the review, CI, or publish skill.

Devin-AXIS/iPolloWork · 40 tokens

github-publish-changes

Publish intentional local changes by confirming scope, creating a branch when needed, staging selected files, committing, pushing, and creating a Draft Pull Request through the connected GitHub service.

Devin-AXIS/iPolloWork · 41 tokens

github-review-follow-up

Inspect unresolved GitHub pull request review threads, group actionable feedback, implement selected fixes locally, and only reply or resolve threads after explicit user intent.

Devin-AXIS/iPolloWork · 34 tokens

code-review

A review of changes made after a specified commit, branch, tag, or merge point. It checks both the project's coding standards and whether the changes implement the original issue or specification.

gongyijie85/mattpocock-skills-dsh-zh · 107 tokens

gentle-ai-collab-perfect

Trigger: contributing to Gentleman-Programming/gentle-ai as an external collaborator. Strict issue-first workflow, honest PR bodies, contributor-vs-maintainer scope, chained-PR strategy, verification protocol, docstring coverage. Load whenever the active repo is Gentleman-Programming/gentle-ai and any part of the…

Gentleman-Programming/gentle-ai · 106 tokens

work-unit-commits

Plan commits as reviewable work units. Trigger: implementation, commit splitting, chained PRs, or keeping tests and docs with code.

Gentleman-Programming/gentle-ai · 33 tokens