receiving-code-review

Verify code-review feedback against the codebase before implementing changes.

968|43|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/GanyuanRan/Aegis --skill receiving-code-review-ganyuanran
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/GanyuanRan/Aegis/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/GanyuanRan/Aegis --skill receiving-code-review-ganyuanran

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review requires technical evaluation, not emotional performance. This Skill helps engineers verify feedback before implementing changes, restate requirements clearly, and ask clarifying questions to avoid misinterpretation.

Core Features & Use Cases

  • Structured response pattern: READ, UNDERSTAND, VERIFY, EVALUATE, RESPOND, IMPLEMENT steps to address feedback safely.
  • Unclear feedback handling: If any item is unclear, STOP and ask for clarification before proceeding.
  • Source-specific handling: Distinguish between trusted human partners and external reviewers, and push back with technical reasoning when needed.
  • YAGNI-driven checks: Avoid adding features or changes unless they are truly required by the codebase.
  • Implementation order: Prioritize blocking issues, then simple fixes, then complex changes; test each step.
  • Push-back discipline: Use technical justification and ask targeted questions when a suggestion seems risky or incorrect.
  • Graceful correction: Correct course with factual updates rather than apologies when feedback is challenged.

Quick Start

Restate the technical requirement in your own words, verify it against the codebase, and implement changes one item at a time.

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 code review feedback without introducing new bugs?

Handle code review feedback by applying a structured verification process: restate requirements, validate suggestions against the codebase, and implement changes incrementally to ensure correctness, compatibility, and traceability.

What is the best way to push back on incorrect code review comments?

Push back on incorrect code review comments by using technical justification and asking targeted questions to address risks, rather than apologizing or blindly implementing unverified suggestions.

How do I verify unclear code review suggestions before making changes?

Verify unclear code review suggestions by stopping to ask clarifying questions immediately, ensuring you understand the technical requirement before writing any code to avoid misinterpretation.

In what order should I implement code review changes?

Implement code review changes by prioritizing blocking issues first, then simple fixes, and finally complex changes, testing each incremental step to maintain codebase stability.

When should I avoid implementing code review feedback?

Avoid implementing code review feedback when changes violate YAGNI principles, meaning the feature or change is not truly required by the current codebase architecture or project scope.