receiving-code-review

Verify incoming code review feedback against the codebase before implementation.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill receiving-code-review-edlng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/edlng/agents/tree/main/skills/universal/receiving-code-review
Command: npx skills add https://github.com/edlng/agents --skill receiving-code-review-edlng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents performative agreement and blind implementation of code review feedback, ensuring that all suggestions are technically verified against the codebase before any changes are made.

Core Features & Use Cases

  • Verification Workflow: Enforces a strict process of reading, understanding, verifying, and evaluating feedback before taking action.
  • Technical Pushback: Provides a framework for professionally challenging incorrect or context-blind suggestions using technical reasoning.
  • Use Case: When an external reviewer suggests a refactor that breaks backward compatibility or violates YAGNI principles, this skill guides the agent to push back with evidence rather than blindly accepting the change.

Quick Start

Use the receiving-code-review skill to process the latest pull request comments by verifying each suggestion against the current codebase before implementation.

Frequently Asked Questions about receiving-code-review

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

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

Verify code review feedback by reading, understanding, and evaluating each suggestion against existing codebase constraints before taking action. This prevents performative agreement and blind implementation by enforcing a systematic validation workflow.

What is the best way to handle incorrect pull request refactoring suggestions?

Handle incorrect pull request suggestions by applying technical pushback with evidence. Professionally challenge context-blind recommendations using technical reasoning to demonstrate why a change breaks backward compatibility or violates YAGNI principles.

How do I process pull request comments without blindly accepting code modifications?

Process pull request comments through a strict verification workflow that enforces reading, understanding, verifying, and evaluating feedback against the codebase. This non-performative approach ensures technical correctness and architectural integrity before any modifications.

When do I need to push back on code review feedback for architectural integrity?

Push back on code review feedback when external suggestions break backward compatibility or violate YAGNI principles. The framework guides you to challenge incorrect recommendations with technical evidence rather than blindly accepting changes.

Does this code review evaluation workflow work for peer feedback in collaborative development?

Yes, the code review evaluation workflow applies to collaborative software development environments where external or peer feedback requires validation against existing codebase constraints to ensure technical correctness and architectural integrity.