Loading...
Loading...
Found 5 Skills
プロジェクト共通のコーディング規約。TypeScript、命名規則、関数設計、React/Next.js等。 使用タイミング: (1) コードレビュー時 (2) 新規ファイル作成時 (3) リファクタリング時 (4) コーディングスタイルの確認時 (5) チーム開発のルール確認時。 トリガー例: 「コーディング規約」「命名規則は?」「TypeScriptのルール」 「インポート順序」「コミットメッセージの書き方」
Kotlin development guidelines with best practices for clean code, naming conventions, function design, and data handling
Function design patterns emphasizing single responsibility and clarity.
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches
Use when writing or modifying any code. Enforces naming conventions, function design, and code clarity principles.