ワンクリックで
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.