staff-receiving-code-review

Evaluate code review feedback against the codebase before implementation.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/HexSleeves/skills --skill staff-receiving-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: staff-receiving-code-review
Source: https://github.com/HexSleeves/skills/tree/main/skills/staff-review-reception
Command: npx skills add https://github.com/HexSleeves/skills --skill staff-receiving-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you respond to code review feedback without blind agreement, rushed changes, or confusion when comments are unclear or technically questionable.

Core Features & Use Cases

  • Verify Before Acting: Check review comments against the actual codebase before making changes.
  • Clarify Ambiguity: Stop and ask for clarification when feedback is incomplete or items conflict.
  • Push Back When Needed: Respond with technical reasoning when a suggestion would break behavior, violate YAGNI, or ignore architectural context.
  • Use Case: A reviewer asks for several changes, but two are vague and one seems risky; this Skill helps you evaluate each item, request clarification, and implement only what is justified.

Quick Start

Use this skill to assess my code review feedback, verify it against the repository, and help me respond with precise technical acknowledgment or pushback.

Frequently Asked Questions about staff-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 making changes?

To evaluate code review feedback, verify each comment against the actual codebase, test changes one at a time, and push back with technical reasoning if suggestions break behavior or violate YAGNI.

What should I do when a pull request comment is unclear or incomplete?

When a pull request comment is unclear or incomplete, you should stop and ask the reviewer for clarification before making any changes to ensure you understand the exact intent.

How do I push back on technically questionable code review suggestions?

To push back on questionable code review suggestions, respond with precise technical reasoning detailing why the change would break behavior, violate YAGNI, or ignore architectural context.

How to handle conflicting feedback items in a pull request?

To handle conflicting feedback items in a pull request, evaluate each suggestion individually against the codebase, identify the conflicts, and request clarification to resolve the contradictions before implementation.

Can I implement multiple code review changes at the same time?

You should not implement multiple code review changes at the same time; instead, apply one-at-a-time tested changes to isolate behavior verification and ensure each modification works exactly as intended.