receiving-code-review

Verify code review feedback for technical correctness before implementation.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/MMXC/openclaw-back --skill receiving-code-review-mmxc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/MMXC/openclaw-back/tree/main/skills/superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/MMXC/openclaw-back --skill receiving-code-review-mmxc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of receiving code review feedback by ensuring that suggestions are technically sound, understood, and verified against the codebase before implementation, preventing the blind acceptance of potentially flawed or unnecessary changes.

Core Features & Use Cases

  • Technical Verification: Evaluates feedback for technical correctness and relevance to the specific codebase.
  • Clarification Protocol: Provides a structured way to ask for clarification on unclear feedback.
  • Reasoned Pushback: Enables polite but firm technical pushback against incorrect or suboptimal suggestions.
  • Use Case: When a reviewer suggests a change that seems to break existing functionality or is unnecessary due to YAGNI principles, this Skill guides you to verify, question, and respond with technical reasoning rather than immediate blind implementation.

Quick Start

When receiving code review feedback, verify each item technically before implementing any suggestions.

Frequently Asked Questions about receiving-code-review

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

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

Verify code review feedback by evaluating each suggestion against the codebase for technical correctness and relevance before implementation. This prevents blind acceptance of potentially flawed or unnecessary changes by ensuring suggestions are technically sound and understood.

What is the best way to push back on incorrect code review suggestions?

The best way to push back on incorrect code review suggestions is through polite but firm technical reasoning, prioritizing technical correctness over performative agreement. Evaluate if feedback breaks functionality or violates YAGNI principles to justify your response.

How do I ask for clarification on unclear code review comments?

Ask for clarification on unclear code review comments by using a structured clarification protocol to systematically question vague feedback. This ensures technical verification is grounded in accurate understanding rather than assumptions before any implementation begins.

When should I not implement code review feedback directly?

You should not implement code review feedback directly when suggestions seem to break existing functionality or are unnecessary due to YAGNI principles. Verify the technical accuracy first, questioning and responding with reasoned pushback against suboptimal changes.

Does systematic code review verification prioritize technical correctness over agreement?

Systematic code review verification prioritizes technical correctness over performative agreement by rigorously evaluating feedback against the codebase. It ensures changes are technically sound and relevant, preventing blind acceptance of flawed or unnecessary suggestions.