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

2. Control flow and state modeling

Installs
5
Repository
cniska/skills
GitHub Stars
3
First Seen
Apr 9, 2026
style — cniska/skills