Implement features, bug fixes, refactors, tests, and repository code changes for Vocachip. Use when Codex needs to modify source files, update app behavior, wire data or UI logic, adjust tests, or run focused validation in this Expo React Native repository, including explicit /develop or $develop requests.
Use this skill to carry implementation work from code inspection through validation for this repository.
codex/<short-task-name> by default unless the user specifies otherwise.src/hooks/useAppScreen.ts as the main cross-screen orchestration point.src/services/database/index.ts as the source of truth for auth, session, favorites, and search history behavior.*.tsx, styles in adjacent *.styles.ts files, and types in adjacent *.types.ts files when needed.@/ import alias for src.Add or update focused tests when the change touches:
src/hooks/useAppScreen.tsRun full npm test -- --watch=false when the change affects shared flows broadly. Otherwise run the most focused affected test or lint command.
npm run lint -- --max-warnings=0npm test -- --watch=false <path>npm test -- --watch=falsenpm run ci:buildReport: