receiving-code-review

Verify code review feedback and plan implementation steps.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/PlazaCC/antes-da-tela --skill receiving-code-review-plazacc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/PlazaCC/antes-da-tela/tree/main/.agents/skills/receiving-code-review
Command: npx skills add https://github.com/PlazaCC/antes-da-tela --skill receiving-code-review-plazacc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps developers process code review comments with technical rigor, preventing blind implementation, miscommunication, and accidental regressions.

Core Features & Use Cases

  • Structured Reception: Guides you through reading, restating, verifying, and evaluating each review item.
  • Clarification Prompts: Generates precise questions for ambiguous feedback.
  • Technical Push‑Back: Provides reasoned arguments when suggestions conflict with the codebase or project goals.
  • Implementation Planning: Orders fixes by impact and ensures isolated testing.

Quick Start

Tell the skill to walk you through handling a code review comment and planning verification steps.

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 restating requirements, asking clarifying questions, and assessing technical impact on the codebase. This structured reception process prevents blind implementation, miscommunication, and accidental regressions when processing pull-request comments.

What is the best way to handle ambiguous pull-request comments?

Handle ambiguous pull-request comments by generating precise clarification questions for the reviewer. This ensures you understand the technical intent before modifying code, preventing miscommunication and unnecessary regressions in the software engineering workflow.

How do I push back on code review suggestions that conflict with my codebase?

Push back on conflicting code review suggestions by formulating reasoned technical arguments based on project goals and codebase constraints. This approach evaluates reviewer critiques rigorously rather than implementing suggestions blindly.

How do I plan code fixes after receiving reviewer critiques?

Plan code fixes after receiving reviewer critiques by ordering changes based on technical impact and ensuring isolated testing. This implementation planning step verifies that each code review modification functions correctly without introducing regressions.

Can I use this process for external code critiques and reviewer suggestions?

Yes, you can use this process for external code critiques, reviewer suggestions, and pull-request comments. It guides you to evaluate each review item with technical rigor, ensuring correctness regardless of the feedback source.

Why should I restate requirements when processing code review comments?

Restate requirements when processing code review comments to verify technical correctness before acting. This structured reception step ensures you accurately understand the feedback, preventing blind implementation and accidental regressions in your software.