receiving-code-review

Evaluate and act on code-review feedback using a six-step response pattern.

15|2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/Liuchun-oss/codelf-agent --skill receiving-code-review-liuchun-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Liuchun-oss/codelf-agent/tree/main/resources/skills/receiving-code-review
Command: npx skills add https://github.com/Liuchun-oss/codelf-agent --skill receiving-code-review-liuchun-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be ambiguous or technically questionable. This Skill guides engineers to verify feedback before acting, preventing blind agreement and risky changes.

Core Features & Use Cases

  • Structured response pattern: READ -> UNDERSTAND -> VERIFY -> EVALUATE -> RESPOND -> IMPLEMENT to ensure a disciplined workflow.
  • Clarify on unclear feedback: If any item is unclear, STOP and ASK for clarification to avoid partial or wrong implementations.
  • Pushback with technical reasoning: When a suggestion seems technically incorrect, provide a reasoned, evidence-based counterpoint.
  • Source-specific handling: Distinguishes between feedback from trusted teammates and external reviewers, applying appropriate checks.
  • Safe, incremental implementation: Implement items one at a time and validate changes before proceeding.
  • Consistent traceability: Restate requirements, document decisions, and preserve justification for future audits.

Quick Start

Describe the code review feedback you received and I will guide you through a rigorous, structured verification process.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I evaluate code review feedback before implementing changes?

To evaluate code review feedback, follow a structured pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, and IMPLEMENT. This ensures you validate technical accuracy and avoid risky changes before acting.

What should I do if code review feedback is ambiguous or unclear?

If code review feedback is unclear, stop and ask for clarification immediately. Avoiding partial or wrong implementations is critical to maintaining safe and incremental software development workflows.

How to pushback on incorrect code review suggestions?

To pushback on incorrect code review suggestions, provide a reasoned, evidence-based counterpoint. Prioritize technical justification over performative agreement to ensure software engineering best practices.

Does this code review process work for feedback from external reviewers?

Yes, the code review process handles feedback from external reviewers by applying appropriate source-specific checks, distinguishing between trusted teammates and external contributors for safe implementation.

What is the best way to implement code review changes safely?

The best way to implement code review changes safely is to process items one at a time and validate changes incrementally. Restating requirements preserves justification for future audits.

Why do I need to verify code review feedback with technical rigor?

You need to verify code review feedback with technical rigor because feedback can be technically questionable. Rigorous verification prevents blind agreement and protects the codebase from risky changes.