关于
The Clean Code Comments skill provides a robust framework for managing internal documentation within your codebase. It ensures that comments are purposeful, concise, and focused on explaining current logic rather than documenting the history of changes. By discouraging commented-out code, end-of-line placement, and process-oriented descriptions, this skill helps developers maintain a high standard of readability and reduces the cognitive load required to understand complex logic during code reviews and maintenance.