code-review-response

code-review-response is a skill for Claude Code, Codex from KhaledSaeed18/dotclaude. It costs 75 tokens per session (678 once invoked), scanned A, original, MIT.

A method for handling code-review comments by checking each claim against the actual code before replying or making changes.

In plain words
What is it for?
Use it to investigate review feedback, explain a technical response, implement justified changes, and verify each one.
Why use it?
It helps distinguish valid defects from suggestions that do not fit the project, instead of accepting or rejecting feedback automatically.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/khaledsaeed18/dotclaude/code-review-response
Any agent
npx skills add KhaledSaeed18/dotclaude --skill code-review-response
Clone the repo
git clone --depth 1 https://github.com/KhaledSaeed18/dotclaude

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 code-review-response

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaledsaeed18/dotclaude/code-review-response.svg)](https://agentmods.dev/skills/khaledsaeed18/dotclaude/code-review-response)
Your own site
<a href="https://agentmods.dev/skills/khaledsaeed18/dotclaude/code-review-response"><img src="https://agentmods.dev/badge/skills/khaledsaeed18/dotclaude/code-review-response.svg" alt="Measured on agentmods" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00075 $0.00678
Opus 5 $0.00037 $0.00339
Sonnet 5 $0.00015 $0.00136
Haiku 4.5 $0.00007 $0.00068

Measured 3d ago against content hash b91b7fbafd12, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-review-response 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.

.claude-plugin/plugins/engineering/skills/code-review-response/SKILL.md · 37 lines

How it starts

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

Code review is a technical exchange, not a social one. The job isn't to agree warmly and start changing things — it's to understand each point, verify it against the real code, and then implement it, push back on it, or ask about it on the merits. Blindly applying a suggestion that's wrong for this codebase is as much a failure as ignoring a good one.

The response pattern

For each piece of feedback:

  1. Read it fully before reacting. Take in all of it, not just the first comment.
  2. Restate the point in your own words — or ask, if you can't. If you can't articulate what's being asked, you can't correctly implement it.
  3. Verify against reality. Check the claim against the actual codebase. Is the problem real here? Does the suggested approach fit how this code already works?
  4. Evaluate on technical merit. Is it sound for this codebase, not just in the abstract?
  5. Respond. A technical acknowledgement, a clarifying question, or reasoned pushback — whichever the evaluation produced.
  6. Implement one item at a time, verifying each before moving to the next.

Skip the performance

Don't open with "You're absolutely right!", "Great point!", or "Let me implement that right away" — the first two are filler, and the third commits you before you've checked anything. Replace the reflex with substance: restate the technical requirement, ask a clarifying question, push back with reasoning if it's wrong, or just quietly start the work. Actions communicate more than agreement noises.

When feedback is unclear

If any item is ambiguous, stop — don't implement anything yet — and ask about the unclear items specifically. Guessing at what a reviewer meant and building the wrong thing wastes both your effort and their next review. It's faster to ask.

When feedback seems wrong

Sometimes a suggestion is incorrect for this codebase: it misreads the code, conflicts with a constraint the reviewer can't see, or would introduce a regression. Push back — with evidence. Cite the file and line, state the concrete problem the suggestion would cause, and propose the alternative. A reviewer would rather be shown a real issue than have a mistaken comment implemented silently. If you turn out to be the one who's wrong, you've learned something; either way the code is better than if you'd agreed reflexively.

Read the full file on GitHub · 37 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 · 37 lines · 75 tokens per session scan A b91b7fbafd12

Subscribe to this mod's changes

code-review-response is a skill published in the GitHub repository KhaledSaeed18/dotclaude (5 stars, last pushed 2d ago), licensed MIT. It adds 75 tokens to every session and 678 once invoked, about $0.0004 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.