원클릭으로
surgical-changes
Keeps Codex focused on scoped edits, matching existing style while avoiding unrelated rewrites and drive-by cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Keeps Codex focused on scoped edits, matching existing style while avoiding unrelated rewrites and drive-by cleanup.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | surgical-changes |
| description | Keeps Codex focused on scoped edits, matching existing style while avoiding unrelated rewrites and drive-by cleanup. |
Use this skill when editing existing code where scope control matters more than style preferences or opportunistic cleanup.
Touch only the code required to satisfy the request and verify the result.
Every changed line should trace back to:
Behavioral guardrails for Codex that reduce assumption drift, overengineering, scope creep, and weak verification. Use when a task is ambiguous, easy to overbuild, or likely to trigger unnecessary edits.
Helps Codex surface risky assumptions, clarify ambiguity selectively, and avoid silently choosing the wrong interpretation.
Helps Codex turn vague fix or refactor requests into concrete goals with targeted verification loops.
Behavioral guardrails for Codex that reduce assumption drift, overengineering, scope creep, and weak verification. Use when a task is ambiguous, easy to overbuild, or likely to trigger unnecessary edits.
Helps Codex prefer direct solutions over speculative abstractions, overengineering, and unnecessary configurability.