github-commenting

github-commenting is a skill for Claude Code, Codex from juspay/neurolink. It costs 41 tokens per session (631 once invoked), scanned A, original, MIT.

A guide for writing clear, deduplicated comments on GitHub pull requests, including comments tied to changed lines and ready-to-apply code suggestions.

In plain words
What is it for?
Use it when listing existing comments, adding inline findings, formatting suggestions, or submitting a completed pull-request review.
Why use it?
It helps reviews stay organized and prevents the same finding from being posted repeatedly or left in an unfinished review.

Skill for Claude CodeCodex

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

Good fit Use it when listing existing comments, adding inline findings, formatting suggestions, or…

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

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 github-commenting

README.md
[![agentmods](https://agentmods.dev/badge/skills/juspay/neurolink/github-commenting.svg)](https://agentmods.dev/skills/juspay/neurolink/github-commenting)
Your own site
<a href="https://agentmods.dev/skills/juspay/neurolink/github-commenting"><img src="https://agentmods.dev/badge/skills/juspay/neurolink/github-commenting.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 631 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.00041 $0.00631
Opus 5 $0.00020 $0.00316
Sonnet 5 $0.00008 $0.00126
Haiku 4.5 $0.00004 $0.00063

Measured 3d ago against content hash 7e7ac9d3dbaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

github-commenting 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 3d 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.

.yama/skills/github-commenting/SKILL.md · 49 lines

How it starts

The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Clean GitHub PR commenting

Before posting anything

  1. List the existing review comments AND issue comments on the pull request first.
  2. Every comment you post starts with an invisible marker line: <!-- yama:<stable-finding-id> -->. If a marker for the same finding already exists, do NOT post it again — update that comment if it needs fixing, otherwise leave it alone.

Inline comments

  • Anchor to the exact file and line in the DIFF. A line that is not part of the diff cannot hold a comment — anchor to the nearest changed line and say so.
  • Multi-line ranges: start_line is the first line, line is the last; side / start_side are RIGHT for added lines and LEFT for deleted ones.
  • Tool shapes differ: some GitHub MCP servers post an inline comment in one call; the hosted server may require the pending-review lifecycle (create review → add comments → submit). If a pending review is opened it MUST be submitted — both or neither, never half.

Suggestion blocks — a fix the author applies in one click

Explain the issue in one or two sentences ABOVE the block, then:

```suggestion
the replacement for the entire anchored line range
```
  • The block's body replaces the WHOLE start_line..line range — include every line of the range, exactly indented.
  • If the replacement itself contains triple backticks (markdown files, code fences), use a four-backtick outer fence (````suggestion) so GitHub does not close the block early.
  • Prefer a suggestion block whenever you propose a concrete code fix - it is the fix the author applies in one click, and an inline comment about a code change should normally carry one. Fall back to prose only when the right code is genuinely uncertain.

Formatting for humans

  • One finding per comment: severity (CRITICAL / MAJOR / MINOR), what breaks, why it matters here, and the fix.
  • Cite rulebook ids where they apply.
  • Evidence longer than ~10 lines goes in a collapsible section: <details><summary>evidence</summary>…</details>.
  • Prefer short headers, tables and task lists over walls of prose. No emoji noise.

Read the full file on GitHub · 49 lines

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. 3d ago First seen · 49 lines · 41 tokens per session scan A 7e7ac9d3dbaa

Subscribe to this mod's changes

github-commenting is a skill published in the GitHub repository juspay/neurolink (129 stars, last pushed yesterday), licensed MIT. It adds 41 tokens to every session and 631 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-09-03.