원클릭으로
skill-name
One or two sentences stating what this skill covers and when to use it. Keep under 500 characters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
One or two sentences stating what this skill covers and when to use it. Keep under 500 characters.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review React Native code for screen-reader support, labels and roles, touch targets, focus order, colour contrast, and dynamic type. Use when building UI, reviewing components, or auditing a screen for accessibility.
Review and structure React Native features for correct folder layout, navigation, deep linking, error boundaries, rendering safety, and code quality. Use when designing a new feature, reviewing structure, or isolating crashes.
Audit entry point for reviewing React Native code. Routes each concern to a focused skill and defines the review output format. Use when reviewing a PR, auditing a screen, or running a pre-merge quality gate.
Baseline React Native project conventions for structure, TypeScript, naming, file size, and hygiene. Use when setting up a project, writing new code, or reviewing for consistency.
Non-negotiable React Native rules that prevent crashes, data loss, security breaches, and compliance violations. Use on every change as a baseline safety check, regardless of the task.
Review React Native code for rendering performance, list virtualisation, memoisation, image handling, animations, and memory/resource cleanup. Use when a screen feels janky, before merging UI-heavy code, or when profiling.
| name | skill-name |
| description | One or two sentences stating what this skill covers and when to use it. Keep under 500 characters. |
| version | 1.0.0 |
| platforms | ["ios","android"] |
| react-native-version | 0.76+ |
| tags | ["react-native","topic"] |
The body of the skill. Use checklists, short explanations, and grouped subsections.
Incorrect:
// Show the anti-pattern
Correct:
// Show the recommended pattern
(Optional) A table of common anti-patterns.
| Anti-Pattern | Risk | Fix |
|---|---|---|
| ... | ... | ... |