원클릭으로
cc-simplify
Review changed code for reuse, simplification, efficiency, and altitude cleanups. Quality only — no bug hunt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review changed code for reuse, simplification, efficiency, and altitude cleanups. Quality only — no bug hunt.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Route a task to the least intrusive executive-function support based on the user's stated current capacity, memory load, activation, and motivation. Use when work feels stuck, overwhelming, hard to hold in mind, or when the user asks for neurodivergent-friendly support without wanting a diagnostic or coaching ritual.
Reduce work to the smallest safe and useful outcome when capacity is low or burnout is present. Use when the user explicitly says they are depleted, overwhelmed, unable to start, or asks for the minimum viable version of a task.
Create a truthful activation bridge for a task that has low urgency, novelty, interest, challenge, or immediate feedback. Use when the user says they are stuck or avoiding a known task despite understanding it.
Reduce language, sensory, and uncertainty load while preserving complete information. Use when the user requests direct or scannable communication, has low capacity, is navigating a new flow, or needs explicit expectations and examples.
Turn a vague, oversized, or initiation-resistant outcome into an executable sequence with a visible first action and definition of done. Use when dependencies are hidden, the task spans multiple systems, or the user cannot identify where to begin.
Externalize time, checkpoints, stopping rules, and context transitions. Use when estimates are uncertain, a task may expand indefinitely, the user is switching topics, or an interruption risks losing the current state.
SOC 직업 분류 기준
| name | cc-simplify |
| description | Review changed code for reuse, simplification, efficiency, and altitude cleanups. Quality only — no bug hunt. |
Review the changed code for reuse, simplification, efficiency, and altitude cleanups. Apply the fixes.
Scope: code quality, not correctness. For bugs, use cc-review.
Goal: leave the code simpler, cleaner, and easier to read — not just shorter.
Get the changed files:
git diff HEAD --name-only
Read only the changed sections.
Identify cleanup opportunities (reuse / simplify / efficiency / altitude).
Apply each fix directly. Confirm the suite still passes after changes:
npm test
Report what was changed and why. If nothing to simplify: ✓ already clean.