receiving-code-review

Verify code review feedback against the codebase before implementing changes.

146|35|Updated Mar 20, 2023
One-click install
npx skills add https://github.com/mwangli/stock-trading --skill receiving-code-review-mwangli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/mwangli/stock-trading/tree/main/.trae/skills/receiving-code-review
Command: npx skills add https://github.com/mwangli/stock-trading --skill receiving-code-review-mwangli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams handle code review feedback with rigorous technical verification before making changes, reducing misinterpretations and wasted effort.

Core Features & Use Cases

  • Restate requirements to avoid ambiguity and ask clarifying questions.
  • Verify feedback against the codebase, tests, and project standards.
  • Implement changes one item at a time with traceable reasoning and testing.
  • Use structured pushback with technical justification when feedback is unclear or incorrect.

Quick Start

Read feedback in full, restate the requirement in your own words, verify it against the codebase, push back with technical reasoning if needed, and implement changes one item at a time.

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 code review feedback without making incorrect changes?

Code review feedback should be verified against the codebase and project standards before implementation. You must restate the requirement, verify the issue, evaluate the technical context, and implement changes one item at a time with traceable reasoning.

What is the best way to push back on a pull request review comment?

Pushback on a pull request review comment requires structured technical justification. You should verify the feedback against tests and codebase logic first, then respond with clear technical reasoning if the feedback is incorrect or ambiguous.

How do I process multiple code review items on a single pull request?

Process multiple code review items by reading all feedback in full, restating each requirement to avoid ambiguity, and implementing changes one item at a time. This ensures traceable reasoning and testing for each individual change.

When should I ask for clarification during a code review?

You should ask for clarification during a code review when feedback items are ambiguous. Restate the requirement in your own words to verify understanding, and request clarifications before proceeding with any code changes.

How do I stop performative agreement when responding to code review feedback?

To stop performative agreement, enforce a strict workflow for code review feedback: read, understand, verify, evaluate, respond, and implement. Disallow performative agreement by requiring technical verification against the codebase before agreeing to changes.