概要
Transforms functionally correct code into production-grade software by systematically identifying and correcting style violations, architectural inconsistencies, and technical debt. It bridges the gap between 'working' code and 'maintainable' code by applying automated linting, enforcing naming conventions, and refactoring for clarity while strictly preserving behavioral correctness verified by earlier audits. This skill is essential for developers looking to maintain high-quality codebases where readability, security, and long-term evolution are as important as immediate functionality, ensuring code is polished before it reaches human review.