What problem does it solve?
It helps you systematically evaluate code changes for correctness, maintainability, and fit for purpose while prioritizing fixes by severity.
Core Features & Use Cases
- Structured review coverage: Examines architecture, naming quality, complexity, coupling, test/documentation gaps, and dead code signals.
- Smell-driven inspection: Guides detection across bloaters, change preventers, couplers, dispensables, and OO-abuse categories.
- Severity-first outputs: Produces findings graded into Blocking, Recommendation, and Observation so the highest-impact issues get addressed first.
- Scope clarity: Avoids duplicating other design-signal skills by focusing on review mechanics while pointing to companion guidance for SOLID/GRASP.
Quick Start
Use the code-review skill to review a proposed diff by producing findings grouped by severity, covering structure, naming, complexity, coupling, test and documentation gaps, and dead code signals.