Enhances code quality by reviewing existing files for anti-patterns and ensuring adherence to established architectural standards.
The Code Quality Helper skill is designed to streamline the code review process by identifying issues and suggesting refactoring opportunities within an existing codebase. It acts as a gatekeeper during the editing process, automatically verifying that proposed changes align with pre-defined project patterns stored in a references/patterns.md file. By focusing on clean code principles and maintenance rather than feature creation, it helps developers maintain high standards and prevent technical debt through automated pattern matching and systematic anti-pattern detection.
主要功能
0117 GitHub stars
02Automated pattern verification during file edits
03Systematic code review for clean code principles
04Integration with local project-specific style guides
05Anti-pattern detection using advanced Grep searches
06Actionable refactoring suggestions with specific examples
使用场景
01Refactoring legacy code to align with modern project patterns
02Performing automated code reviews to identify architectural inconsistencies
03Enforcing coding standards during the editing and writing process