code-quality-review
Installation
SKILL.md
Code Quality Review
Purpose
Use this skill to perform a strict, evidence-based review of code quality and maintainability. Focus on whether the change keeps the codebase easier to understand, modify, test, and extend.
Prioritize structural concerns over style nits: abstraction quality, branching complexity, file growth, boundary cleanliness, canonical-layer ownership, duplication, orchestration complexity, and refactoring opportunities that preserve behavior while simplifying the implementation.
When to Use
Use this skill when the user asks for:
code quality review,code review,maintainability review, orarchitecture quality review- PR or diff feedback focused on code structure, maintainability, abstractions, or refactoring opportunities
- Chinese requests such as
代码质量审查,代码质量 review,可维护性审查, or架构质量审查
When to Skip
Do not use this skill as the primary guide for: