About
Enhances code readability and maintainability by applying a consistent and meaningful commenting style. This skill enforces clear formatting rules for standalone, inline, and multi-line comments, and advocates for explaining the 'why' behind complex code rather than simply narrating the 'what'. It helps eliminate redundant or unhelpful comments and provides language-specific conventions, such as GoDoc, to ensure the generated code is not only functional but also easy for developers to understand and maintain.