receiving-code-review

Verify code review feedback against the codebase before implementing changes.

1|Updated Dec 8, 2023
One-click install
npx skills add https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools --skill receiving-code-review-hydrosolutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools/tree/main/.claude/skills/receiving-code-review
Command: npx skills add https://github.com/hydrosolutions/SAPPHIRE_Forecast_Tools --skill receiving-code-review-hydrosolutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback often arrives with ambiguity or technical gaps, making it risky to implement suggestions blindly. This Skill provides a disciplined reception pattern to verify requirements, avoid performative agreement, and ensure changes are technically sound before execution.

Core Features & Use Cases

  • Verify against codebase reality: check feedback against current implementation to confirm feasibility.
  • Clarify and restate requirements: ask precise questions when items are unclear.
  • Technical evaluation with measured pushback: assess correctness and provide reasoned justification for proposed changes.
  • Incremental implementation and testing: apply fixes one item at a time and validate with tests.

Quick Start

Read the feedback, clarify unclear items, verify requirements against the codebase, push back when needed, and implement changes one item at a time 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 process code review feedback safely without introducing risks?

Process code review feedback safely by restating requirements, verifying suggestions against the codebase, evaluating technical correctness, and implementing changes one at a time with tests.

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

Handle ambiguous code review comments by asking precise questions to clarify unclear items, verifying feasibility against current implementation, and avoiding performative agreement before execution.

How do I push back on questionable code review guidance?

Push back on questionable code review guidance by assessing technical correctness, evaluating the proposed changes, and providing reasoned justification for your measured pushback.

How do I verify code review feedback against the codebase?

Verify code review feedback against the codebase by checking the current implementation to confirm feasibility, ensuring suggestions are technically sound before applying incremental changes.

When should I use a disciplined code review reception process?

Use a disciplined code review reception process when working in software development teams where reviewers provide unclear, inconsistent, or technically questionable guidance that carries implementation risks.