Review Buddy

Generates polite, mentor-style code review comments in Korean business language.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dudqks0319-cpu/antigravity-skills --skill review-buddy-dudqks0319-cpu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Review Buddy
Source: https://github.com/dudqks0319-cpu/antigravity-skills/tree/main/review-buddy
Command: npx skills add https://github.com/dudqks0319-cpu/antigravity-skills --skill review-buddy-dudqks0319-cpu

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about Review Buddy

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

FAQPage Schema
How do I write polite code review comments in Korean?▼

Phrase critiques as suggestions using honorific speech, such as proposing a change rather than stating an error. This Skill applies a sandwich structure of praise, improvement suggestion, and encouragement to keep feedback respectful.

What should a code review checklist cover?▼

A solid checklist covers bug risks like missed edge cases and null pointer dereferences, readability issues like poor naming and oversized functions, performance concerns like redundant loops and memory leaks, and comment clarity.

What is the sandwich feedback method in code reviews?▼

The sandwich method opens with genuine praise, presents the improvement suggestion in the middle, and closes with encouragement. It softens criticism so junior developers stay motivated while still receiving actionable feedback.

Can this review style be used outside Korean corporate culture?▼

The persona and phrasing are tuned for Korean business etiquette with honorific language. Teams in other cultures can reuse the checklist and sandwich structure, but the tone may feel overly formal for direct-communication environments.

Does this Skill run automated static analysis on code?▼

No, it is a prompt-based review persona without scripts or analysis tooling. It guides the AI to inspect code manually against its checklist and phrase findings politely, rather than executing linters or parsers.