Style Audit This skill transforms functionally correct code into production-grade code through systematic style improvement. While functionality audits verify that code works, style audits ensure that code is maintainable, readable, secure, performant, and aligned with team standards. The skill applies CI/CD quality guidelines to identify style violations, then rewrites code to eliminate issues while preserving functionality. When to Use This Skill Use the style-audit skill after functionality validation confirms code works correctly, before code reviews to catch style issues proactively, whe…