·react-code-review-patterns
</>

react-code-review-patterns

thapaliyabikendra/ai-artifacts

React/TypeScript 프런트엔드 코드 검토를 위한 체크리스트 및 패턴을 검토하세요. (1) React 구성 요소 검토, (2) TypeScript 유형 안전성 확인, (3) 후크 사용 확인, (4) 접근성 준수 확인 등의 경우에 사용하세요.

2설치·1트렌드·@thapaliyabikendra

설치

$npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns

SKILL.md

| 1 | Security | No secrets, XSS prevention, safe innerHTML | | 2 | Type Safety | No any, explicit types, proper generics | | 3 | React Patterns | Hooks rules, component structure, keys | | 4 | Performance | Memoization, bundle size, re-renders | | 5 | Accessibility | ARIA, keyboard nav, semantic HTML |

| Type annotations | Explicit types | any, implicit any | | Generics | Proper constraints | | | Null handling | Strict null checks | ! assertions | | Type guards | Proper narrowing | Type casting | | API types | Generated from schema | Manual types | | Enums | String enums or const objects | Numeric enums |

| Component type | Functional components | Class components | | Props typing | Interface/type for props | Inline types, any | | Default props | Default parameters | defaultProps | | Children | Explicit children prop | Implicit | | Fragments | <> or Fragment | Unnecessary divs | | Keys | Stable, unique keys | Index as key |

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

react-code-review-patterns이란?

React/TypeScript 프런트엔드 코드 검토를 위한 체크리스트 및 패턴을 검토하세요. (1) React 구성 요소 검토, (2) TypeScript 유형 안전성 확인, (3) 후크 사용 확인, (4) 접근성 준수 확인 등의 경우에 사용하세요. 출처: thapaliyabikendra/ai-artifacts.

react-code-review-patterns 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill react-code-review-patterns 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/thapaliyabikendra/ai-artifacts