What problem does it solve? Developers often write inconsistent code with unclear naming, oversized functions, swallowed errors, and weak tests, leading to unmaintainable codebases and unproductive code reviews. This Skill supplies a universal, language-agnostic set of code quality guidelines that can be applied when writing, reviewing, or refactoring code. ## Core Features & Use Cases - Naming and Structure Guidelines: Concrete good/bad examples for variables, functions, files, directories, and module organization across TypeScript, PHP, Python, and other languages. - Error Handling and Testing Standards: Rules for specific error classes, meaningful messages, AAA test structure, and coverage priorities. - Code Review Checklists: Ready-to-use checklists for authors and reviewers, plus guidance on writing constructive review comments. - Use Case: When refactoring a legacy module, ask for the structure and error-handling guidelines to reorganize functions into single-responsibility units with proper exception types. ## Quick Start Ask the AI to review this function against best practices for naming, error handling, and testing.