receiving-code-review

Verify and clarify code review feedback before implementing changes.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/LiGoldragon/Mentci-AI --skill receiving-code-review-ligoldragon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/LiGoldragon/Mentci-AI/tree/main/.pi/skills/receiving-code-review
Command: npx skills add https://github.com/LiGoldragon/Mentci-AI --skill receiving-code-review-ligoldragon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill aids in receiving and addressing code review feedback systematically, ensuring that every suggestion is understood, verified, and implemented with technical rigor.

Core Features & Use Cases

  • Code Review Verification: Encourages thorough review of feedback before implementation to maintain technical accuracy.
  • Feedback Response Pattern: Provides a structured response method for code reviews to avoid blind implementation.
  • Handling Unclear Feedback: Guides the process of clarifying ambiguous feedback before action.
  • Source-Specific Handling: Offers specific instructions for handling feedback from both human partners and external reviewers.
  • YAGNI Check: Suggests questioning unnecessary features to avoid bloat.

Quick Start

Apply the receiving-code-review skill by carefully reviewing each point of feedback in a PR and responding with verification or clarification before proceeding to implementation.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I systematically address code review feedback before implementation?

Systematically address code review feedback by using a structured response pattern that verifies technical accuracy and clarifies ambiguous suggestions before writing any code. This prevents blind implementation and maintains software quality.

What is the best way to handle unclear feedback in a pull request?

Handling unclear feedback requires a clarification process to resolve ambiguous suggestions before taking action. This ensures you fully understand the reviewer's intent and maintain technical rigor during implementation.

How does a structured code review process handle feedback from different sources?

A structured code review process handles feedback from different sources by applying specific verification procedures for human partners versus external reviewers. This ensures appropriate technical rigor for each type of feedback.

When should I question code review suggestions during development?

Question code review suggestions when they introduce unnecessary features, applying a YAGNI check to avoid software bloat. You should also verify feedback for technical accuracy before proceeding with implementation.

Can I use a feedback verification process for any pull request?

Yes, you can use a feedback verification process for any pull request. It provides structured response guidelines that help developers methodically review and implement changes regardless of project scale.