What problem does it solve?
This skill addresses the accumulation of technical debt and code complexity that occurs during rapid development cycles, ensuring that new implementations remain clean, consistent, and performant.
Core Features & Use Cases
- Automated Refinement: Automatically identifies and removes low-information comments, redundant branches, and dead code.
- Pattern Enforcement: Ensures new code adheres to existing project conventions, helpers, and architectural patterns.
- Use Case: After completing a complex feature implementation, use this skill to perform a scoped code-quality pass that cleans up temporary abstractions and improves readability without altering the underlying logic.
Quick Start
Ask the agent to simplify the code changes made in the most recent commit to ensure they follow project standards.