component-refactoring이란?
프런트엔드에서 복잡도가 높은 React 구성요소를 리팩터링합니다. 사용자가 코드 분할, 후크 추출 또는 복잡성 감소를 요구할 때 또는 이해하고 리팩터링하기에는 너무 복잡한 구성 요소를 발견했을 때 사용하세요. 출처: pageai-pro/ralph-loop.
프런트엔드에서 복잡도가 높은 React 구성요소를 리팩터링합니다. 사용자가 코드 분할, 후크 추출 또는 복잡성 감소를 요구할 때 또는 이해하고 리팩터링하기에는 너무 복잡한 구성 요소를 발견했을 때 사용하세요.
명령줄에서 component-refactoring AI 스킬을 개발 환경에 빠르게 설치
출처: pageai-pro/ralph-loop.
Refactor high-complexity React components with the patterns and workflow below.
When: Component has complex state management, multiple useState/useEffect, or business logic mixed with UI.
Dify Convention: Place hooks in a hooks/ subdirectory or alongside the component as use- .ts.
프런트엔드에서 복잡도가 높은 React 구성요소를 리팩터링합니다. 사용자가 코드 분할, 후크 추출 또는 복잡성 감소를 요구할 때 또는 이해하고 리팩터링하기에는 너무 복잡한 구성 요소를 발견했을 때 사용하세요. 출처: pageai-pro/ralph-loop.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/pageai-pro/ralph-loop --skill component-refactoring프런트엔드에서 복잡도가 높은 React 구성요소를 리팩터링합니다. 사용자가 코드 분할, 후크 추출 또는 복잡성 감소를 요구할 때 또는 이해하고 리팩터링하기에는 너무 복잡한 구성 요소를 발견했을 때 사용하세요. 출처: pageai-pro/ralph-loop.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/pageai-pro/ralph-loop --skill component-refactoring 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/pageai-pro/ralph-loop