بنقرة واحدة
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.