What problem does it solve? Code reviews often drown in style nitpicks while real defects slip through. This Skill enforces a disciplined review process that prioritizes correctness, lifecycle, and security issues, producing a small number of evidence-backed blocking findings instead of a pile of subjective opinions. ## Core Features & Use Cases - Priority-Ordered Review: Checks correctness, lifecycle/concurrency, security, contract consistency, and test strength before ever mentioning style. - Strict Blocking Criteria: Only flags merge blockers with concrete evidence, such as a reproducible failing input, a resource leak path, or a silent failure. - Structured Output Format: Delivers findings sorted by severity with file, line, explanation, and a concrete fix suggestion, labeled as blocking, suggestion, or question. - Use Case: Paste a pull request diff and receive a Chinese-language review that identifies a listener leak on an error path in session.ts with the exact fix, rather than twenty formatting complaints. ## Quick Start Review this pull request diff and give me blocking findings with evidence in Chinese.