code-quality
Installation
SKILL.md
Code Review - Code Quality
Evaluate code quality, maintainability, SOLID adherence, and dead code candidates. This skill is Phase 2 of the 6-phase code review methodology.
When to Use This Skill
Use this skill when you need to:
- Assess code maintainability
- Identify technical debt
- Review coding standards compliance
- Measure code complexity
- Find code smells and anti-patterns
- Evaluate SOLID principle adherence
- Identify dead code removal candidates
Trigger phrases: "code quality", "code review", "technical debt", "code smells", "maintainability", "complexity", "best practices", "clean code", "SOLID", "dead code"