원클릭으로
dandy-code-readability-pass
Improve code readability by tightening formatting, visual grouping, method size, comments, and dead-code removal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Improve code readability by tightening formatting, visual grouping, method size, comments, and dead-code removal.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| name | dandy-code-readability-pass |
| description | Improve code readability by tightening formatting, visual grouping, method size, comments, and dead-code removal. |
| argument-hint | [file, diff, or code snippet] |
Use this skill when a user asks for cleaner, more readable code, a style-focused review, or a refactor that preserves behavior.
The output should identify readability blockers and, when editing is requested, apply small behavior-preserving changes.
This skill may read and edit source files when the user asks for readability improvements. Do not change formatter configuration, architecture docs, or project rules unless requested.
If project config defines an artifact language, use it for review notes and generated comments. Keep code identifiers in the project language and naming style.