receiving-code-review

Verify code review feedback against the codebase and respond systematically.

53|4|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/roundpilot/superpowers-antigravity --skill receiving-code-review-roundpilot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/roundpilot/superpowers-antigravity/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/roundpilot/superpowers-antigravity --skill receiving-code-review-roundpilot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers handle code review feedback effectively, ensuring technical correctness and minimizing miscommunication.

Core Features & Use Cases

  • Technical Verification: Encourages developers to verify feedback against the codebase before implementation.
  • Response Pattern: Provides a structured response pattern for code review feedback.
  • Handling Unclear Feedback: Offers guidance on how to handle unclear feedback to prevent incorrect implementations.
  • Source-Specific Handling: Differentiates between feedback from peers and external reviewers.
  • YAGNI Check: Promotes the removal of unused features to maintain code quality.
  • Implementation Order: Suggests a systematic approach to implementing feedback items.
  • When To Push Back: Defines scenarios where it's appropriate to push back on feedback.
  • Acknowledging Correct Feedback: Offers guidance on how to acknowledge correct feedback.
  • Gracefully Correcting Pushback: Provides a framework for correcting mistakes in pushback.
  • Common Mistakes: Lists common mistakes to avoid during code reviews.

Quick Start

Use the receiving-code-review skill to respond to code review feedback on your latest pull request.

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 effectively without misinterpreting technical requirements?

Handle code review feedback by applying a structured response pattern that verifies comments against the actual codebase before implementation, ensuring technical correctness and minimizing miscommunication with reviewers.

What is the best way to respond to unclear code review comments on a pull request?

The best way to respond to unclear code review comments is to seek clarification systematically before implementing changes, preventing incorrect modifications and ensuring the feedback aligns with the codebase logic.

When should I push back on code review feedback versus acknowledging it as correct?

Push back on code review feedback when technical verification proves it incorrect, but acknowledge correct feedback directly and gracefully correct any mistaken pushback to maintain code quality.

How do I systematically implement multiple code review items and check for YAGNI violations?

Systematically implement code review items by following a suggested implementation order, applying the YAGNI check to identify and remove unused features, and maintaining technical rigor throughout the process.

Does code review feedback handling differ between peer reviewers and external reviewers?

Code review feedback handling differentiates between peer and external reviewers through source-specific handling strategies, ensuring technical verification and response patterns match the reviewer's context.