receiving-code-review

Verify and respond to code review feedback using a six-step workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-review feedback is often unclear or technically questionable; this Skill provides a disciplined approach to interpreting feedback and verifying changes before implementing them.

Core Features & Use Cases

  • Structured response pattern: read, understand, verify, evaluate, respond, implement.
  • Clear handling of unclear feedback with escalation and questions.
  • Technical verification against the codebase before applying changes.
  • Use Case: Imagine a reviewer asks to "simplify this function" without justification; apply this Skill to restate, verify, and propose a concrete implementation plan.

Quick Start

When you receive feedback, restate the requirement, verify against the codebase, then implement items one at a time.

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 code review feedback before making changes?

Verify code review feedback by reading, understanding, verifying against the codebase, evaluating, responding, and implementing. This structured workflow ensures you validate technical accuracy before modifying code.

What is the best way to push back on a code review comment?

Push back on a code review comment by using a structured evaluation workflow that requires technical verification against the codebase. Restate the feedback, evaluate its validity, and propose a concrete implementation plan to ensure changes are safe.

How do I verify technical feedback from a pull request review?

Verify pull request review feedback by checking the suggested changes against the existing codebase. Evaluate the technical rigor of the request and restate the requirement to ensure the proposed modification is correct and safe before implementation.

When should I ask questions instead of implementing code review feedback?

Ask questions instead of implementing code review feedback when the reviewer's comment lacks justification or is unclear. Escalate with questions first, verify the codebase, and evaluate the technical accuracy before proceeding with any changes.

Does this code review workflow work for any software development process?

Yes, this code review workflow is applicable across general software development reviews and pull requests. It enforces technical rigor and safe changes regardless of the specific platform by focusing on verification before implementation.