receiving-code-review

Evaluate and respond to code review feedback with technical verification.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill receiving-code-review-geargrindadmin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/Geargrindadmin/gg-agentic-harness/tree/main/.agent/skills/receiving-code-review
Command: npx skills add https://github.com/Geargrindadmin/gg-agentic-harness --skill receiving-code-review-geargrindadmin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of receiving code review feedback by ensuring that suggestions are technically sound, contextually relevant, and aligned with project goals, rather than being blindly accepted or performatively agreed upon.

Core Features & Use Cases

  • Technical Verification: Empowers users to verify the technical correctness and impact of feedback before implementation.
  • Reasoned Pushback: Provides a framework for constructively challenging feedback that may be unclear, incorrect, or counterproductive.
  • Use Case: When a reviewer suggests a change that seems to break existing functionality or introduce unnecessary complexity, this Skill guides you to ask clarifying questions, verify against the codebase, and push back with technical reasoning if necessary.

Quick Start

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

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?

Evaluate code review feedback by verifying each suggestion against the codebase and project requirements. This ensures technical rigor and contextual relevance, preventing the implementation of incorrect or unnecessary changes.

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

Push back on code review comments using technical reasoning rather than performative agreement. Verify the suggestion's impact on existing functionality, ask clarifying questions for unclear feedback, and respond with reasoned technical justification.

How do I handle unclear code review feedback from external reviewers?

Handle unclear code review feedback from external reviewers by applying specific strategies to request clarification. Define forbidden responses upfront and evaluate the suggestions against codebase reality before proceeding with any implementation.

When should I perform a YAGNI check on code review suggestions?

Perform a YAGNI check on code review suggestions when feedback introduces unnecessary complexity or features. This verifies whether the proposed changes align with current project requirements and codebase reality before implementation.

Why does blindly accepting code review feedback cause problems?

Blindly accepting code review feedback causes problems because suggestions may be technically unsound or contextually irrelevant. Evaluating feedback ensures changes align with project goals and prevents breaking existing functionality.