refactoring이란?
기술 부채 해결 및 코드 재구성 워크플로. 개선할 때 사용 코드 구조, 복잡성 감소, 추상화 추출 또는 비용 절감 축적된 기술 부채. 출처: ar4mirez/samuel.
기술 부채 해결 및 코드 재구성 워크플로. 개선할 때 사용 코드 구조, 복잡성 감소, 추상화 추출 또는 비용 절감 축적된 기술 부채.
명령줄에서 refactoring AI 스킬을 개발 환경에 빠르게 설치
출처: ar4mirez/samuel.
Structured approach to technical debt remediation. Improve code structure while maintaining behavior through incremental, safe changes.
| Guardrail Violations | Functions >50 lines, files >300 lines | | Complexity Threshold | Cyclomatic complexity >10 | | Code Duplication | Same logic in 3+ places | | Quarterly Review | Regular technical debt assessment | | Pre-Feature | Before adding features to messy code | | Post-Incident | After bugs caused by confusing code |
| Long Method | >50 lines, multiple responsibilities | High | | Large Class | >300 lines, low cohesion | High | | Feature Envy | Method uses other class more than own | Medium | | Data Clumps | Same group of variables together | Medium | | Primitive Obsession | Overuse of primitives vs objects | Medium | | Switch Statements | Large switch blocks | Low |
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/ar4mirez/samuel --skill refactoring기술 부채 해결 및 코드 재구성 워크플로. 개선할 때 사용 코드 구조, 복잡성 감소, 추상화 추출 또는 비용 절감 축적된 기술 부채. 출처: ar4mirez/samuel.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/ar4mirez/samuel --skill refactoring 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/ar4mirez/samuel