receiving-code-review

Clarify, verify, and incrementally implement code-review feedback with testing.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Receiving code review feedback can be emotionally charged or unclear. This skill guides you to respond with clarity, verify requirements against the codebase, and avoid performative agreement or blind implementation.

Core Features & Use Cases

  • Clarify requirements by restating intent and asking for specifics.
  • Verify feedback against the repository to ensure technical correctness.
  • Implement changes incrementally, testing each item before moving to the next.
  • Push back with technical reasoning when feedback is ambiguous or incorrect.

Quick Start

Clarify the feedback, verify it against the codebase, and implement one item at a time with validation.

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 ambiguous code review feedback on a pull request?

Handle ambiguous code review feedback by restating the requirements to clarify intent, verifying the comments against the codebase, and asking for specifics before implementing any changes to ensure technical correctness.

What is the best way to implement code review changes safely?

The best way to implement code review changes safely is through incremental implementation, where you address one item at a time and run validation and testing before moving on to the next piece of feedback.

How do I respond to incorrect code review comments without causing conflict?

Respond to incorrect code review comments by pushing back with technical reasoning, verifying the feedback against the repository reality, and avoiding performative agreement to maintain safe collaboration.

Can I push back on pull request feedback that does not match the codebase?

Yes, you can push back on pull request feedback by verifying the comments against the repository to ensure technical correctness, then explaining the codebase reality with clear technical reasoning instead of blind implementation.

Why should I restate requirements when receiving code review feedback?

Restating requirements when receiving code review feedback ensures you clarify intent, avoid emotionally charged or blind implementation, and establish a verified baseline for incremental implementation and testing.