receiving-code-review

Verify code review feedback against the codebase before implementing changes.

5|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/russosalv/NONoise --skill receiving-code-review-russosalv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/russosalv/NONoise/tree/main/packages/skills/vendor/superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/russosalv/NONoise --skill receiving-code-review-russosalv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduce incorrect or performative responses to code review feedback by enforcing a verify-before-implement workflow that protects code quality and prevents regressions.

Core Features & Use Cases

  • Structured Reception Pattern: Read, restate, verify, evaluate, respond, and implement in that order to avoid partial or mistaken changes.
  • Decision Guidance: When to push back, when to implement, and how to prioritize fixes (blocking, simple, complex).
  • Use Case: Handle ambiguous external reviewer suggestions by checking code context, assessing compatibility, and producing a concise technical reply or clarification request.

Quick Start

Use the receiving-code-review pattern to verify reviewer suggestions against the codebase, request clarifications for unclear items, and produce a concise technical response before implementing any changes.

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?

To verify code review feedback, follow a structured reception pattern: read, restate, verify, evaluate, respond, and implement in that order. This enforces a verify-before-implement workflow to protect code quality and prevent regressions.

When should I push back on a pull request review comment?

You should push back on a pull request review comment after validating the suggestion against your codebase and project constraints. The workflow requires checking code context and test outcomes to prioritize issues as blocking, simple, or complex before deciding to push back or implement.

What is the best way to respond to ambiguous external reviewer suggestions on GitHub?

The best way to respond to ambiguous external reviewer suggestions is to check the code context, assess compatibility, and produce a concise technical reply or clarification request. This ensures technical correctness is validated before any changes are implemented.

How do I prioritize fixes suggested in code review feedback?

To prioritize fixes from code review feedback, categorize issues as blocking, simple, or complex based on verified code context and test outcomes. This decision guidance prevents incorrect or performative responses and avoids partial or mistaken changes.

Does responding to code review comments require access to test and build outcomes?

Yes, responding to code review comments requires access to test and build outcomes. The verification process depends on relevant code context, reviewer comments, and test results to validate suggestions and produce concise technical replies.

Why do I need to verify reviewer suggestions against the codebase?

You need to verify reviewer suggestions against the codebase to reduce incorrect or performative responses to code review feedback. This verification enforces a workflow that protects code quality and prevents regressions before implementing any changes.