receiving-code-review

Evaluate code review feedback against the codebase before implementing changes.

8|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill receiving-code-review-joecp17
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/JoeCP17/LLM-Dot-files/tree/main/claude/skills/superpowers/receiving-code-review
Command: npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill receiving-code-review-joecp17

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents incorrect or risky code changes by forcing careful evaluation of code review feedback, especially when the suggestion is unclear, technically questionable, or conflicts with the existing codebase.

Core Features & Use Cases

  • Technical verification over performative agreement: Read, restate, verify against the codebase, and only then decide to respond or implement.
  • Clarification-first workflow: If any item is unclear, stop implementation and ask targeted questions before proceeding.
  • Evidence-based pushback: Push back with technical reasoning using tests, compatibility checks, and YAGNI (remove or avoid unused/probably unnecessary features).

Quick Start

Use receiving-code-review when you receive multi-part pull request feedback and you need to confirm which items are correct for this codebase before making 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 ambiguous code review feedback before changing code?

To verify ambiguous code review feedback, restate the comments, validate them against the codebase, and ask targeted clarification questions before proceeding with any implementation to prevent incorrect or risky changes.

What is the best way to handle pull request comments suggesting complex features?

The best way to handle pull request comments suggesting complex features is to apply a YAGNI check to evaluate if the feature is truly necessary, ensuring you avoid implementing probably unnecessary additions.

How do I push back on code review feedback that conflicts with my codebase?

To push back on code review feedback that conflicts with your codebase, use evidence-based technical reasoning by running tests, checking compatibility, and validating the guidance against actual codebase behavior.

How do I implement multi-part pull request feedback step by step?

To implement multi-part pull request feedback step by step, confirm which items are correct for your codebase, then apply changes sequentially using test-by-test verification to validate each modification.

When should I stop implementation and ask for clarification on a PR comment?

You should stop implementation and ask for clarification on a PR comment when any feedback item is unclear, technically questionable, or ambiguous, gating your implementation until you receive a targeted answer.