receiving-code-review

Evaluate code review feedback for correctness and alignment with project guidelines.

16|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Marwan78888/Neuron-Cli --skill receiving-code-review-marwan78888
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Marwan78888/Neuron-Cli/tree/main/scratch/superpowers-main/skills/receiving-code-review
Command: npx skills add https://github.com/Marwan78888/Neuron-Cli --skill receiving-code-review-marwan78888

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review requires technical evaluation, not emotional performance. This guide helps you verify before implementing, restate requirements clearly, and avoid performative agreement or blind changes.

Core Features & Use Cases

  • Structured workflow: Read, understand, verify, evaluate, respond, and implement feedback item by item.
  • Clarification-first handling: If any item is unclear, pause and ask for clarification to prevent incorrect changes.
  • Technical pushback: Provide reasoned technical explanations when proposed changes are not correct for this codebase.

Quick Start

Provide structured, technically grounded feedback on the latest code changes and propose testable next steps.

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 code review feedback without introducing regressions?

Handle code review feedback by evaluating each item for correctness and non-regressions before implementing changes. Use a structured workflow to read, verify, and evaluate suggestions against project guidelines, logging decisions to ensure technical rigor.

What is the best way to push back on unclear code review comments?

Push back on unclear code review comments by pausing to ask for clarification first. If a recommendation is potentially harmful, provide a reasoned technical explanation detailing why the proposed changes are not correct for the current codebase.

How do I structure a decision log for code review changes?

Structure a decision log for code review changes by documenting each feedback item's evaluation, verification results, and alignment with project guidelines. This disciplined process tracks whether changes were implemented, clarified, or rejected with technical pushback.

When should I ask for clarification during a code review?

Ask for clarification during a code review immediately when any feedback item is unclear. This clarification-first handling approach prevents incorrect changes and ensures you understand the requirements before attempting any code modifications.

How do I verify technical feedback before implementing code changes?

Verify technical feedback before implementing code changes by applying a disciplined verification process. Check that suggestions ensure correctness, avoid non-regressions, and align with project guidelines, maintaining a clear decision log throughout the evaluation.