receiving-code-review

Process code review feedback through a six-step verification workflow.

3|2|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/liauw-media/CodeAssist --skill receiving-code-review-liauw-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/liauw-media/CodeAssist/tree/main/skills/core/receiving-code-review
Command: npx skills add https://github.com/liauw-media/CodeAssist --skill receiving-code-review-liauw-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures code review feedback is processed technically and systematically, preventing blind acceptance or emotional responses. This leads to higher quality code through verified, thoughtful implementation, saving time and preventing recurring issues.

Core Features & Use Cases

  • Systematic Feedback Processing: Guides you through a 6-step protocol to read, understand, verify, evaluate, respond, and implement review comments, ensuring thoroughness.
  • Technical Evaluation Focus: Emphasizes verifying feedback against the codebase and providing reasoned technical responses, avoiding performative agreement and fostering genuine improvement.
  • Use Case: When a reviewer suggests "This function does too much," this skill will prompt you to verify the line count, evaluate the technical merits of splitting it, and then implement the refactoring one step at a time, testing after each change.

Quick Start

I've received code review feedback on my latest feature. Use the receiving-code-review skill to process the comments.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I process code review feedback systematically?

Process code review feedback using a six-step workflow: READ the comment, UNDERSTAND its intent, VERIFY it against your codebase, EVALUATE the technical merit, RESPOND with reasoned analysis, and IMPLEMENT the change with testing. This approach ensures you address feedback thoroughly rather than accepting or dismissing it blindly.

What's the best way to respond to a code review comment about refactoring?

Verify the suggestion against your actual code—measure function complexity, check dependencies, and assess the technical trade-offs. Respond with specific findings: explain why the refactoring is or isn't warranted, propose concrete steps if you'll proceed, and test incrementally after each change to ensure correctness.

How do I handle security or performance feedback in code reviews?

Evaluate security and performance concerns by validating them against your codebase, testing the proposed fix, and understanding the actual impact. Implement changes one step at a time with verification, ensuring each modification is tested before moving to the next, preventing regressions or incomplete fixes.

Can I use this workflow for feedback that doesn't align with project conventions?

Yes. The six-step process applies to diverse feedback scenarios, including alignment with project conventions. Verify the convention exists in your codebase, evaluate whether the change is warranted, respond with evidence, and implement only after confirming the technical and organizational rationale.

Why should I avoid performative agreement to code review comments?

Performative responses—agreeing without technical evaluation—lead to repeated issues and lower code quality. The workflow enforces verification and reasoned evaluation, ensuring feedback is genuinely addressed, not just acknowledged, resulting in executable, tested changes that prevent recurring problems.