receiving-code-review

Guide users through verifying and responding to code review feedback.

5|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill receiving-code-review-lidge-jun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/lidge-jun/cli-jaw-skills/tree/main/receiving-code-review
Command: npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill receiving-code-review-lidge-jun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you respond to code review feedback effectively by ensuring technical verification and reasoned responses, preventing performative agreement or blind implementation.

Core Features & Use Cases

  • Structured Response Pattern: Guides you through reading, understanding, verifying, evaluating, responding, and implementing feedback.
  • Handling Unclear Feedback: Provides a clear process for asking clarifying questions before proceeding.
  • External Reviewer Scrutiny: Outlines checks for technical correctness, impact on existing functionality, and reviewer context.
  • Use Case: When a reviewer suggests a change, this skill ensures you first verify its technical soundness and necessity within the codebase before making any modifications.

Quick Start

When receiving code review feedback, follow the structured response pattern to verify and respond technically.

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 implementing changes?

To respond to code review feedback effectively, follow a structured pattern of reading, understanding, verifying, evaluating, and then implementing the change to ensure technical correctness over performative agreement.

What should I do when I receive unclear code review comments?

When receiving unclear code review feedback, you should ask clarifying questions to understand the reviewer's intent before proceeding with any code modifications or technical verification.

How do I handle pushback from external reviewers during a code review?

Handle external reviewer pushback by checking their suggestions for technical correctness, evaluating the impact on existing functionality, and considering the reviewer's context before responding with reasoned discussion.

When should I pushback on a code review suggestion using the YAGNI principle?

You should pushback on code review suggestions using the YAGNI principle when the proposed change lacks technical soundness or necessity within the codebase, prioritizing technical rigor over social comfort.

What is the best way to verify technical soundness when receiving code review feedback?

The best way to verify technical soundness in code review feedback is to evaluate the suggested change against the existing codebase to confirm its necessity and correctness before making any modifications.