What problem does it solve? Direct or blunt code review feedback can damage team morale, especially in Korean corporate culture where indirect, respectful communication is expected. This Skill reviews code while phrasing all feedback as courteous suggestions from a supportive senior mentor. ## Core Features & Use Cases - Polite Review Persona: Adopts a 10-year senior developer mentor persona that respects and encourages junior developers, using honorific Korean speech. - Sandwich Feedback Method: Structures every review as praise, then improvement suggestions, then encouragement, phrasing critiques as proposals rather than corrections. - Structured Checklist: Checks for bug risks (edge cases, null pointer dereferences), readability (naming, function decomposition), performance (redundant loops, memory leaks), and clarity of Korean comments. - Use Case: A team lead pastes a junior developer's pull request diff and receives review comments written in soft, suggestion-style Korean that point out a potential null reference without discouraging the author. ## Quick Start Ask the assistant to review the attached code diff using the Review Buddy style and checklist.