receiving-code-review

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

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill receiving-code-review-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.trae/skills/receiving-code-review
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill receiving-code-review-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Receiving code-review feedback often lacks clarity or contains technical questions. This skill ensures rigorous technical validation before acting on feedback, avoiding perfunctory agreement and blind execution.

Core Features & Use Cases

  • Read and restate feedback in your own terms to verify understanding.
  • Verify feedback against the actual codebase to assess technical validity.
  • Respond with technical rationale and implement changes one by one, testing as you go.
  • Handle unclear feedback by asking clarifying questions before acting.
  • Differentiate between partner vs external reviewer guidance to decide when to push back or proceed.

Quick Start

Clarify ambiguities, verify the feedback against the codebase, and implement changes one at a time with tests.

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?

Verify unclear code review feedback by paraphrasing the comments, cross-referencing them against the actual codebase to assess technical validity, and asking clarifying questions before acting to ensure accuracy.

What is the best way to implement code review changes without blind execution?

The best way to implement code review changes is to validate the feedback's technical accuracy first, then implement one item at a time while running tests, ensuring you avoid perfunctory agreement and blind execution.

When should I push back on code review comments from external reviewers versus partners?

Differentiate between external and partner reviewer feedback to decide when to push back or proceed, using technical rationale and codebase verification to justify your response and avoid perfunctory agreement.

How do I handle ambiguous code review comments containing technical questions?

Handle ambiguous code review comments by asking clarifying questions before acting, verifying the technical questions against the repository, and applying the YAGNI principle to assess whether the requested changes are necessary.

What steps ensure technical rigor when responding to code review feedback?

Steps to ensure technical rigor include reading the feedback, paraphrasing it, verifying against the repo, assessing validity, responding with technical rationale, and implementing one item at a time with tests.