receiving-code-review

Validate code review feedback against the codebase before implementing changes.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/xiaobin/superpowers-kimi --skill receiving-code-review-xiaobin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/xiaobin/superpowers-kimi/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/xiaobin/superpowers-kimi --skill receiving-code-review-xiaobin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be unclear or technically questionable, and acting without verification risks introducing defects. This guide helps you verify requirements, restate intent, and push back with technical reasoning before implementing changes.

Core Features & Use Cases

  • Verify feedback against the codebase reality to prevent blind changes.
  • Restate requirements in your own words or ask clarifying questions to remove ambiguity.
  • Implement changes incrementally, validating each step with tests and traceable reasoning.

Quick Start

Ask clarifying questions and verify feedback against the codebase before implementing any changes.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I handle unclear or technically questionable code review feedback?

Validate code review feedback by verifying technical accuracy against the codebase before implementing changes. Restate requirements in your own words and ask clarifying questions to remove ambiguity, preventing blind changes that risk introducing defects into the software project.

What is the best way to push back on code review comments with technical reasoning?

Push back on code review comments by verifying the feedback against codebase reality and documenting decision rationale. Request clarifications when needed to resolve technical disagreements before delivering implementation one item at a time with testable validation.

How do I implement code review changes incrementally without breaking existing functionality?

Implement code review changes incrementally by delivering one item at a time with testable validation for each step. Verify each requirement against the codebase and use traceable reasoning to ensure changes align with the existing software architecture.

When should I ask clarifying questions during a code review?

Ask clarifying questions during a code review whenever feedback is ambiguous or technically questionable. Restate the reviewer's intent in your own words to confirm understanding before making modifications, mitigating the risk of implementing incorrect changes.

Does verifying code review feedback before implementation actually mitigate risk?

Verifying code review feedback mitigates risk by preventing blind changes that introduce defects. Validating requirements against the codebase ensures technical accuracy and alignment, enforcing rigorous verification before any code modifications are delivered.