receiving-code-review

Respond to code review feedback with verification before implementation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides how to respond to code review feedback with technical rigor, ensuring evaluation, verification, and deliberate action before implementing changes.

Core Features & Use Cases

  • Structured response pattern: Read, understand, verify, evaluate, respond, and implement one item at a time.
  • Clear pushback guidelines: Provide technical reasoning when feedback is unclear or unsafe to implement as-is.
  • Unclear feedback handling: Detect ambiguity and request clarification before acting.

Quick Start

Read the feedback, understand the requirement, verify against the codebase, and implement changes only after a clear and verified path.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I respond to code review feedback without just agreeing to every suggestion?

Handle code review feedback by reading, understanding, verifying against the codebase, and evaluating the technical impact before responding. This structured approach prevents performative agreement and ensures you only implement changes that are clear, verified, and safe.

What is the best way to push back on unclear code review comments?

The best way to push back on unclear code review comments is to provide structured technical reasoning. Request clarification when feedback is ambiguous, and verify the suggestion against your codebase before agreeing to implement any unsafe or misunderstood changes.

How do I verify code review feedback before implementing changes?

Verify code review feedback by reading the comment, understanding the requirement, and checking the suggestion against the actual codebase. Evaluate the technical validity of the proposed change one item at a time before you respond or implement any modifications.

What should I do when code review feedback is ambiguous or unsafe to implement?

When code review feedback is ambiguous or unsafe, you should detect the ambiguity, pause implementation, and request clarification. Provide clear technical reasoning for your pushback instead of forcing an implementation path that has not been fully verified.

Can I use a structured process for handling code review feedback across different teams?

Yes, you can use this structured code review handling process across different software development teams. It enforces a universal sequence of reading, understanding, verifying, evaluating, responding, and implementing one item at a time, independent of team-specific workflows.

Why does blindly implementing code review feedback create technical risks?

Blindly implementing code review feedback creates technical risks because it bypasses the verification and evaluation phases. Without checking the suggestion against the codebase, performative agreement can introduce unsafe changes, breaking technical rigor and existing software functionality.