원클릭으로
refactor
Suggest small, behaviour-preserving refactors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Suggest small, behaviour-preserving refactors.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A skill shipped by a composer-shaped local directory donor.
A second local-directory skill used to prove the allowlist filter.
A skill served from a local directory source.
A skill shipped under .claude/skills, discoverable only via recursive scanning.
A skill nested one category level deep, exercising the catalog layout.
Demonstrates auto-discovery — this skill is found via the well-known skills/ root, not via extra.skills.
| name | refactor |
| description | Suggest small, behaviour-preserving refactors. |
Identify duplication, long methods, and primitive obsession. Propose the
minimal change that improves the code without altering external behaviour.
Use the templates in templates/ to structure suggestions.