receiving-code-review

Evaluate code review feedback for technical correctness before implementation.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/Cripacx/agentic-dotnet --skill receiving-code-review-cripacx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Cripacx/agentic-dotnet/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/Cripacx/agentic-dotnet --skill receiving-code-review-cripacx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you critically evaluate code review feedback, ensuring that suggestions are technically sound, relevant to the codebase, and aligned with project goals, rather than blindly accepting them.

Core Features & Use Cases

  • Technical Verification: Assess feedback for correctness and impact before implementation.
  • Reasoned Pushback: Formulate clear, technical arguments against incorrect or irrelevant suggestions.
  • Clarification Handling: Request more information when feedback is ambiguous.
  • Use Case: When a reviewer suggests a change that seems unnecessary or potentially harmful, use this skill to systematically question and verify the suggestion before making any modifications.

Quick Start

When receiving code review feedback, verify each item against the codebase reality before implementing.

Frequently Asked Questions about receiving-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate code review feedback before implementing changes?

Evaluating code review feedback requires verifying technical correctness and relevance against the codebase before implementation. You must assess suggestions for their impact and alignment with project goals, prioritizing technical rigor over performative agreement.

What is the best way to push back on questionable code review comments?

Pushing back on questionable code review comments involves formulating clear, technical arguments against incorrect or irrelevant suggestions. You must verify the suggestion against codebase reality and provide reasoned pushback rather than blindly accepting the feedback.

How do I apply YAGNI principles when processing code review suggestions?

Applying YAGNI principles to code review suggestions means ensuring adherence to proper implementation order and rejecting unnecessary additions. You must verify that requested changes are relevant to the codebase and aligned with actual project goals before writing code.

When should I not implement code review feedback?

You should not implement code review feedback when suggestions are potentially harmful, unnecessary, or lack technical soundness. If verification reveals the feedback does not align with project goals or violates YAGNI principles, reasoned pushback is required.