receiving-code-review

Evaluate code review feedback for technical correctness before implementing changes.

15|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mahoushoujyo-eee/eshell --skill receiving-code-review-mahoushoujyo-eee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/mahoushoujyo-eee/eshell/tree/main/.codex/skills/receiving-code-review
Command: npx skills add https://github.com/mahoushoujyo-eee/eshell --skill receiving-code-review-mahoushoujyo-eee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents blind implementation of code review feedback by requiring technical verification, clarification of unclear requests, and evidence-based decisions before changes are made.

Core Features & Use Cases

  • Feedback Evaluation: Restate review comments, verify them against the codebase, and assess their technical correctness.
  • Safe Implementation: Prioritize blocking issues, clarify ambiguity before coding, and test changes individually to avoid regressions.
  • Constructive Pushback: Identify YAGNI concerns, compatibility constraints, and technically incorrect suggestions while communicating the reasoning clearly.
  • Use Case: When a reviewer requests several changes, use this Skill to separate actionable fixes from unclear or unnecessary recommendations, then implement and validate each approved change in a controlled order.

Quick Start

Use the receiving-code-review skill to evaluate the latest review feedback, identify anything requiring clarification, and implement only the verified fixes.

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?

Evaluating code review feedback requires restating review comments, verifying them against the codebase, and assessing their technical correctness before making any changes. This ensures suggestions are appropriate and prevents blind implementation of incorrect requests.

What is the best way to handle ambiguous pull request comments?

Handling ambiguous pull request comments involves requesting clarification of unclear requirements before coding. You must separate actionable fixes from unclear recommendations and prioritize implementing only the verified fixes in a controlled order.

How do I push back on technically incorrect code review suggestions?

Pushing back on technically incorrect code review suggestions requires identifying YAGNI concerns, compatibility constraints, and technical inaccuracies. You then communicate the reasoning clearly to the reviewer using evidence-based decisions gathered from codebase verification.

How do I implement multiple code review changes safely without regressions?

Implementing multiple code review changes safely involves prioritizing blocking issues, coding each verified change individually, and running regression checks after each modification. This controlled order prevents new bugs from entering the codebase during the update process.

When should I apply YAGNI assessments to code review feedback?

YAGNI assessments should be applied to code review feedback when reviewers request features or changes that may not be necessary for the current codebase. This evaluation identifies unnecessary recommendations and ensures only essential modifications are implemented.

Can I use this automated technical verification for external reviewer comments?

Technical verification applies to external reviewer comments, pull requests, and ambiguous multi-item feedback. It evaluates each suggestion against the codebase to ensure technical correctness and appropriateness before any implementation work begins.