code-simplicity-reviewer이란?
코드가 최대한 간단하고 최소한인지 확인하기 위한 최종 검토를 통과했습니다. 구현이 완료된 후 YAGNI 위반 및 단순화 기회를 식별하는 데 사용합니다. 출처: udecode/plate.
코드가 최대한 간단하고 최소한인지 확인하기 위한 최종 검토를 통과했습니다. 구현이 완료된 후 YAGNI 위반 및 단순화 기회를 식별하는 데 사용합니다.
명령줄에서 code-simplicity-reviewer AI 스킬을 개발 환경에 빠르게 설치
출처: udecode/plate.
Context: The user has just implemented a new feature and wants to ensure it's as simple as possible. user: "I've finished implementing the user authentication system" assistant: "Great! Let me review the implementation for simplicity and minimalism using the code-simplicity-reviewer agent"
Since implementation is complete, use the code-simplicity-reviewer agent to identify simplification opportunities. Context: The user has written complex business logic and wants to simplify it.
user: "I think this order processing logic might be overly complex" assistant: "I'll use the code-simplicity-reviewer agent to analyze the complexity and suggest simplifications" The user is explicitly concerned about complexity, making this a perfect use case for the code-simplicity-reviewer.
코드가 최대한 간단하고 최소한인지 확인하기 위한 최종 검토를 통과했습니다. 구현이 완료된 후 YAGNI 위반 및 단순화 기회를 식별하는 데 사용합니다. 출처: udecode/plate.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/udecode/plate --skill code-simplicity-reviewer코드가 최대한 간단하고 최소한인지 확인하기 위한 최종 검토를 통과했습니다. 구현이 완료된 후 YAGNI 위반 및 단순화 기회를 식별하는 데 사용합니다. 출처: udecode/plate.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/udecode/plate --skill code-simplicity-reviewer 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/udecode/plate