What problem does it solve?
This Skill addresses the challenge of ensuring code is easy to review, understand, and modify by promoting best practices in naming, structure, and style.
Core Features & Use Cases
- Code Review: Offers guidelines and checklists to evaluate code readability, complexity, comments, and maintainability.
- Refactoring Advice: Provides specific recipe citations for common improvements such as consolidating maps or extracting helpers.
- Best Practices Enforcement: Promotes principles like single responsibility, proper naming, and minimizing cognitive load during coding and reviews.
- Use Case: During pull request reviews, identify high-impact areas like nested control flow or ambiguous naming, and suggest targeted refactoring steps.
Quick Start
Invoke the code-quality skill to review a code snippet for readability and maintainability, then apply suggested recipe refactors.