chinese-code-review

Generates Chinese-language code review feedback with priority labels and communication templates.

Updated Aug 14, 2026
One-click install
npx skills add https://github.com/bill80362/laravel-thread-admin --skill chinese-code-review-bill80362
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-code-review
Source: https://github.com/bill80362/laravel-thread-admin/tree/main/.github/superpowers/chinese-code-review
Command: npx skills add https://github.com/bill80362/laravel-thread-admin --skill chinese-code-review-bill80362

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Chinese development teams often struggle with code review communication: feedback is either too vague to act on or too blunt to be accepted, causing critical bugs to slip through or team friction. This Skill provides structured phrasing templates, priority labels, and anti-pattern guidance so reviews stay honest yet constructive. ## Core Features & Use Cases - Graded Review Labels: Standardized priority tags ([必须修复], [建议修改], [仅供参考], [问题]) so authors instantly know what must change before merge. - Phrasing Templates: Suggestion-over-command and question-over-negation patterns, plus ready-to-use comment templates for issues like SQL injection and race conditions. - Bilingual Conventions: Rules for Chinese/English mixed comments, Chinese Conventional Commits message formats, and guidance on when each language applies. - Use Case: When reviewing a teammate's pull request, invoke this Skill to produce a structured Chinese review summary with prioritized findings, a balanced overall assessment, and actionable fix suggestions. ## Quick Start Use the chinese-code-review skill to review this pull request and write the feedback in Chinese with priority labels.

Frequently Asked Questions about chinese-code-review

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

FAQPage Schema
How do I write code review comments in Chinese?

Use suggestion-based phrasing instead of commands, and label each comment with a priority tag like [必须修复] or [建议修改]. The Skill provides templates for common issues such as SQL injection and concurrency bugs, including cause, fix, and reference links.

What priority labels should code review comments use?

Use four levels: [必须修复] for security and logic errors blocking merge, [建议修改] for performance and maintainability issues, [仅供参考] for optional style suggestions, and [问题] when you need the author to explain intent.

Should code comments be written in Chinese or English?

Use Chinese for business logic explanations, complex algorithm notes, and internal TODOs; use English for identifiers, error messages, logs, and open-source projects. Keep a space between Chinese and English text and retain technical terms like debounce in English.

How do I give feedback to senior developers without offending them?

Frame feedback as questions about their design choices rather than assertions, such as asking why recursion was chosen over iteration and noting stack overflow risk. Code review should address the code, not the person, regardless of seniority.

When should this code review skill not be triggered?

It should only run when the user explicitly invokes /chinese-code-review. It is not meant to auto-trigger from context, and it focuses on communication style rather than automated linting, which tools like ESLint or gofmt already handle.