receiving-code-review

Verify and respond to code-review feedback before implementing changes.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/jr2804/prompts --skill receiving-code-review-jr2804
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/jr2804/prompts/tree/main/skills/development/receiving-code-review
Command: npx skills add https://github.com/jr2804/prompts --skill receiving-code-review-jr2804

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews often generate feedback that is unclear or technically questionable. This Skill provides a disciplined approach to understand, verify, and respond to feedback before implementing any changes.

Core Features & Use Cases

  • Clarify and restate requirements: Restate or ask for clarification to ensure you implement the right changes.
  • Technical verification: Check feedback against the actual codebase for correctness and feasibility.
  • Structured implementation: Address items one at a time, with targeted testing to prevent regressions.
  • Pushback when needed: Provide reasoned technical pushback when feedback is inappropriate or risky.

Quick Start

Start by reading the feedback in full, restating the requirement in your own words, and asking for clarification on anything unclear. Then verify each item against the codebase, test each change individually, and implement only after confirmation.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I respond to code-review feedback that seems technically incorrect?

To respond to technically incorrect code-review feedback, verify the comment against your actual codebase, evaluate its feasibility, and provide reasoned technical pushback before implementing any changes. This ensures you avoid risky modifications based on questionable suggestions.

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

The best way to handle unclear code review comments is to restate the requirement in your own words and ask the reviewer for clarification. This structured approach ensures you fully understand the requested changes before attempting any implementation.

How do I implement code review changes without causing regressions?

To implement code review changes without causing regressions, address each feedback item incrementally one at a time and apply targeted testing after each modification. This structured implementation process isolates variables and confirms technical correctness.

Can I use this code review process across different programming languages and project contexts?

Yes, you can use this code review process across different programming languages and project contexts. The workflow focuses on universal technical verification and structured implementation steps rather than relying on language-specific tooling.

When should I pushback on a code review request?

You should pushback on a code review request when the feedback is technically inappropriate, incorrect, or introduces potential risks to the codebase. Provide reasoned technical justification for your pushback after verifying the suggestion against the code.

What steps should I follow to verify code review feedback before making changes?

To verify code review feedback before making changes, follow a structured process: read the feedback in full, restate the requirement, verify the technical correctness against the codebase, evaluate the impact, and implement incrementally with tests.