Creekmoon Code Style

creekmoon的JAVA代码风格规范(方法设计、入参风格、流程组织、命名与副作用边界、职责分离与层级边界、中文注释规范)。编写或修改代码时自动遵循,审查代码时按清单检查。特别适用于判断方法主次流程、Happy Path、常规路径与测试旁路/兼容分支、以及命名不清导致职责耦合、层级越界、过度设计或阅读理解困难的场景。适用于所有编程语言。Use when writing code, modifying code, reviewing code, checking code style, refactoring, scanning compliance, or doing code review, especially when the task involves method naming, responsibility separation, layer boundaries, hidden side effects, orchestration/execution coupling, or distinguishing the main business path from test bypasses, compatibility branches, fallback flows, and other special cases.

creekmoon Updated

File contents

creekmoon/creekmoon-claude-skill/tree/main/creekmoon-code-style commit 58b6d4e27c

Frequently asked questions

npx skillmds@latest add creekmoon/creekmoon-code-style