receiving-code-review

Standardize code review feedback responses with technical verification and evidence.

9|Updated Jul 3, 2026
One-click install
npx skills add https://github.com/TonyQ-AI/agents-workflow --skill receiving-code-review-tonyq-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/TonyQ-AI/agents-workflow/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/TonyQ-AI/agents-workflow --skill receiving-code-review-tonyq-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents superficial, performative, or incorrect responses to code review feedback, ensuring that all changes are technically validated and aligned with project requirements before implementation.

Core Features & Use Cases

  • Technical Validation: Enforces a strict verify-before-implement protocol to prevent regressions and unnecessary code changes.
  • Conflict Resolution: Provides a structured framework for challenging incorrect or context-blind feedback using technical evidence.
  • Use Case: When an external reviewer suggests a refactor that conflicts with existing architectural decisions or YAGNI principles, this skill guides you to verify the code usage and provide a data-backed rebuttal instead of blindly accepting the suggestion.

Quick Start

Use the receiving-code-review skill to evaluate the pending feedback on the current pull request and prepare a technically sound response.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I respond to code review feedback without blindly accepting changes?

Responding to code review feedback requires a verify-before-implement protocol that prioritizes technical validation. You must check if suggested refactors align with existing architectural decisions and YAGNI principles before writing any code.

What is the best way to challenge incorrect code review suggestions?

Challenging incorrect code review suggestions involves using a structured conflict resolution framework backed by technical evidence. You verify actual code usage and provide data-backed rebuttals instead of performative or superficial responses to maintain architectural integrity.

When do I need to verify external code review feedback before integration?

You need to verify external code review feedback before integration when changes require critical assessment. This prevents implementing unverified or redundant code changes that could cause regressions or conflict with project requirements.

How to handle refactoring suggestions that conflict with YAGNI principles?

Handling refactoring suggestions that conflict with YAGNI principles requires checking existing architectural decisions and verifying actual code usage. You then prepare a technically sound response using evidence-based communication to reject unnecessary changes.

Does this approach to receiving code review work for peer feedback in software development workflows?

Yes, this approach standardizes the response process for peer feedback in software development workflows. It applies technical verification to ensure all changes are technically validated and aligned with project requirements before implementation.