원클릭으로
react-native-verification-rtk
Mandatory verification steps using RTK (Rust Token Killer) after making code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mandatory verification steps using RTK (Rust Token Killer) after making code changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Mandatory rules and components for handling keyboard avoidance smoothly in the React Native app.
How to correctly handle and format protobuf Timestamp dates sent by the API Gateway to prevent "Invalid Date" issues.
Senior-level React Native architecture and patterns for Expo 54 apps.
Strict coding standards, naming conventions, file size limits, and typing rules.
Guidelines for managing server state, queries, and API clients in React Native.
Best practices for implementing forms with React Hook Form and Zod.
| name | React Native Verification & RTK |
| description | Mandatory verification steps using RTK (Rust Token Killer) after making code changes. |
This project uses RTK (Rust Token Killer) to optimize dev operations and ensure quality.
Before finalizing any task or declaring your work done, you MUST verify the codebase. Do not skip this step under any circumstances.
Whenever you modify, create, or refactor code, run the following verification commands using the rtk proxy:
Ensure no TypeScript errors were introduced (especially since any, unknown, and never are banned).
rtk yarn ts:check
# OR
rtk tsc
Ensure the code conforms to the project's ESLint and Prettier rules, and the kebab-case naming conventions.
rtk yarn lint
# OR
rtk lint
If you modified core architecture, public functions, or heavily used UI components, use GitNexus to verify the blast radius.
AGENTS.md for specific npx gitnexus commands.rn-clean-code, rn-architecture, and rn-styling guidelines.rtk yarn lint. Fix all warnings and errors.rtk yarn ts:check. Fix all type errors.