review-reception

Evaluate and integrate code review feedback against the codebase.

4|Updated Sep 6, 2013
One-click install
npx skills add https://github.com/mway/dotfiles --skill review-reception
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-reception
Source: https://github.com/mway/dotfiles/tree/main/home/dot_codex/skills/review-reception
Command: npx skills add https://github.com/mway/dotfiles --skill review-reception

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams handle code review feedback methodically, preventing hasty or misguided changes when feedback is unclear or conflicting.

Core Features & Use Cases

  • Read and understand each feedback item before acting.
  • Verify proposed changes against the codebase and existing tests.
  • Plan and implement changes one at a time, with targeted testing and documentation.
  • Push back with technical reasoning when feedback conflicts with context or architecture.

Quick Start

Read all feedback, verify against the codebase, and implement validated changes one at a time.

Frequently Asked Questions about review-reception

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

FAQPage Schema
How do I handle conflicting code review feedback when implementing changes?

Handle conflicting code review feedback by verifying each proposed change against the codebase and existing tests. You can push back with technical reasoning when feedback conflicts with context or architecture, prioritizing blocking issues to ensure safe integration.

What is the best way to verify code review feedback before applying a patch?

The best way to verify code review feedback is to read and understand each item, then validate proposed changes against the codebase and existing tests. Plan and implement changes one at a time with targeted testing to produce deterministic commits.

How do I integrate code review feedback methodically to avoid misguided changes?

Integrate code review feedback methodically by evaluating each item before acting, verifying proposed changes against the codebase, and implementing validated changes one at a time. This prevents hasty changes when feedback is unclear or conflicting.

Can I push back on code review comments that conflict with my codebase architecture?

Yes, you can push back on code review comments that conflict with your codebase architecture. Use technical reasoning to justify your position, ensuring changes are justified and safe before integrating them into deterministic commits.

How do I prioritize blocking issues from code review feedback?

Prioritize blocking issues from code review feedback by verifying each item against the codebase and existing tests. Focus on changes that require immediate attention, guiding documentation and testing to produce safe, deterministic commits.

Do I need to update tests and documentation when applying code review patches?

Yes, you need to update tests and documentation when applying code review patches. The process guides targeted testing and documentation updates for each validated change, ensuring deterministic commits that are justified and safe.