receiving-code-review

Evaluate code-review feedback for technical correctness before implementing changes.

Updated Nov 14, 2025
One-click install
npx skills add https://github.com/Donaldshen27/xtrend-vanilla --skill receiving-code-review-donaldshen27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Donaldshen27/xtrend-vanilla/tree/main/.claude/skills/receiving-code-review
Command: npx skills add https://github.com/Donaldshen27/xtrend-vanilla --skill receiving-code-review-donaldshen27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineers approach code-review feedback with disciplined verification, avoiding performative agreement or blind implementation.

Core Features & Use Cases

  • Clarification-first approach: Restate requirements and seek specifics before acting.
  • Codebase verification: Compare feedback against the actual code to assess feasibility.
  • Incremental changes: Implement feedback item by item, with focused testing.

Quick Start

Provide a clear, technically-grounded response to any code-review comment and outline the first concrete action to take.

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 or conflicting code-review feedback before implementing changes?

Handle unclear code-review feedback by restating requirements to seek specifics, verifying suggestions against the actual codebase, and prompting clarification before implementation. This ensures technical correctness and avoids blind changes.

What is the best way to pushback on technically inappropriate pull-request suggestions?

Pushback on inappropriate pull-request suggestions by enforcing rigorous reasoning and traceable decisions. Verify the feedback against the codebase to assess feasibility and provide a structured, technically-grounded response outlining why the change is unsuitable.

How to implement code-review comments incrementally to ensure technical correctness?

Implement code-review comments incrementally by acting item by item with focused testing. This staged implementation approach enforces technical rigor, ensuring each change is verified and traceable before moving forward.

Can I use this structured approach for any pull-request verification process?

Yes, you can use this structured approach for any pull-request verification process. It guides decision-making by comparing feedback against the codebase, ensuring safe pushback and rigorous reasoning regardless of the specific codebase.

Why does blind implementation of code-review feedback cause problems?

Blind implementation causes problems because it skips codebase verification and technical rigor, leading to performative agreement. Structured verification identifies technical conflicts early, ensuring changes maintain correctness and traceability.