receiving-code-review

Guide engineers through a six-step process for responding to code-review feedback.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/park-kyungchan/palantir --skill receiving-code-review-park-kyungchan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/park-kyungchan/palantir/tree/main/.claude/plugins/cache/claude-plugins-official/superpowers/4.2.0/skills/receiving-code-review
Command: npx skills add https://github.com/park-kyungchan/palantir --skill receiving-code-review-park-kyungchan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers to respond to code-review feedback with discipline, rigorous reasoning, and safe, verifiable pushback rather than blind agreement.

Core Features & Use Cases

  • Structured response pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT to process feedback without reactive edits.
  • Clarification on unclear items: If any item is unclear, STOP and ask for clarification before acting.
  • Risk-aware decision making: Push back with technical reasoning when feedback conflicts with codebase realities or best practices.

Quick Start

When you receive code-review feedback, apply the six-step pattern to each item: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT. If any item is unclear, STOP and ask for clarification before acting. Always push back with technical reasoning if the suggested change is inappropriate for this codebase.

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 blindly agreeing to every suggestion?

To respond to code review feedback safely, apply a structured process: read, understand, verify, evaluate, respond, and implement. This enforces rigorous reasoning and technical pushback when suggestions conflict with codebase realities, preventing performative agreement.

What is the best way to push back on a pull request review comment that seems incorrect?

The best way to push back on a pull request review comment is to verify the suggestion against your codebase and evaluate its risk before responding. Provide technical reasoning and safely push back if the feedback conflicts with project goals or best practices.

When should I ask for clarification on a technical critique during a code review?

You should ask for clarification on a technical critique immediately if the feedback is unclear. You must stop and request clarification before acting or implementing any changes to ensure modifications are correct, safe, and aligned with project goals.

How do I verify code review feedback before making changes to my codebase?

To verify code review feedback, follow a structured evaluation pattern: read the comment, understand the intent, verify the claim against your codebase realities, and evaluate the risk. Only after this verification should you respond and implement the suggested changes.

Why does my engineering team struggle with consistent responses to code review comments?

Engineering teams struggle with consistent responses to code review comments due to reactive edits and performative agreement. Enforcing a six-step process—read, understand, verify, evaluate, respond, implement—ensures changes are correct, safe, and aligned with project goals.

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

Yes, you can use this structured response process across software development teams. It standardizes how engineers process pull request feedback by enforcing rigorous verification and risk-aware decision making before implementing any code changes.