receiving-code-review

Guide AI agents to verify and respond to code review feedback.

Updated Mar 26, 2025
One-click install
npx skills add https://github.com/GSU-FrankJ/tournament_experiment --skill receiving-code-review-gsu-frankj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/GSU-FrankJ/tournament_experiment/tree/main/.cursor/skills/receiving-code-review
Command: npx skills add https://github.com/GSU-FrankJ/tournament_experiment --skill receiving-code-review-gsu-frankj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you navigate code review feedback by ensuring you technically verify suggestions before implementing them, preventing unnecessary work and maintaining code integrity.

Core Features & Use Cases

  • Technical Verification: Empowers you to question and validate feedback against the codebase's reality.
  • Reasoned Pushback: Provides a framework for constructively disagreeing with feedback when technically justified.
  • Structured Implementation: Guides you on how to implement feedback item by item, ensuring thoroughness.
  • Use Case: When a reviewer suggests a change, instead of blindly implementing, you use this Skill to first check if the suggestion is technically sound, aligns with project goals (YAGNI), and doesn't break existing functionality.

Quick Start

When receiving code review feedback, verify each item technically 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 verify code review feedback before implementing changes?

Verify code review feedback by understanding, evaluating, and checking it against the codebase's reality before implementation. This ensures suggestions are technically sound, align with YAGNI principles, and prevent unnecessary work or broken functionality.

What is the best way to handle code review feedback I disagree with?

Handle code review disagreements using reasoned pushback instead of performative agreement. Constructively argue against feedback when technically justified, ensuring you first validate the suggestion against the codebase and project goals before responding.

How do I implement code review suggestions item by item?

Implement code review suggestions through a structured pattern: understand, verify, evaluate, and implement each item individually. This structured approach ensures thoroughness and confirms that each change aligns with project goals and YAGNI principles.

What should I do when code review feedback is unclear?

When code review feedback is unclear, request clarification before proceeding. The process emphasizes understanding and technically verifying suggestions first, preventing unnecessary work caused by implementing ambiguous or incorrect external suggestions.

When should I pushback on code review suggestions?

Pushback on code review suggestions when they violate YAGNI principles, lack technical soundness, or threaten existing code integrity. Technically verify the feedback against the codebase reality first to justify your refusal with concrete evidence.

Can I apply YAGNI principles to reject code review feedback?

Yes, apply YAGNI principles to reject code review feedback when suggestions introduce unnecessary features. The framework evaluates whether feedback aligns with project goals and technical requirements before implementation, preventing scope creep and maintaining code integrity.