m-receiving-code-review

Verify code review feedback against the codebase for technical accuracy.

2|Updated Jul 2, 2026
One-click install
npx skills add https://github.com/mituso89/Spec-Driven-Development-toolkits --skill m-receiving-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: m-receiving-code-review
Source: https://github.com/mituso89/Spec-Driven-Development-toolkits/tree/main/m-receiving-code-review
Command: npx skills add https://github.com/mituso89/Spec-Driven-Development-toolkits --skill m-receiving-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers evaluate code-review feedback with technical verification, ensuring that implementations are correct and well-considered before proceeding.

Core Features & Use Cases

  • Technical Verification: Before implementing feedback, verify it against the codebase.
  • Response Pattern: Provides a structured response pattern for handling review comments.
  • Handling Unclear Feedback: Offers guidance on how to handle unclear feedback effectively.
  • Source-Specific Handling: Differentiates between handling feedback from users and external reviewers.
  • YAGNI Check: Evaluates the necessity of suggested features.
  • Implementation Order: Suggests an order for implementing multiple-item feedback.
  • When To Push Back: Guidelines on when and how to push back on incorrect suggestions.
  • Acknowledging Correct Feedback: Best practices for acknowledging correct feedback.
  • Gracefully Correcting Pushback: Instructions on how to correct mistakes made during pushback.
  • Common Mistakes: Lists common mistakes and their fixes.
  • Real Examples: Provides examples of good and bad practices.

Quick Start

Use the m-receiving-code-review skill to verify and implement feedback from a code review.

Frequently Asked Questions about m-receiving-code-review

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

FAQPage Schema
How do I verify code review feedback for technical accuracy against my codebase?

Verify code review feedback by checking the suggested changes directly against your codebase specifics, ensuring the technical reasoning aligns with your actual implementation before proceeding with any updates.

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

Handling unclear code review comments requires a structured response pattern that guides you in seeking clarification, differentiating between feedback from internal users and external reviewers to resolve ambiguities effectively.

When should I push back on incorrect code review suggestions?

Push back on incorrect code review suggestions when technical verification proves them wrong, using the provided guidelines to structure your response and gracefully correct any mistakes made during the initial pushback.

How do I determine the implementation order for multiple code review items?

Determine the implementation order for multiple code review items by applying the YAGNI check to evaluate the necessity of suggested features, then sequencing the remaining valid technical updates logically.

Does this approach work for handling pull request reviews in software development?

Yes, this approach works for handling pull request reviews by providing a structured workflow to evaluate feedback, acknowledge correct suggestions, and correct pushback mistakes within standard software development processes.