gh-address-comments

gh-address-comments is a skill for Claude Code from shipshitdev/skills. It costs 58 tokens per session (542 once invoked), scanned A, original, no licence file.

A tool that connects GitHub review comments to the affected code, applies the requested fixes, and prepares a reply for each discussion before posting.

In plain words
What is it for?
It is for implementing understood pull request review changes and drafting thread-by-thread replies.
Why use it?
It removes the manual work of finding review feedback in the code and preparing responses.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Part of the shipshitdev-github plugin — 16 skills shipped together

Good fit It is for implementing understood pull request review changes and drafting thread-by-thread replies.

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

Made for: Claude Code.

Or install shipshitdev-github, the plugin that ships this one along with the rest of its 16 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 gh-address-comments

README.md
[![agentmods](https://agentmods.dev/badge/skills/shipshitdev/skills/gh-address-comments.svg)](https://agentmods.dev/skills/shipshitdev/skills/gh-address-comments)
Your own site
<a href="https://agentmods.dev/skills/shipshitdev/skills/gh-address-comments"><img src="https://agentmods.dev/badge/skills/shipshitdev/skills/gh-address-comments.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 542 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 unknown 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.00058 $0.00542
Opus 5 $0.00029 $0.00271
Sonnet 5 $0.00012 $0.00108
Haiku 4.5 $0.00006 $0.00054

Measured 4d ago against content hash 4734cbeb3293, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, 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 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.

bundles/github/skills/gh-address-comments/SKILL.md · 75 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 75 lines · 58 tokens per session scan A 4734cbeb3293

Subscribe to this mod's changes

gh-address-comments is a skill published in the GitHub repository shipshitdev/skills (35 stars, last pushed today), with no licence file. It adds 58 tokens to every session and 542 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-09-03.

Related

Other skills, from other repositories

pm-review

Review local git diff with reasoning + snippets; cross-check; dispose findings into the rules library.

wei63w/pm-manager · 22 tokens

eng-workflow

Full GitLab development loop — from issue to confirmed-resolved. Covers write-issue, analyze-issue, fix-issue, review-code, create-mr, summarize-issue, triage-issue, and post-merge verification.

encoreshao/encore-skills · 52 tokens

code-review

Use when completing a task, implementing a feature, or before committing to verify work meets requirements and coding standards. Triggers: task completion, pre-commit check, pre-merge validation, plan alignment verification, post-refactor quality gate.

Pixel-Process-UG/superkit-agents · 51 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or any time a confident output would be cheaper to verify now…

addyosmani/agent-skills · 67 tokens

chinese-git-workflow

A reference for configuring Git with Chinese code-hosting services such as Gitee, Coding.net, GitLab China, and CNB, including SSH, HTTPS, credentials, CI, and repository mirroring.

jnMetaCode/superpowers-zh · 69 tokens

chinese-commit-conventions

A Chinese-language guide to Conventional Commits, a format for writing consistent Git commit messages, plus related changelog, commit-checking, and commit-helper configuration.

jnMetaCode/superpowers-zh · 65 tokens