receiving-code-review

Verify code review feedback accuracy before implementing changes.

1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/dmedina-dev/dev-forge --skill receiving-code-review-dmedina-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/dmedina-dev/dev-forge/tree/main/plugins/forge-superpowers/skills/receiving-code-review
Command: npx skills add https://github.com/dmedina-dev/dev-forge --skill receiving-code-review-dmedina-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often receive code review comments that are unclear, technically questionable, or overly performative, leading to blind implementation or wasted effort.

Core Features & Use Cases

  • Structured Response Pattern: Guides through reading, understanding, verifying, evaluating, responding, and implementing feedback.
  • Clarification Prompts: Detects ambiguous items and forces clarification before any code changes.
  • YAGNI & Technical Checks: Validates relevance, impact, and necessity of suggested changes, preventing unnecessary work.
  • Push‑back Guidance: Provides safe, technical ways to challenge incorrect or risky suggestions.
  • Use Cases: Ideal for handling pull‑request comments from teammates or external reviewers, ensuring each suggestion is technically vetted before action.

Quick Start

Use the receiving-code-review skill to analyze a code review comment and produce a concise, verified reply.

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 unclear code review feedback without blindly implementing changes?

To handle unclear code review feedback, verify its accuracy before implementation by reading, understanding, and validating each comment. Force clarification for ambiguous items and evaluate technical necessity to prevent wasted effort.

What is the best way to push back on incorrect pull-request comments from teammates?

The best way to push back on incorrect pull-request comments is to use safe, technical challenges based on verified accuracy. Validate the suggestion first, apply YAGNI checks for relevance, and respond with technically vetted points.

How do I validate if a code review suggestion is actually necessary for my project?

To validate if a code review suggestion is necessary, apply YAGNI checks to evaluate the relevance and impact of proposed changes. This prevents unnecessary work by ensuring each suggestion is technically vetted before action.

Can I process external pull-request comments the same way as internal code reviews?

Yes, you can process external pull-request comments the same way as internal code reviews. A structured response pattern guides developers through clarification, validation, and response steps for both internal and external feedback.

Do I need external tools to verify technical correctness in code review feedback?

No, you do not need external tools to verify technical correctness in code review feedback. The process enforces technical correctness and YAGNI checks internally, discouraging performative agreement without requiring additional dependencies.