receiving-code-review

receiving-code-review is a skill for Claude Code, Codex from yinqd3/workbuddy-skills. It costs 49 tokens per session (538 once invoked), scanned A, original, MIT.

A step-by-step guide for handling code-review feedback: classify each issue, confirm unclear requests, fix items one at a time, and ask for another review.

In plain words
What is it for?
Use it to sort feedback by severity, decide what needs immediate attention, verify fixes with tests, write clear commits, and report which comments were addressed or left open.
Why use it?
It keeps review comments from becoming an unmanageable list and reduces the risk of changing code based on a misunderstanding.

Skill for Claude CodeCodex

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

Good fit Use it to sort feedback by severity, decide what needs immediate attention, verify fixes with tests, write clear commits, and report which comments were addressed or left open.

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

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yinqd3/workbuddy-skills/receiving-code-review"><img src="https://agentmods.dev/badge/skills/yinqd3/workbuddy-skills/receiving-code-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 538 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.00049 $0.00538
Opus 5 $0.00024 $0.00269
Sonnet 5 $0.00010 $0.00108
Haiku 4.5 $0.00005 $0.00054

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

Security

Grade A, and why

receiving-code-review 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 9d 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.

superpowers/receiving-code-review/SKILL.md · 73 lines

What it actually says

接收代码审查

概述

收到审查反馈后,正确分类、确认、逐项处理。不要让审查意见堆成山再一次性改。

处理流程

接收审查 → 分类问题 → 确认理解 → 逐项修复 → 请求重新审查

步骤 1:分类问题

将每个问题按严重程度分类:

严重程度 示例 处理
严重 逻辑错误、安全漏洞、数据丢失风险 立即修复
重要 性能问题、可维护性问题、测试缺失 优先修复
次要 命名建议、风格偏好 评估后决定
讨论 设计分歧、替代方案 先讨论再决定

步骤 2:确认理解

对每个你不确定的问题,先确认理解再动手:

  • "确认一下,你是说 [你的理解],对吗?"
  • 不要假设自己理解了就改

步骤 3:逐项修复

  • 一次修复一个类别的问题
  • 每项修复后验证测试
  • 用清晰提交信息
git commit -m "fix: address review - [简要描述修改]"

步骤 4:请求重新审查

修复完成后:

  • 汇总修改清单
  • 说明每个问题如何解决或为什么不改
  • 派发 requesting-code-review 重新审查变更部分

回复模板

审查反馈处理完毕:

严重问题 (N 个):
- [问题1]: [如何修复的]
- [问题2]: [如何修复的]

重要问题 (N 个):
- [问题1]: [如何修复的]

次要问题 (N 个):
- [问题1]: [采纳/不采纳及原因]

讨论问题 (N 个):
- [问题1]: [我的看法,等你确认]

请重新审查 [commit range] 的变更。
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. 9d ago First seen · 73 lines · 49 tokens per session scan A 6ed8fda9baac

Subscribe to this mod's changes

receiving-code-review is a skill published in the GitHub repository yinqd3/workbuddy-skills (6 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 538 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-31.

Related

Other skills, from other repositories

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

JustMichael-80/MasterVault · 22 tokens

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.

JustMichael-80/MasterVault · 38 tokens

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

refactoring-patterns

Apply named refactoring transformations to improve code structure without changing behavior. Use when the user mentions "refactor this", "code smells", "extract method", "replace conditional", "technical debt", "move method", "inline variable", "decompose conditional", or "clean up this messy code". Also trigger when…

wondelai/skills · 125 tokens

agent-design-best-practices

Best practices for designing Claude Code agent files (.claude/agents/.md). This skill should be used when writing or reviewing agent markdown files to ensure proper design with focused domains, correct tool access, reusable definitions, and separation of capabilities from lifecycle. Combines Anthropic's official…

majiayu000/claude-skill-registry · 73 tokens

agent-cross-review

Structured cross-review protocol between specialized agents. Ensures scope alignment, priority calibration, and domain-aware feedback. Use when one agent reviews another's work, during handoffs, or when validating cross-cutting concerns.

majiayu000/claude-skill-registry · 46 tokens