원클릭으로
dandy-code-naming-review
Review and improve names for variables, methods, classes, files, routes, booleans, units, and paired operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review and improve names for variables, methods, classes, files, routes, booleans, units, and paired operations.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review AI-assisted code changes for continuation bias, missing context, architectural asymmetry, security gaps, and code ownership.
Review method and object APIs for argument count, option shape, boolean flags, object parameters, and fluent configuration.
Identify small, reusable components that can be isolated from a large codebase without prematurely forcing microservices.
Review error handling, logging, exception clarity, and debugging seams so failures stay visible and testable.
Simplify control flow with early returns, shallow nesting, explicit conditions, and readable branching.
Review whether code works with framework conventions instead of fighting them with unnecessary abstractions, mixed ecosystems, or upgrade-hostile choices.
| name | dandy-code-naming-review |
| description | Review and improve names for variables, methods, classes, files, routes, booleans, units, and paired operations. |
| argument-hint | [file, diff, or code snippet] |
Use this skill when a user asks whether names are clear, requests renaming help, or shares code with vague, misleading, mixed-language, or inconsistent identifiers.
The output should propose concrete names and explain the decision rule behind each important rename.
-er roles.is, has, can, or should.start/finish, begin/complete, open/close.This skill may read source files and propose or apply renames when requested. Treat broad naming conventions and project rules as read-only unless the user explicitly asks to update them.
Generated review text follows project artifact language when configured. Identifier suggestions should match the dominant language and framework conventions in the codebase.