一键导入
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 职业分类
| 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.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.