receiving-code-review

Analyze code-review feedback and implement verified changes incrementally.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Rysnz/OpenHarness --skill receiving-code-review-rysnz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Rysnz/OpenHarness/tree/main/src/crates/core/builtin_skills/receiving-code-review
Command: npx skills add https://github.com/Rysnz/OpenHarness --skill receiving-code-review-rysnz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews can be ambiguous and prone to misinterpretation, leading to unsafe or inefficient implementations.

Core Features & Use Cases

  • Structured feedback handling: reads, restates, verifies, and documents action items clearly.
  • Incremental implementation: executes changes one item at a time with testing and validation.
  • Clarification workflow: prompts for missing details when feedback is unclear.

Quick Start

Provide a concise, structured response to a code-review note and a concrete plan for the next steps.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
What is the best way to respond to code review feedback on a pull request?

The best way to respond to code review feedback is to use a structured six-step pattern that restates comments, verifies technical context, and documents incremental action items before implementation. This prevents performative agreement and unsafe changes.

How do I handle ambiguous code review comments on merge requests?

To handle ambiguous code review comments on merge requests, trigger a clarification workflow that prompts for missing technical details. This ensures you verify the exact intent and technical context before writing any code.

How to implement incremental changes after receiving review feedback?

Implement incremental changes by executing action items one at a time, applying technical verification and testing after each step. This structured workflow ensures each modification is validated before proceeding to the next.

When should I prompt for clarification during a code review?

You should prompt for clarification during a code review whenever inline comments or pull request feedback lacks technical context or precise requirements. This prevents misinterpretation and avoids executing unsafe or inefficient code changes.

How do I avoid performative agreement when replying to code review notes?

Avoid performative agreement by applying rigorous technical verification before agreeing to any code review note. Restate the feedback, validate the technical context, and document a concrete plan for incremental commits.