🔍
QualityJavaScript

Receiving Code Review

by jnMetaCode

Receiving Code Review is a Quality skill for Claude Code, published by jnMetaCode in superpowers-zh.

7.7K stars729 forkson jnMetaCode/superpowers-zhAdded 2026/08/15Repository updated 2026/08/12
agent-skillsagentic-codingai-codingchineseclaude-codecode-reviewcursorgemini-clikiromcpnpm-packageprompt-engineeringskillssuperpowerstddtrae
Install in seconds
Install Receiving Code Review
Copy Receiving Code Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jnMetaCode/superpowers-zh/tree/main/skills/receiving-code-review ~/.claude/skills/receiving-code-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jnMetaCode/superpowers-zh.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/receiving-code-review/SKILL.md in jnMetaCode/superpowers-zh
Installs to
~/.claude/skills/receiving-code-review
Collection
One of 20 skills cataloged from this repository
Category
Quality1354 skills

What Receiving Code Review does

Receiving Code Review provides a disciplined process for evaluating code review feedback before acting, verifying suggestions against the codebase, asking clarifying questions when items are unclear, and pushing back with technical reasons when appropriate.

Receiving Code Review is cataloged under Quality on DirSkills. Receiving Code Review comes from a repository tagged agent-skills, agentic-coding, ai-coding, chinese and claude-code.

Documentation

README

接收代码审查

概述

代码审查需要的是技术评估,不是情绪表演。

核心原则: 先验证再实施。先提问再假设。技术正确性优先于社交舒适度。

响应模式

收到代码审查反馈时:

1. 阅读:完整阅读反馈,不急于反应
2. 理解:用自己的话复述需求(或提问)
3. 验证:对照代码库的实际情况检查
4. 评估:对这个代码库来说技术上合理吗?
5. 回应:技术性确认或有理有据的反驳
6. 实施:一次一项,逐个测试

禁止的回应

绝不要说:

  • "你说得太对了!"(明确违反 CLAUDE.md 规定)
  • "好观点!"/"反馈很棒!"(敷衍表演)
  • "让我立刻实施"(在验证之前)

应该这样做:

  • 复述技术需求
  • 提出澄清性问题
  • 如果审查意见有误,用技术理由反驳
  • 直接动手做(行动胜于言辞)

处理不明确的反馈

如果有任何一项不明确:
  停下来——先不要实施任何内容
  就不明确的项目提出澄清

为什么:各项之间可能有关联。部分理解 = 错误实施。

示例:

搭档:"修复第 1-6 项"
你理解 1、2、3、6。对 4、5 不确定。

❌ 错误做法:先实施 1、2、3、6,稍后再问 4、5
✅ 正确做法:"第 1、2、3、6 项我理解了。第 4 和第 5 项需要澄清后再动手。"

按来源区别处理

来自搭档的反馈

  • 可信赖 —— 理解后直接实施
  • 仍然要问 如果范围不明确
  • 不要敷衍附和
  • 直接行动 或给出技术性确认

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Receiving Code Review

  • What else does jnMetaCode publish alongside Receiving Code Review?

    Receiving Code Review is one of 20 skills that DirSkills catalogs from jnMetaCode/superpowers-zh, the repository it ships in. Its siblings there include Brainstorming, Chinese Code Review and Chinese Commit Conventions. Each one is a separate skill with its own page in this directory, installs the same way Receiving Code Review does, and is maintained by jnMetaCode in that same repository. The rest of the collection is listed on the jnMetaCode/superpowers-zh page.

  • How does Receiving Code Review compare to other Quality skills?

    Receiving Code Review ranks #235 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Receiving Code Review against them. Open each page to compare what they document and how they install.

More from jnMetaCode/superpowers-zh

Receiving Code Review is one of 20 skills cataloged on DirSkills from jnMetaCode/superpowers-zh.

See all 20 skills
💡
2w ago

Brainstorming

Brainstorming turns ideas into design specifications through collaborative questioning before any implementation work. Use it before creating features, building components, adding functionality, or modifying behavior to explore user intent, requirements, and design.
AI Engineering
7.7K729
💬
2w ago

Chinese Code Review

Chinese Code Review provides communication templates and priority labels (must-fix/suggest/for-reference) for giving code review feedback in Chinese teams, avoiding over-politeness or bluntness. Use when explicitly invoked via /chinese-code-review to conduct or guide a code review.
Quality
7.7K729
📝
2w ago

Chinese Commit Conventions

Chinese Commit Conventions adapts Conventional Commits for Chinese teams with type tables, commit message templates, breaking change rules, issue linking, and changelog generation configs. Use it to set up commitlint, husky, and commitizen for Chinese-language commit workflows.
Quality
7.7K729
📝
2w ago

Chinese Documentation

Chinese Documentation provides a style guide for Chinese technical documentation, covering spacing, punctuation, terminology, and bilingual API doc formats. Use it when a user explicitly invokes /chinese-documentation to improve the readability and consistency of Chinese technical writing.
Writing
7.7K729
🔧
2w ago

Chinese Git Workflow

Chinese Git Workflow documents configuration differences for Gitee, Coding.net, Jihu GitLab, and CNB, covering SSH/HTTPS credentials, remote mirror sync, and CI/CD integration. Use it when setting up or standardizing Git workflows for teams in China.
DevOps
7.7K729
🤖
2w ago

Dispatching Parallel Agents

Dispatching Parallel Agents delegates independent debugging tasks to parallel subagents with isolated contexts, so each can work on a separate problem without interference. Use it when multiple unrelated test failures or subsystem issues can be investigated concurrently.
AI Engineering
7.7K729