What problem does it solve?
This Skill aids in receiving code review feedback by providing a structured approach to verify, evaluate, and implement changes, ensuring technical correctness and minimizing misunderstandings.
Core Features & Use Cases
- Structured Response Pattern: Offers a six-step process for responding to code review feedback.
- Handling Unclear Feedback: Instructs on how to handle and clarify unclear feedback.
- Source-Specific Handling: Guidelines for responding to feedback from both human partners and external reviewers.
- YAGNI Check: Encourages the removal of unused features to avoid unnecessary complexity.
- Implementation Order: Provides a structured order for implementing changes based on priority and impact.
- When To Push Back: Guidelines on when and how to push back on incorrect feedback.
- Acknowledging Correct Feedback: Instructions on how to acknowledge and implement correct feedback.
- Gracefully Correcting Pushback: Guidance on how to correct mistakes made in pushing back on feedback.
- Common Mistakes: Lists common mistakes to avoid during code reviews.
- Real Examples: Provides examples of good and bad practices in code reviews.
Quick Start
Apply the receiving-code-review skill to your next code review by following the six-step response pattern.