gh-review-followthrough

gh-review-followthrough is a skill for Claude Code, Codex from 45ck/skill-harness. It costs 30 tokens per session (225 once invoked), scanned A, original, MIT.

A workflow for handling individual comments on GitHub pull requests and issue discussions. It checks the relevant repository, groups comments by thread, and ties selected fixes to the current code.

In plain words
What is it for?
Use it to choose review threads, understand the requested changes, implement only the confirmed fixes, and prepare concise replies for the reviewer or pull request update.
Why use it?
It prevents unrelated review requests from being mixed together or speculative changes from being made. Unclear requests are identified before code is changed.

Skill for Claude CodeCodex

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

Good fit Use it to choose review threads, understand the requested changes, implement only the confirmed fixes, and prepare concise replies for the reviewer or pull request update.

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

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-review-followthrough

README.md
[![agentmods](https://agentmods.dev/badge/skills/45ck/skill-harness/gh-review-followthrough/github.svg)](https://agentmods.dev/skills/45ck/skill-harness/gh-review-followthrough)
Your own site
<a href="https://agentmods.dev/skills/45ck/skill-harness/gh-review-followthrough"><img src="https://agentmods.dev/badge/skills/45ck/skill-harness/gh-review-followthrough/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-review-followthrough

Your own site · 80×15
<a href="https://agentmods.dev/skills/45ck/skill-harness/gh-review-followthrough"><img src="https://agentmods.dev/badge/skills/45ck/skill-harness/gh-review-followthrough.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 225 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.00030 $0.00225
Opus 5 $0.00015 $0.00112
Sonnet 5 $0.00006 $0.00045
Haiku 4.5 $0.00003 $0.00022

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

Security

Grade A, and why

gh-review-followthrough 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.

packs/coding-workflow-skills/skills/gh-review-followthrough/SKILL.md · 28 lines

What it actually says

Use this skill when the user wants comments on a GitHub pull request or issue addressed.

Process:

  • verify the current branch or explicit PR maps to the right repository context
  • gather open review threads or issue comments before touching code
  • summarize each thread by required change, likely file scope, and any ambiguity
  • have the user confirm which comments to act on when multiple threads exist
  • implement only the chosen fixes, then summarize what changed and how to reply

What good looks like:

  • comment handling is grouped by thread, not a random code diff
  • each fix is grounded in the actual code and current reviewer request
  • unresolved ambiguity is surfaced before edits, not after
  • final output is ready to turn into review replies or a PR update

Avoid:

  • replying to every comment with the same generic status line
  • collapsing multiple unrelated review threads into one vague fix
  • applying speculative changes that were not requested
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 · 28 lines · 30 tokens per session scan A eb64545cf6ef

Subscribe to this mod's changes

gh-review-followthrough is a skill published in the GitHub repository 45ck/skill-harness (15 stars, last pushed 2mo ago), licensed MIT. It adds 30 tokens to every session and 225 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