Chapter 18
Code Quality Suite Plugin
Code Quality Suite Plugin
Code analysis, refactoring, and clean code enforcement.
Install
bash
bash install.shComponents
- refactoring-specialist agent — Automated code improvement
- clean-code-reviewer agent — Code quality standards enforcement
- /refactor command — Safe refactoring with validation
- /optimize command — Performance optimization
Quick Start
bash
# Refactor a file or folder
/refactor src/auth/
# Analyze code quality
/audit-codebase
# Get design pattern suggestions
/design-patternsFeatures
✓ Complexity analysis ✓ Refactoring suggestions ✓ Design pattern guidance ✓ Performance optimization ✓ Maintainability scoring
See guide/workflows/ for methodology documentation.
