style
Installation
SKILL.md
Style
Review code quality consistency, coding patterns, and style drift.
Scope
1. Naming and shape consistency
- naming consistency across types, constants, functions, and files
- renamed concepts stay aligned across code, tests, docs, and exported identifiers
- constructor and factory naming follows a single project convention
- module and file layout follows the established project structure
- import/export patterns are consistent across the codebase