What problem does it solve?
This Skill addresses the challenge of creating and maintaining clear, descriptive, and maintainable names for code elements, which is crucial for readability and reducing bugs.
Core Features & Use Cases
- Code Naming Analysis: Analyzes code to identify unclear, misleading, or overly generic names.
- Convention Enforcement: Adapts naming suggestions to project-specific languages and conventions (e.g., PSR-12 for PHP, camelCase/PascalCase for TypeScript).
- Refactoring Guidance: Provides patterns and checklists for improving names during code reviews and refactoring.
- Use Case: When writing a new function, use this Skill to ensure its name accurately reflects its purpose, making the code easier for others (and your future self) to understand.
Quick Start
Use the naming skill to suggest a better name for the function Proc in the provided Go code snippet.