What problem does it solve? Chinese development teams often struggle with code review feedback that is either overly polite (hiding critical bugs) or bluntly copied from Western styles (causing friction). This Skill provides structured guidance for writing review comments that are direct about problems yet culturally appropriate, plus conventions for Chinese-English mixed comments and bilingual commit messages. ## Core Features & Use Cases - Graded Feedback Labels: Standardized priority tags ([必须修复], [建议修改], [仅供参考], [问题]) so authors instantly know what must be fixed versus optional suggestions. - Expression Patterns: Templates for replacing commands with suggestions and negations with questions, including phrasing for reviewing senior developers' code. - Bilingual Conventions: Rules for when to use Chinese vs English in comments, mixed-language spacing, and Conventional Commits formatted in Chinese (feat/fix/refactor with Chinese descriptions). - Use Case: A reviewer finds a SQL injection vulnerability in a teammate's PR. Instead of writing a blunt command or an overly vague hint, they produce a [必须修复] comment explaining the risk, the attack vector, and a parameterized query fix with a reference link. ## Quick Start Review this pull request diff and write Chinese code review comments using priority labels and suggestion-style phrasing.