receiving-code-review

Automates six-step processing of code-review feedback with verification and testing.

1|Updated Jan 5, 2023
One-click install
npx skills add https://github.com/riez/dots --skill receiving-code-review-riez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: receiving-code-review
Source: https://github.com/riez/dots/tree/main/.config/agentic/skills/receiving-code-review
Command: npx skills add https://github.com/riez/dots --skill receiving-code-review-riez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews can be unclear or technically questionable; this guide provides a structured approach to interpret feedback, verify against the current codebase, and ensure changes are technically sound before proceeding.

Core Features & Use Cases

  • Read feedback in full, restate requirements, verify with codebase reality, evaluate technical correctness, respond with rationale, and implement one item at a time with tests.
  • Pause and request clarification for unclear feedback to avoid partial or wrong implementations.
  • When feedback comes from external reviewers, push back with technical reasoning if needed.

Quick Start

Begin by reading the feedback, restating the requirement, and then verifying it against the codebase before proceeding with any changes.

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 before making changes?

To handle unclear code review feedback, pause and request clarification before proceeding. This prevents wrong implementations by ensuring you fully understand the requirement and can verify it against the codebase.

What is the best way to push back on questionable code review comments?

The best way to push back on questionable code review comments is to verify the feedback against the codebase reality, evaluate its technical correctness, and then respond with clear technical reasoning.

How do I implement code review feedback safely without breaking the codebase?

To implement code review feedback safely, apply changes one item at a time and run tests after each implementation. This disciplined approach ensures technical accuracy and prevents partial or wrong implementations.

How do you verify technical accuracy when receiving a pull request review?

To verify technical accuracy when receiving a pull request review, read the feedback in full, restate the requirement, and evaluate it against the current codebase reality before implementing any changes.

What steps should I follow to process code review comments effectively?

To process code review comments effectively, follow a six-step pattern: read the feedback, understand the requirement, verify against the codebase, evaluate technical correctness, respond with rationale, and implement with tests.

Why verify code review feedback against the codebase before implementing?

Verifying code review feedback against the codebase before implementing ensures that the requested changes are technically sound and prevents incorrect modifications based on outdated or questionable reviewer assumptions.