receiving-code-review

Verify and implement code-review feedback item by item.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/DaFum/github-repository-vi --skill receiving-code-review-dafum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/DaFum/github-repository-vi/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/DaFum/github-repository-vi --skill receiving-code-review-dafum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a disciplined, repeatable approach to handling code-review feedback, ensuring technical accuracy before changes are implemented.

Core Features & Use Cases

  • Structured feedback loop: Read, restate, verify, evaluate, respond, and implement feedback item by item.
  • Clarification handling: If feedback is unclear, stop and request clarification to avoid wrong changes.
  • Source-aware validation: Checks consistency with the codebase and project standards before applying changes.

Quick Start

Use the receiving-code-review skill to produce a technically grounded response to new feedback. Steps: 1. Read the complete feedback without reacting. 2. Restate each requirement in your own words or ask for clarification. 3. Verify each item against the current codebase. 4. Evaluate technical soundness for THIS codebase. 5. Respond with a technical acknowledgment or reasoned pushback. 6. Implement changes one item at a time and test each change.

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 that seems technically questionable?

Handle questionable code-review feedback by applying technical rigor before implementation. Verify each item against the current codebase, evaluate technical soundness for your specific context, and respond with either a technical acknowledgment or reasoned pushback.

What is the best way to process pull-request comments without missing context?

The best way to process pull-request comments is using a structured feedback loop. Read the complete feedback without reacting, restate each requirement in your own words, and request clarification for unclear items to ensure context is captured before making changes.

How do I implement code-review changes incrementally without breaking the codebase?

Implement code-review changes incrementally by evaluating each item against project standards and applying them one at a time. Test each change individually after verifying it is consistent with the current codebase.

When should I ask for clarification on code-review feedback?

Ask for clarification on code-review feedback whenever it is unclear. Stopping to request clarification prevents wrong changes and ensures you restate the technical requirement accurately before proceeding with verification and implementation.

Does this approach work for evaluating engineering feedback across large projects?

Evaluating engineering feedback with this approach works effectively for large projects because it enforces source-aware validation. It checks consistency with the existing codebase and project standards before any incremental changes are applied.