소개
The Naming Reviewer skill transforms cryptic or generic code into self-documenting software by systematically analyzing variables, functions, and classes. It leverages a comprehensive library of naming principles and antipattern detection to replace vague terms like 'process' or 'data' with intent-revealing identifiers. This skill is particularly useful during code reviews, legacy code refactoring, or when preparing a codebase for better long-term maintainability, ensuring that every identifier follows language-specific conventions and project-wide consistency while preserving original functionality.