receiving-code-review

Verify code review feedback against the codebase before implementing changes.

35|5|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/zhanglongxiao111/indesign-cli --skill receiving-code-review-zhanglongxiao111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/zhanglongxiao111/indesign-cli/tree/main/.codex/skills/receiving-code-review
Command: npx skills add https://github.com/zhanglongxiao111/indesign-cli --skill receiving-code-review-zhanglongxiao111

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you respond to code review feedback in a technically careful way, especially when feedback is unclear, potentially incorrect, or not fully understood.

Core Features & Use Cases

  • Technical verification first: Read, restate requirements, verify against the codebase, then only evaluate and respond.
  • Unclear-feedback protocol: Stop and ask clarification before making partial or risky implementations.
  • Safe implementation discipline: Implement one item at a time, test each change, and verify no regressions.

Quick Start

Ask an AI to guide your reply and next steps after you receive external code review feedback, emphasizing verification, clarification, and one-by-one implementation with testing.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I implement code review feedback without introducing regressions?

Handle unclear code review comments by stopping to ask for clarification before taking action. This protocol prevents risky or partial implementations when feedback is ambiguous or context-dependent.

What is the best way to respond to external code review suggestions?

Pushback on incorrect code review feedback by verifying the requirement against the actual codebase first. Enforce technical acknowledgment only after this verification proves the suggested change is valid.

How do I manage multi-item code review comments with varying context?

Manage multi-item code review comments by treating each item independently. Read and restate the requirements, verify against the codebase, then implement one item at a time with testing to ensure stability.

Can I apply peer review changes directly without verifying the codebase?

Applying peer review changes directly without verification risks misalignment. You must read, restate requirements, and verify against the codebase before evaluating and implementing any technical changes.