code-quality
Installation
SKILL.md
Code Quality
Analyzes code structure for smells, design principle violations, complexity, and coupling, then delivers prioritized refactoring suggestions.
Purpose
Detect code smells, SOLID violations, and complexity hotspots in existing code and produce actionable refactoring recommendations.
Trigger
Apply when user explicitly requests:
- "review code quality", "check clean code", "find code smells"
- "SOLID analysis", "check design", "analyze architecture", "check complexity"
- "DRY violation", "review design patterns", "analyze code structure"
- "分析代碼品質", "找 code smell", "審查設計", "代碼結構分析"