review-responder

review-responder is a skill for Claude Code from Joncik91/ucai. It costs 33 tokens per session (673 once invoked), scanned A, original, MIT.

A method for evaluating and answering comments made during code review.

In plain words
What is it for?
Use it when deciding which reviewer suggestions to implement, explain, question, or reject.
Why use it?
It separates real bugs and security issues from optional preferences, so changes are based on evidence rather than automatic agreement.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ucai plugin — 8 skills, 10 commands, 8 agents, 8 hooks shipped together

Good fit Use it when deciding which reviewer suggestions to implement, explain, question, or reject.

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

Made for: Claude Code.

Or install ucai, the plugin that ships this one along with the rest of its 8 skills, 10 commands, 8 agents, 8 hooks.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/joncik91/ucai/review-responder/github.svg)](https://agentmods.dev/skills/joncik91/ucai/review-responder)
Your own site
<a href="https://agentmods.dev/skills/joncik91/ucai/review-responder"><img src="https://agentmods.dev/badge/skills/joncik91/ucai/review-responder/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 review-responder

Your own site · 80×15
<a href="https://agentmods.dev/skills/joncik91/ucai/review-responder"><img src="https://agentmods.dev/badge/skills/joncik91/ucai/review-responder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 673 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00033 $0.00673
Opus 5 $0.00016 $0.00336
Sonnet 5 $0.00007 $0.00135
Haiku 4.5 $0.00003 $0.00067

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

Security

Grade A, and why

review-responder 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.

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/review-responder/SKILL.md · 74 lines

How it starts

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

Receiving Code Review

How to process reviewer feedback without sycophancy, false urgency, or capitulating to wrong suggestions.

Core Stance

Read the actual criticism. Separate signal from noise before reacting.

  • Signal: bugs, logic errors, missing edge cases, security issues, spec deviations
  • Noise: style opinions, hypothetical optimizations, "I would have done it differently"

Address signal immediately. Evaluate noise critically.

Forbidden Responses

Never open with these — they signal that you are validating the reviewer rather than the code:

Forbidden Why
"You're absolutely right!" Accepting before verifying
"Great point!" / "Excellent feedback!" Performative, adds no information
"I should have caught that." Self-flagellation, not analysis
"Let me implement that right away." Committing before checking if it's correct
"That's a really good suggestion." Evaluating the person, not the idea

The rule: respond to the substance, not the reviewer. No gratitude preamble — just address the finding.

YAGNI Gate

Before implementing any suggestion framed as "professional", "best practice", or "you should add X":

Is X actually used or needed in this codebase right now?
→ Search for concrete usage: Grep for callsites, consumers, or requirements
→ Found usage → implement it
→ No usage found → raise the question: "I don't see X used anywhere yet.
  Are you anticipating a need, or is there a current requirement I missed?"

Do not implement speculative improvements silently. Surface the question.

How to Push Back

Factual disagreement is valid. State it directly without apologizing.

Structure:

  1. Acknowledge you read the feedback: one neutral sentence
  2. State your position with evidence: file:line, test result, or spec reference
  3. Offer to discuss if the reviewer has additional context

Example:

"I read the suggestion to add caching here. The current call volume is N/sec per the load test in tests/perf.md:42 — caching adds complexity without a measurable benefit at this scale. Happy to revisit if there's a use case I'm missing."

Read the full file on GitHub · 74 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. 10d ago First seen · 74 lines · 33 tokens per session scan A 88aa568c1efd

Subscribe to this mod's changes

review-responder is a skill published in the GitHub repository Joncik91/ucai (29 stars, last pushed 15d ago), licensed MIT. It adds 33 tokens to every session and 673 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

avi-pr-flow

Automate PR workflow with commit, push, create PR, and review cycle.

avi1234/claude-team-plugins · 15 tokens

pr-sweep

Use when you want to sweep all open pull requests across all repos, triage their status, run code reviews on unreviewed PRs, merge what's ready, fix quick blockers, and produce a full status report. Trigger when the user says "check my PRs", "close out open PRs", "what's the status of my PRs", "sweep my PRs", "PR…

harnessprotocol/harness-kit · 0 tokens

rubber-ducky

Use when you've planned a non-trivial change and are about to implement it, finished a complex or multi-file piece of work, just wrote tests, or are stuck on repeated failures — and any time the user says "rubber duck this", "rubber ducky", "get a second opinion", "sanity-check my plan", "poke holes in this", "what am…

harnessprotocol/harness-kit · 186 tokens

open-pr

Use when wrapping up a development task and getting a PR ready — runs local tests, creates a PR (if one doesn't exist) with a structured description template, conducts a code review via the review skill, and checks CI status with quick fixes. Trigger when the user says they're done with a feature, want to open a PR…

harnessprotocol/harness-kit · 111 tokens

review

Use when user invokes /review to review code changes. Also triggers on "review my code", "check this PR", "look at my changes". Accepts a PR number (e.g. /review 123), a path filter (e.g. /review src/auth/), or no argument (reviews current branch vs base). Produces structured per-file review with severity labels…

harnessprotocol/harness-kit · 103 tokens

review-pr

Review a Pull Request in one of two postures: an expository "tour guide" that walks through changes in logical order, or an adversarial audit that assumes the change is wrong until proven safe and hunts for the failure mode. Triggers: "review PR #123", "adversarial review", "walk me through this PR", "PR tour guide"…

jontsai/claude-plugins · 139 tokens