원클릭으로
simplify
Read source code and find opportunities to simplify, deduplicate, and consolidate. Apply changes after user approval.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read source code and find opportunities to simplify, deduplicate, and consolidate. Apply changes after user approval.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Break down a given task into subtasks with time estimates. Analyzes the codebase and task requirements to produce a structured plan with estimated effort for each step.
Update or create DDD documentation based on the current state of the codebase. Generates a single DOMAIN.md with context map, glossary, and aggregate documentation.
Execute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially.
Analyze the codebase to discover and extract the ubiquitous language. Identify domain terms, their definitions, and how consistently they are used.
Review code base from the viewpoint of Domain Driven Design (DDD) specialist. Evaluate how core business logics are well organized in terms of DDD principle.
Review code or diffs with a focus on testability, simplicity, managing technical debt, and sustainable design.
| name | simplify |
| description | Read source code and find opportunities to simplify, deduplicate, and consolidate. Apply changes after user approval. |
<scope>: A file path, directory, or free-form description of the range to
review (e.g. src/foo.ts, the auth module, lines 100-200 of bar.py).Resolve the scope:
git rev-parse --abbrev-ref HEAD).AskUserQuestion with these options:
git show HEAD)Review: Read the source code in the resolved scope and identify areas that can be simplified, duplicated parts, and opportunities for refactoring or abstraction.
Apply changes after user approval.