receiving-code-review

Structure technical responses and verify code review feedback before implementation.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/fumtas1k/devtools --skill receiving-code-review-fumtas1k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/fumtas1k/devtools/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/fumtas1k/devtools --skill receiving-code-review-fumtas1k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill aids in providing a structured and technical response to code review feedback, ensuring clarity and correctness before implementing changes.

Core Features & Use Cases

  • Structured Response Guide: Offers a comprehensive pattern for handling feedback, emphasizing verification and questioning.
  • Handling Unclear Feedback: Guidance for dealing with unclear points, preventing incorrect implementation.
  • Source-Specific Handling: Distinct approaches for dealing with feedback from humans versus external reviewers.
  • Technical Verifications: Pre-implementation checks against codebase reality, functionality, context, and platform compatibility.

Quick Start

Before implementing a code review, activate the receiving-code-review skill and follow the response pattern outlined.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I structure a technical response to code review feedback?

Structure a response to code review feedback by verifying the technical accuracy of the comments, checking against the codebase reality, and clarifying unclear points before implementing any changes.

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

Handle unclear code review comments by actively questioning the reviewer to prevent incorrect implementation, ensuring you fully understand the technical context and functionality before modifying the codebase.

How do you manage feedback from human partners versus external reviewers?

Manage feedback from human partners and external reviewers by applying distinct source-specific approaches, ensuring technical accuracy and appropriate interaction handling for each type of reviewer.

What technical verifications are needed before implementing code review changes?

Perform technical verifications before implementing code review changes by checking the feedback against codebase reality, functionality, context, and platform compatibility to ensure correctness.

Why verify code review feedback against the codebase before implementation?

Verify code review feedback against the codebase to ensure technical accuracy and understanding, preventing incorrect implementation and maintaining software development quality assurance.