receiving-code-review

Verify code-review feedback against the codebase before implementing changes.

190|18|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/havingautism/Codemini-CLI --skill receiving-code-review-havingautism
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/havingautism/Codemini-CLI/tree/main/skills/receiving-code-review
Command: npx skills add https://github.com/havingautism/Codemini-CLI --skill receiving-code-review-havingautism

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review feedback can be unclear or technically questionable; this skill provides a disciplined process to verify before implementing.

Core Features & Use Cases

  • Structured verification: Read and restate requirements, verify against codebase reality, and provide technical pushback if needed.
  • Stepwise implementation: Implement one item at a time with testing, ensuring no regressions.
  • Clarity and risk management: Ask clarifying questions and document rationale.

Quick Start

When you receive code-review feedback, apply the six-step pattern to guide your response and implementation.

Frequently Asked Questions about receiving-code-review

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

FAQPage Schema
How do I handle unclear code review feedback on a pull request?

Handle unclear code review feedback by applying a structured verification process: restate the requirements, verify the critique against codebase reality, and ask clarifying questions before implementing any changes to ensure technical accuracy.

What is the best way to verify technically questionable code review comments?

The best way to verify technically questionable code review comments is to rigorously evaluate the feedback against the actual codebase, provide technical pushback if the critique is invalid, and document the rationale to ensure proper risk management.

How to implement code review changes step by step without regressions?

Implement code review changes step by step by processing one item at a time with dedicated testing after each modification. This stepwise implementation ensures no regressions and maintains clear communication throughout the pull request update cycle.

When do I need to ask for clarification during a code review?

You need to ask for clarification during a code review when feedback is unclear or potentially risky. Use explicit prompts for clarifications to fully understand the technical critique before beginning any implementation across software projects or platforms.

How does disciplined code review verification manage technical risk?

Disciplined code review verification manages technical risk by enforcing a decision flow that includes understanding, verifying, evaluating, and implementing changes. This structured approach prevents premature implementation of questionable feedback and documents rationale.