What problem does it solve?
This skill addresses the accumulation of technical debt and AI-generated code smells by providing a structured, incremental review process that enforces clean code principles without requiring manual oversight for every minor detail.
Core Features & Use Cases
- Multi-Pass Quality Review: Systematically checks code for readability, structural smells, architectural boundary violations, and AI-generated slop.
- Context-Aware Analysis: Reviews changes based on existing project conventions rather than imposing foreign styles.
- Use Case: Use this skill after a feature implementation to ensure the new code adheres to SOLID principles, removes unnecessary abstractions, and maintains consistent architectural boundaries before merging.
Quick Start
Run the cleanup skill on the current staged changes to identify and report code quality improvements.