receiving-code-review

Structure code review feedback responses with a six-step process.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/flybirdxx/RunningHub --skill receiving-code-review-flybirdxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/flybirdxx/RunningHub/tree/main/.gemini/skills/receiving-code-review
Command: npx skills add https://github.com/flybirdxx/RunningHub --skill receiving-code-review-flybirdxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill aids in receiving code review feedback by providing a structured approach to verify, evaluate, and implement changes, ensuring technical correctness and minimizing misunderstandings.

Core Features & Use Cases

  • Structured Response Pattern: Offers a six-step process for responding to code review feedback.
  • Handling Unclear Feedback: Instructs on how to handle and clarify unclear feedback.
  • Source-Specific Handling: Guidelines for responding to feedback from both human partners and external reviewers.
  • YAGNI Check: Encourages the removal of unused features to avoid unnecessary complexity.
  • Implementation Order: Provides a structured order for implementing changes based on priority and impact.
  • When To Push Back: Guidelines on when and how to push back on incorrect feedback.
  • Acknowledging Correct Feedback: Instructions on how to acknowledge and implement correct feedback.
  • Gracefully Correcting Pushback: Guidance on how to correct mistakes made in pushing back on feedback.
  • Common Mistakes: Lists common mistakes to avoid during code reviews.
  • Real Examples: Provides examples of good and bad practices in code reviews.

Quick Start

Apply the receiving-code-review skill to your next code review by following the six-step response pattern.

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 effectively?

Handle code review feedback effectively by applying a structured six-step process to verify, evaluate, and implement changes. This ensures technical correctness and minimizes misunderstandings during software development workflows.

What is the best way to respond to unclear code review comments?

Respond to unclear code review comments by requesting clarification from the reviewer. The process provides explicit guidelines for handling ambiguous technical feedback from both human partners and external sources.

When should I push back on code review feedback?

Push back on code review feedback when technical verification proves the feedback is incorrect. The approach includes specific guidelines on when to push back and how to gracefully correct your own mistakes if your pushback was wrong.

How do I prioritize implementation order for code review changes?

Prioritize implementation order for code review changes based on their technical impact and priority. The process provides a structured order for implementing changes to maintain software development rigor.

What are common mistakes to avoid during code reviews?

Common mistakes to avoid during code reviews include ignoring the YAGNI principle and failing to verify technical feedback. The process lists specific bad practices and provides real examples of good responses.