receiving-code-review

Evaluate code review feedback through verification and reasoned pushback before implementation.

1|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/mihaamiharu/twe --skill receiving-code-review-mihaamiharu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/mihaamiharu/twe/tree/main/.agent/skills/receiving-code-review
Command: npx skills add https://github.com/mihaamiharu/twe --skill receiving-code-review-mihaamiharu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you navigate code review feedback by ensuring technical rigor and verification before implementation, preventing performative agreement and blind execution of potentially flawed suggestions.

Core Features & Use Cases

  • Structured Response Pattern: Follows a clear, step-by-step process for handling feedback: Read, Understand, Verify, Evaluate, Respond, Implement.
  • Handling Ambiguity: Provides clear guidance on how to ask for clarification when feedback is unclear.
  • External Reviewer Scrutiny: Outlines specific checks to perform on feedback from external sources before acceptance.
  • YAGNI Principle: Integrates the "You Ain't Gonna Need It" principle to avoid unnecessary feature creep.
  • Graceful Correction: Offers a method for acknowledging when your initial pushback was incorrect.
  • Use Case: You receive a code review comment suggesting a significant architectural change. Instead of immediately agreeing, you use this Skill to verify the necessity, check for existing usage, and push back with technical reasoning if it conflicts with current project goals or your human partner's directives.

Quick Start

When receiving code review feedback, follow the structured response pattern to understand, verify, and then respond or implement.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I evaluate code review feedback before implementing changes?

To evaluate code review feedback, follow a structured pattern: Read, Understand, Verify, Evaluate, Respond, and Implement. This ensures technical rigor and prevents performative agreement before applying any suggested changes.

What is the best way to push back on a code review comment suggesting unnecessary features?

The best way to push back on unnecessary code review suggestions is by applying the YAGNI principle. Verify if the feature is genuinely needed, check existing usage, and respond with technical reasoning referencing current project goals.

How do I handle ambiguous feedback from an external reviewer?

To handle ambiguous feedback from an external reviewer, perform specific scrutiny checks on the feedback before acceptance. If the suggestion remains unclear, ask for clarification rather than assuming the intent and blindly executing changes.

How to gracefully acknowledge when your code review pushback was incorrect?

To gracefully acknowledge incorrect code review pushback, use a structured correction method. Accept the verified feedback and proceed with implementation, maintaining technical rigor over defensive performative disagreement.

When should I not use performative agreement during code reviews?

You should not use performative agreement during code reviews when feedback conflicts with project requirements or your human partner's directives. Always verify the necessity and technical accuracy of suggestions before agreeing to implement them.