Code Quality Skill Purpose Perform systematic code reviews, identify issues, suggest refactorings, and enforce best practices. Acts as an automated code reviewer catching problems before they reach production. Activation Triggers Activate this skill when: - User says "review this code" - User asks "can this be improved?" - User mentions "refactoring", "optimization", or "code smell" - Before git commits (pre-commit review) - After completing a feature - User says "is this code good?" Comprehensive Review Checklist 1. Code Structure Single Responsibility Principle (SRP) - Check: Each function/…