원클릭으로
refactoring
Improving internal code structure without changing external behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Improving internal code structure without changing external behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | refactoring |
| description | Improving internal code structure without changing external behavior. |
Use this skill strictly for behavior-preserving code improvements. If you need to fix a bug or add functionality, use the bug-fixing or standard coding flow instead.
[!TIP] Refactoring is a "clean as you go" process. It should make future changes easier, not change what the code does today.
Follow these rules while coding in ruby on rails.
Best practices and rules for coding in React Native Expo projects, specifically using Expo Router.
Guides users through creating effective Agent Skills. Use when the user wants to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Systematic process for implementing minimal, intelligent bug fixes in any language (Implementation Only).
Systematic process for identifying and analyzing bugs (Identification Only).
Guidelines and systematic process for updating variable, function, and class names to improve code readability and maintainability.