receiving-code-review

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/randoneering/nix-flake-mirror --skill receiving-code-review-randoneering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/randoneering/nix-flake-mirror/tree/main/home/programs/opencode/skills/receiving-code-review
Command: npx skills add https://github.com/randoneering/nix-flake-mirror --skill receiving-code-review-randoneering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

An approach to handling code-review feedback with discipline and verification, reducing blind agreement and ensuring changes are technically sound before implementation.

Core Features & Use Cases

  • Structured feedback handling: Read, restate, verify, and evaluate feedback to prevent blind agreement.
  • Risk-aware decision making: Push back with technical reasoning when feedback conflicts with code reality.
  • Incremental implementation: Implement changes one item at a time and validate with tests to avoid regressions.

Quick Start

Apply the six-step process to a current code-review note to verify and respond before implementing.

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 without blindly implementing changes?

Handle code-review feedback by using a structured workflow: read, understand, verify against the codebase, evaluate, respond, and implement changes one item at a time. This prevents blind agreement and ensures technical soundness.

What is the best way to verify code review comments against my codebase?

Verify code review comments by restating the feedback requirements, checking them against your actual code reality, and pushing back with technical reasoning if the feedback conflicts with the codebase before implementing anything.

How do I push back on code review feedback with technical justification?

Push back on code review feedback by evaluating the technical judgement of the comment, verifying it against your codebase, and responding with risk-aware reasoning to ensure changes maintain correctness and safety.

How to implement code review changes incrementally to avoid regressions?

Implement code review changes incrementally by processing feedback one item at a time, validating each change with testing, and ensuring correctness and safety before moving to the next review note.

When should I restate requirements from code review feedback?

Restate requirements from code review feedback when the feedback is unclear or requires technical validation. This structured approach guides you to verify against the codebase before responding or implementing changes.