receiving-code-review

Verify code-review suggestions against the repository and outline itemized implementation plans.

Updated May 4, 2026
One-click install
npx skills add https://github.com/Ab0umar/SRV100_Acc --skill receiving-code-review-ab0umar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Ab0umar/SRV100_Acc/tree/main/.codex/plugins/cache/openai-curated/superpowers/dc902811/skills/receiving-code-review
Command: npx skills add https://github.com/Ab0umar/SRV100_Acc --skill receiving-code-review-ab0umar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review requires technical evaluation, not emotional performance. Verify before implementing. Ask before assuming. Technical correctness over social comfort.

Core Features & Use Cases

  • Read feedback completely before reacting to preserve objectivity.
  • Restate the requirement in your own words (or ask for clarification) to avoid misinterpretation.
  • Verify feedback against the actual codebase, tests, and project constraints.
  • Evaluate whether the requested change is technically sound for THIS codebase and context.
  • Respond with technical acknowledgment or reasoned pushback, and propose an implementable plan.
  • Implement changes one item at a time, testing each increment.
  • Follow source-specific handling guidelines: push back with technical reasoning if necessary, and avoid performative agreement.

Quick Start

Restate the feedback, verify it against the repository, and outline a plan to implement changes one item at a time.

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 just agreeing to everything?

Handle code review feedback by verifying the suggestion against the actual codebase and tests before implementing. Respond with reasoned pushback using concrete technical reasoning and code references instead of performative agreement.

What is the best way to verify a code review suggestion before implementing it?

The best way to verify a code review suggestion is to restate the requirement, check it against repository constraints, and evaluate technical soundness. Outline an itemized plan to implement changes one step at a time for measurable validation.

How do I push back on a code review comment technically?

Push back on a code review comment by providing concrete reasoning and direct references to existing code and tests. Ensure your technical evaluation prioritizes correctness over social comfort and avoids emotional performance.

How do I implement code review changes safely to minimize risk?

Implement code review changes safely by limiting the scope to a single change per step. Outline a technically sound, itemized plan and test each increment individually to minimize risk and ensure measurable validation.

Why should I restate code review requirements in my own words?

Restate code review requirements in your own words to preserve objectivity and avoid misinterpretation. If a suggestion is unclear, ask for clarification before reacting to ensure the requested change is technically sound for your codebase.

When should I ask for clarification during a code review?

Ask for clarification during a code review when feedback is ambiguous or cannot be verified against project constraints. Read the feedback completely before reacting to ensure you evaluate whether the requested change is technically sound for the current context.