receiving-code-review

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

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Hanseooo/hanseo-opencode-workflows --skill receiving-code-review-hanseooo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Hanseooo/hanseo-opencode-workflows/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/Hanseooo/hanseo-opencode-workflows --skill receiving-code-review-hanseooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers interpret code-review feedback accurately, verify its meaning against the project's reality, and avoid blindly agreeing or implementing without validation.

Core Features & Use Cases

  • Clarification workflow identifies unclear items and prompts for specific questions.
  • Technical verification cross-checks feedback against codebase constraints and existing tests.
  • Staged implementation recommends tackling feedback items one at a time with testing and validation.

Quick Start

Ask clarifying questions for ambiguous feedback, then validate and implement changes one item at a time after verification.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I validate code-review feedback against my codebase before implementing changes?▼

Validating code-review feedback involves cross-checking comments against codebase constraints and existing tests. This process identifies unclear items, prompts clarifying questions, and ensures technical reasoning confirms correctness, compatibility, and safety before safely applying changes.

What is the best way to handle ambiguous code-review comments?▼

Handling ambiguous code-review comments requires a clarification workflow that identifies unclear items and prompts for specific questions. This prevents misinterpretation by cross-checking feedback against project reality rather than blindly agreeing and implementing without validation.

How do I implement multiple code-review feedback items safely?▼

Implementing multiple code-review feedback items safely requires staged implementation, tackling each item one at a time with testing and validation. This rigorous process checks for correctness, compatibility, and safety before applying changes to prevent regressions.

Why do I need to clarify code-review feedback before writing code?▼

Clarifying code-review feedback before writing code prevents misinterpretation and avoids blindly implementing changes without validation. Technical verification cross-checks feedback against codebase constraints and existing tests to ensure accurate understanding and safe application.

Can I push back on code-review feedback if it conflicts with existing tests?▼

Pushing back on code-review feedback is appropriate when technical verification shows conflicts with existing tests or codebase constraints. The process guides reasoning about technical implications and validating correctness, compatibility, and safety before applying any changes.

When should I not apply code-review feedback directly to my codebase?▼

You should not apply code-review feedback directly when items are unclear or unverified. Skipping the clarification workflow and technical verification against codebase constraints risks misinterpretation and unsafe changes, bypassing checks for correctness, compatibility, and safety.