receiving-code-review

Translate ambiguous code-review feedback into precise, verifiable action plans.

7.6k|721|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jnMetaCode/superpowers-zh --skill receiving-code-review-jnmetacode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/jnMetaCode/superpowers-zh/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/jnMetaCode/superpowers-zh --skill receiving-code-review-jnmetacode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

收到代码审查反馈后,需要在实施建议之前确保技术严谨性和可验证性。本 Skill 提供一套方法,帮助将模糊的反馈转化为清晰、可执行的行动计划,避免敷衍、误解和风险。

Core Features & Use Cases

  • 指导性问题与澄清流程:在不明确的反馈场景下,提出关键问题并核对上下文。
  • 验证与分解:将反馈拆解为可验证的改动步骤,并与代码库现状对照。
  • 阶段性实施与回归控制:逐步实施每项改动,配套测试用例与回归检查。

Quick Start

提出3-4个澄清性问题,并明确需要验证的关键假设以启动改动。

Frequently Asked Questions about receiving-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate ambiguous code-review feedback into actionable tasks?

To translate ambiguous code-review feedback into actionable tasks, you map the feedback to concrete tasks by asking clarifying questions, validating assumptions against the repository state, and documenting decisions before implementing incremental changes.

What is the best way to validate assumptions before implementing code-review changes?

The best way to validate assumptions before implementing code-review changes is to verify them against the current repository state, document test criteria, and break down the feedback into verifiable, incremental modification steps to control regression risk.

How do I handle code-review feedback that is technically vague?

To handle technically vague code-review feedback, start by proposing three to four clarifying questions and explicitly outline the key assumptions that require validation against the codebase prior to initiating any modifications.

Does this approach to code-review feedback work for large codebase modifications?

Yes, this approach works for large codebase modifications by decomposing feedback into verifiable steps and applying incremental changes, ensuring each modification is paired with test cases and regression checks to maintain technical rigor.

When should I not use a structured action plan for code-review feedback?

You should avoid using a structured action plan for code-review feedback when the suggestions are already precise and explicitly validated, as the additional clarifying questions and documentation steps would introduce unnecessary friction.